org.odlabs.wiquery.ui.dialog
Class AjaxDialogButton

java.lang.Object
  extended by org.odlabs.wiquery.ui.dialog.DialogButton
      extended by org.odlabs.wiquery.ui.dialog.AjaxDialogButton
All Implemented Interfaces:
Serializable, IListItemOption

public abstract class AjaxDialogButton
extends DialogButton

A version of DialogButton that integrates with wicket AJAX.

Author:
Ernesto Reinaldo Barreiro
See Also:
Serialized Form

Nested Class Summary
static class AjaxDialogButton.AjaxDialogScope
           
 
Constructor Summary
AjaxDialogButton(String title)
          Constructor.
 
Method Summary
protected abstract  void onButtonClicked(org.apache.wicket.ajax.AjaxRequestTarget target)
           
 
Methods inherited from class org.odlabs.wiquery.ui.dialog.DialogButton
getJavascriptOption, getJsScope, getTitle, setJsScope, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxDialogButton

public AjaxDialogButton(String title)
Constructor.

Method Detail

onButtonClicked

protected abstract void onButtonClicked(org.apache.wicket.ajax.AjaxRequestTarget target)


Copyright © 2012. All Rights Reserved.