Class UIMaskWorkspace


public class UIMaskWorkspace extends UIComponentDecorator
Created by The eXo Platform SAS Mar 13, 2007
  • 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

      public String getCssClasses()
    • setCssClasses

      public void setCssClasses(String cssClasses)
    • reset

      public void reset()
    • createUIComponent

      public <T extends UIComponent> T createUIComponent(Class<T> clazz, String configId, String id) throws Exception
      Overrides:
      createUIComponent in class UIComponent
      Throws:
      Exception
    • createUIComponent

      public <T extends UIComponent> T createUIComponent(Class<T> clazz) throws Exception
      Throws:
      Exception
    • setUIComponent

      public UIComponent setUIComponent(UIComponent uicomponent)
      Overrides:
      setUIComponent in class UIComponentDecorator