Uses of Class
org.ujorm.wicket.UjoEvent

Packages that use UjoEvent
org.ujorm.wicket   
org.ujorm.wicket.component.dialog   
org.ujorm.wicket.component.dialog.domestic   
 

Uses of UjoEvent in org.ujorm.wicket
 

Methods in org.ujorm.wicket that return UjoEvent
static
<T> UjoEvent<T>
UjoEvent.get(org.apache.wicket.event.IEvent<?> argEvent)
          Get Payload type UjoEvent from the argument
 

Uses of UjoEvent in org.ujorm.wicket.component.dialog
 

Methods in org.ujorm.wicket.component.dialog with parameters of type UjoEvent
 void AbstractDialogPanel.close(UjoEvent target)
          Close the modal window
 void MessageDialogPanel.show(UjoEvent<?> event, LocalizedModel localizedModel, String delete)
           
 void AbstractDialogPanel.show(UjoEvent<T> event, org.apache.wicket.model.IModel<String> title)
          Show dialog and assign a data from domain object
 void AbstractDialogPanel.show(UjoEvent<T> event, org.apache.wicket.model.IModel<String> title, String actionButtonProperty)
          Show dialog and assign a data from domain object
 

Uses of UjoEvent in org.ujorm.wicket.component.dialog.domestic
 

Methods in org.ujorm.wicket.component.dialog.domestic with parameters of type UjoEvent
 void AbstractDialogPane.close(UjoEvent target)
          Close the modal window
 void AbstractDialogPane.show(UjoEvent<T> event, org.apache.wicket.model.IModel<String> title)
          Show dialog and assign a data from domain object
 void AbstractDialogPane.show(UjoEvent<T> event, org.apache.wicket.model.IModel<String> title, String actionButtonProperty)
          Show dialog and assign a data from domain object
 



Copyright © 2015. All Rights Reserved.