| Package | Description |
|---|---|
| org.ujorm.wicket | |
| org.ujorm.wicket.component.dialog | |
| org.ujorm.wicket.component.dialog.domestic |
| Modifier and Type | Field and Description |
|---|---|
static UjoEvent |
UjoEvent.EMPTY_EVENT
Undefined event with
null action |
| Modifier and Type | Method and Description |
|---|---|
static <T> UjoEvent<T> |
UjoEvent.get(org.apache.wicket.event.IEvent<?> argEvent)
Get Payload type UjoEvent from the argument or return the
EMPTY_EVENT |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All rights reserved.