Class WorkpageContainerRendererIconSelectorRight

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.workplace.WorkpageContainerRendererIconSelectorRight
All Implemented Interfaces:
IPageBean, IDynamicContentBindingObject, IWorkpageContainerRenderer

public class WorkpageContainerRendererIconSelectorRight extends PageBean implements IWorkpageContainerRenderer
  • Field Details

    • TEXTCOLOR_UNSELECTED

      public static String TEXTCOLOR_UNSELECTED
    • TEXTCOLOR_SELECTED

      public static String TEXTCOLOR_SELECTED
    • FONT_UNSELECTED

      public static String FONT_UNSELECTED
    • FONT_SELECTED

      public static String FONT_SELECTED
  • Constructor Details

    • WorkpageContainerRendererIconSelectorRight

      public WorkpageContainerRendererIconSelectorRight()
  • Method Details

    • getPageName

      public String getPageName()
      Description copied from interface: IPageBean
      Name of page that is managed by the bean. This can either be a static return value that stays fix for the whole lifecycle of the bean, or it may also be a value that changed - in case there are several pages that are possible to be managed by the page bean.
      Specified by:
      getPageName in interface IPageBean
      Specified by:
      getPageName in class PageBean
    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Description copied from interface: IPageBean
      Inside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.
      Specified by:
      getRootExpressionUsedInPage in interface IPageBean
      Specified by:
      getRootExpressionUsedInPage in class PageBean
    • getContent

      public ROWDYNAMICCONTENTBinding getContent()
    • getIcons

      public ROWDYNAMICCONTENTBinding getIcons()
    • getAnimationTrigger

      public Trigger getAnimationTrigger()
    • getWorkpageAvailable

      public boolean getWorkpageAvailable()
    • getWorkpageNotAvailable

      public boolean getWorkpageNotAvailable()
    • getEmptyPage

      public String getEmptyPage()
    • getStackedPaneItemInfos

    • initWorkpageContainer

      public void initWorkpageContainer(WorkpageContainer wpContainer)
      Specified by:
      initWorkpageContainer in interface IWorkpageContainerRenderer
    • onSelectAction

      public void onSelectAction(javax.faces.event.ActionEvent event)
    • onIconPaneAction

      public void onIconPaneAction(javax.faces.event.ActionEvent event)
    • render

      public void render()
    • checkIfAlsoUsedForSubContainers

      public boolean checkIfAlsoUsedForSubContainers()
      Specified by:
      checkIfAlsoUsedForSubContainers in interface IWorkpageContainerRenderer