Uses of Class
org.cruxframework.crux.widgets.client.dialogcontainer.DialogViewContainer

Packages that use DialogViewContainer
org.cruxframework.crux.widgets.client.dialogcontainer   
 

Uses of DialogViewContainer in org.cruxframework.crux.widgets.client.dialogcontainer
 

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.
 



Copyright © 2014. All rights reserved.