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 TypeMethodDescriptionboolean
boolean
boolean
void
onSelectByLogicAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
setSelectionToTop
(boolean value) void
setWithFilter
(boolean value) void
setWithFooter
(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:
getPageName
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getPageName
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPage
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getRootExpressionUsedInPage
in 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)
-