Class KEYSELECTORBinding
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.elements.impl.KEYSELECTORBinding
- All Implemented Interfaces:
IPageBean,IDynamicContentBindingObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceclass -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyInfo(String key) voidaddKeyInfos(String keys) voidvoidvoidaddListener(KEYSELECTORBinding.IListener listener) voidvoidvoidvoiddisableKeyInfo(String key) voidvoidenableKeyInfo(String key) Name of page that is managed by the bean.Inside the page definition the bean is addressed via a certain root expression - e.g.voidremoveListener(KEYSELECTORBinding.IListener listener) voidrender()voidselectKeyInfo(String key) voidselectKeyInfo(KEYSELECTORBinding.KeyInfo keyInfo) Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
-
Constructor Details
-
KEYSELECTORBinding
public KEYSELECTORBinding()
-
-
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
-
addListener
-
removeListener
-
getContent
-
getKeyInfos
-
addKeyInfosAZ
public void addKeyInfosAZ() -
addKeyInfos09
public void addKeyInfos09() -
addKeyInfos
-
addKeyInfo
-
disableAll
public void disableAll() -
enableAll
public void enableAll() -
disableKeyInfo
-
enableKeyInfo
-
clearKeyInfos
public void clearKeyInfos() -
selectKeyInfo
-
clearKeyInfoSelection
public void clearKeyInfoSelection() -
selectKeyInfo
-
render
public void render()
-