org.odlabs.wiquery.ui.dialog
Class AjaxDialogButton.AjaxDialogScope

java.lang.Object
  extended by org.odlabs.wiquery.core.javascript.JsScope
      extended by org.odlabs.wiquery.ui.dialog.AjaxDialogButton.AjaxDialogScope
All Implemented Interfaces:
Serializable
Enclosing class:
AjaxDialogButton

public static class AjaxDialogButton.AjaxDialogScope
extends JsScope

See Also:
Serialized Form

Constructor Summary
AjaxDialogButton.AjaxDialogScope(String title, Dialog dialog)
           
 
Method Summary
protected  void execute(JsScopeContext scopeContext)
          Executes the JsScope.
 Dialog getDialog()
           
 void setDialog(Dialog dialog)
           
 
Methods inherited from class org.odlabs.wiquery.core.javascript.JsScope
quickScope, quickScope, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxDialogButton.AjaxDialogScope

public AjaxDialogButton.AjaxDialogScope(String title,
                                        Dialog dialog)
Method Detail

execute

protected void execute(JsScopeContext scopeContext)
Description copied from class: JsScope
Executes the JsScope.

Specified by:
execute in class JsScope
Parameters:
scopeContext - the given scope.

getDialog

public Dialog getDialog()

setDialog

public void setDialog(Dialog dialog)


Copyright © 2012. All Rights Reserved.