| Methods in org.cruxframework.crux.widgets.client.dialogcontainer that return DialogViewContainer |
static DialogViewContainer |
DialogViewContainer.createDialog(String viewName)
Create a new DialogViewContainer and load the given view into the container |
static DialogViewContainer |
DialogViewContainer.createDialog(String viewName,
String viewId,
boolean closeable)
Create a new DialogViewContainer and load the given view into the container. |
static DialogViewContainer |
DialogViewContainer.createDialog(String viewName,
String viewId,
boolean closeable,
boolean modal,
String width,
String height,
int left,
int top)
Create a new DialogViewContainer and load the given view into the container. |
static DialogViewContainer |
DialogViewContainer.createDialog(String viewName,
String viewId,
boolean closeable,
boolean modal,
String width,
String height,
int left,
int top,
Object parameter)
Create a new DialogViewContainer and load the given view into the container. |