Package org.eclnt.ccaddons.pbc.demos
Class MultiValueSelectionDemoUI
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.ccaddons.pbc.demos.MultiValueSelectionDemoUI
- All Implemented Interfaces:
Serializable,org.eclnt.jsfserver.pagebean.IPageBean,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
public class MultiValueSelectionDemoUI
extends org.eclnt.jsfserver.pagebean.PageBean
implements Serializable
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidonSelectByLogicAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidsetSelectionToTop(boolean value) voidsetWithFilter(boolean value) voidsetWithFooter(boolean value) 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
-
MultiValueSelectionDemoUI
public MultiValueSelectionDemoUI()
-
-
Method Details
-
getPageName
- Specified by:
getPageNamein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getPageNamein classorg.eclnt.jsfserver.pagebean.PageBean
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein classorg.eclnt.jsfserver.pagebean.PageBean
-
getDepartmentSelection
-
getSelectedDepartments
-
getWithFilter
public boolean getWithFilter() -
setWithFilter
public void setWithFilter(boolean value) -
onSelectByLogicAction
public void onSelectByLogicAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
getSelectionToTop
public boolean getSelectionToTop() -
setSelectionToTop
public void setSelectionToTop(boolean value)
-