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:
  • Constructor Details

    • MultiValueSelectionDemoUI

      public MultiValueSelectionDemoUI()
  • Method Details

    • getPageName

      public String getPageName()
      Specified by:
      getPageName in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getPageName in class org.eclnt.jsfserver.pagebean.PageBean
    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Specified by:
      getRootExpressionUsedInPage in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getRootExpressionUsedInPage in class org.eclnt.jsfserver.pagebean.PageBean
    • getDepartmentSelection

      public CCMultiValueSelection getDepartmentSelection()
    • getSelectedDepartments

      public String getSelectedDepartments()
    • getWithFilter

      public boolean getWithFilter()
    • setWithFilter

      public void setWithFilter(boolean value)
    • getWithFooter

      public boolean getWithFooter()
    • setWithFooter

      public void setWithFooter(boolean value)
    • onSelectByLogicAction

      public void onSelectByLogicAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • getSelectionToTop

      public boolean getSelectionToTop()
    • setSelectionToTop

      public void setSelectionToTop(boolean value)