Class UIMaskWorkspace
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIComponentDecorator
org.exoplatform.portal.webui.workspace.UIMaskWorkspace
Created by The eXo Platform SAS Mar 13, 2007
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.exoplatform.webui.core.UIComponentDecorator
UIComponentDecorator.UIComponentDecoratorLifecycle -
Field Summary
Fields inherited from class org.exoplatform.webui.core.UIComponentDecorator
uicomponent_Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent, USE_WEBUI_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends UIComponent>
TcreateUIComponent(Class<T> clazz) <T extends UIComponent>
TcreateUIComponent(Class<T> clazz, String configId, String id) intintbooleanisShow()booleanvoidreset()voidsetCssClasses(String cssClasses) voidsetShow(boolean bln) setUIComponent(UIComponent uicomponent) voidsetUpdated(boolean bln) voidsetWindowSize(int w, int h) Methods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren, setChildComponentMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
Constructor Details
-
UIMaskWorkspace
public UIMaskWorkspace()
-
-
Method Details
-
getWindowWidth
public int getWindowWidth() -
getWindowHeight
public int getWindowHeight() -
setWindowSize
public void setWindowSize(int w, int h) -
isShow
public boolean isShow() -
setShow
public void setShow(boolean bln) -
isUpdated
public boolean isUpdated() -
setUpdated
public void setUpdated(boolean bln) -
getCssClasses
-
setCssClasses
-
reset
public void reset() -
createUIComponent
public <T extends UIComponent> T createUIComponent(Class<T> clazz, String configId, String id) throws Exception - Overrides:
createUIComponentin classUIComponent- Throws:
Exception
-
createUIComponent
- Throws:
Exception
-
setUIComponent
- Overrides:
setUIComponentin classUIComponentDecorator
-