org.odlabs.wiquery.ui.dialog.util
Class WaitDialogStatements

java.lang.Object
  extended by org.odlabs.wiquery.ui.dialog.util.WaitDialogStatements
All Implemented Interfaces:
Serializable

public class WaitDialogStatements
extends Object
implements Serializable

$Id: WaitDialogStatements.java Bean with the statement to open the waiting dialog and to close it

Since:
1.1
Author:
Julien Roche
See Also:
Serialized Form

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

WaitDialogStatements

public WaitDialogStatements()
Default constructor


WaitDialogStatements

public WaitDialogStatements(JsStatement open,
                            JsStatement close)
Constructor

Parameters:
open - Open statement
close - Close statement
Method Detail

getClose

public JsStatement getClose()
Returns:
the close statement

getOpen

public JsStatement getOpen()
the open statement

Returns:

setClose

public void setClose(JsStatement close)
Set the close statement

Parameters:
close -

setOpen

public void setOpen(JsStatement open)
Set the open statement

Parameters:
open -


Copyright © 2012. All Rights Reserved.