com.googlecode.wicket.jquery.ui.widget.dialog
Class DialogBehavior.ClickEvent

java.lang.Object
  extended by com.googlecode.wicket.jquery.core.JQueryEvent
      extended by com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.ClickEvent
Enclosing class:
DialogBehavior

protected static class DialogBehavior.ClickEvent
extends JQueryEvent

Provides a dialog event that will be transmitted to the dialog AbstractDialog


Constructor Summary
DialogBehavior.ClickEvent(DialogButton button)
           
 
Method Summary
 DialogButton getButton()
          Get the button that has been attached to this event object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogBehavior.ClickEvent

public DialogBehavior.ClickEvent(DialogButton button)
Method Detail

getButton

public DialogButton getButton()
Get the button that has been attached to this event object

Returns:
the button


Copyright © 2013 7thWeb. All Rights Reserved.