|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.dialog.util.WaitDialogStatements
public class WaitDialogStatements
$Id: WaitDialogStatements.java Bean with the statement to open the waiting dialog and to close it
Constructor Summary | |
---|---|
WaitDialogStatements()
Default constructor |
|
WaitDialogStatements(JsStatement open,
JsStatement close)
Constructor |
Method Summary | |
---|---|
JsStatement |
getClose()
|
JsStatement |
getOpen()
the open statement |
void |
setClose(JsStatement close)
Set the close statement |
void |
setOpen(JsStatement open)
Set the open statement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaitDialogStatements()
public WaitDialogStatements(JsStatement open, JsStatement close)
open
- Open statementclose
- Close statementMethod Detail |
---|
public JsStatement getClose()
public JsStatement getOpen()
public void setClose(JsStatement close)
close
- public void setOpen(JsStatement open)
open
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |