Uses of Class
org.odlabs.wiquery.ui.dialog.DialogButton

Packages that use DialogButton
org.odlabs.wiquery.ui.dialog   
 

Uses of DialogButton in org.odlabs.wiquery.ui.dialog
 

Subclasses of DialogButton in org.odlabs.wiquery.ui.dialog
 class AjaxDialogButton
          A version of DialogButton that integrates with wicket AJAX.
 

Methods in org.odlabs.wiquery.ui.dialog that return types with arguments of type DialogButton
 ListItemOptions<DialogButton> Dialog.getButtons()
           
 

Methods in org.odlabs.wiquery.ui.dialog with parameters of type DialogButton
 Dialog Dialog.setButtons(DialogButton... buttons)
          Set's a list of dialog button
 

Method parameters in org.odlabs.wiquery.ui.dialog with type arguments of type DialogButton
 Dialog Dialog.setButtons(ListItemOptions<DialogButton> buttons)
          Set's a list of dialog button
 



Copyright © 2012. All Rights Reserved.