Package | Description |
---|---|
org.wicketstuff.modalx |
Modifier and Type | Method and Description |
---|---|
static MessageBox |
MessageBox.show(org.apache.wicket.ajax.AjaxRequestTarget target,
String message)
Describe here
|
static MessageBox |
MessageBox.show(org.apache.wicket.ajax.AjaxRequestTarget target,
String message,
String title)
Describe here
|
static MessageBox |
MessageBox.show(org.apache.wicket.ajax.AjaxRequestTarget target,
String message,
String title,
int width,
int height)
Describe here
|
static MessageBox |
MessageBox.show(org.apache.wicket.ajax.AjaxRequestTarget target,
String message,
String title,
int width,
int height,
boolean autoHeight,
int buttonConfig,
IWindowCloseListener iWindowCloseListener)
Describe here
|
static MessageBox |
MessageBox.showFixedHeight(org.apache.wicket.ajax.AjaxRequestTarget target,
String message,
String title,
int width,
int height)
Describe here
|
Copyright © 2015. All rights reserved.