| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.dialogcontainer |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All rights reserved.