Package org.eclnt.workplace
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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcons()Name of page that is managed by the bean.Inside the page definition the bean is addressed via a certain root expression - e.g.booleanbooleanvoidinitWorkpageContainer(WorkpageContainer wpContainer) voidonIconPaneAction(ActionEvent event) voidonSelectAction(ActionEvent event) voidrender()Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
-
Field Details
-
TEXTCOLOR_UNSELECTED
-
TEXTCOLOR_SELECTED
-
FONT_UNSELECTED
-
FONT_SELECTED
-
-
Constructor Details
-
WorkpageContainerRendererIconSelectorRight
public WorkpageContainerRendererIconSelectorRight()
-
-
Method Details
-
getPageName
Description copied from interface:IPageBeanName 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:
getPageNamein interfaceIPageBean- Specified by:
getPageNamein classPageBean
-
getRootExpressionUsedInPage
Description copied from interface:IPageBeanInside 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:
getRootExpressionUsedInPagein interfaceIPageBean- Specified by:
getRootExpressionUsedInPagein classPageBean
-
getContent
-
getIcons
-
getAnimationTrigger
-
getWorkpageAvailable
public boolean getWorkpageAvailable() -
getWorkpageNotAvailable
public boolean getWorkpageNotAvailable() -
getEmptyPage
-
getStackedPaneItemInfos
-
initWorkpageContainer
- Specified by:
initWorkpageContainerin interfaceIWorkpageContainerRenderer
-
onSelectAction
-
onIconPaneAction
-
render
public void render() -
checkIfAlsoUsedForSubContainers
public boolean checkIfAlsoUsedForSubContainers()- Specified by:
checkIfAlsoUsedForSubContainersin interfaceIWorkpageContainerRenderer
-