Class PeoplePickerDialogBean

All Implemented Interfaces:
IPageFlowScopeAdapter, ICompositeViewControlPageBean, Serializable, EventListener, PhaseListener, HttpSessionBindingListener

public class PeoplePickerDialogBean extends BaseCompositeViewControlPageBean
See Also:
  • Field Details

    • fRefreshOnApply

      protected String fRefreshOnApply
  • Constructor Details

    • PeoplePickerDialogBean

      public PeoplePickerDialogBean()
  • Method Details

    • getDefaultCommand

      public String getDefaultCommand()
    • setDefaultCommand

      public void setDefaultCommand(String cmd)
    • getDefaultFocus

      public String getDefaultFocus()
    • setDefaultFocus

      public void setDefaultFocus(String focus)
    • isDisableWhenHidden

      public boolean isDisableWhenHidden()
    • setDisableWhenHidden

      public void setDisableWhenHidden(boolean disableWhenHidden)
    • getTitleText

      public String getTitleText()
    • afterInvokeApplication

      protected void afterInvokeApplication()
      Description copied from class: BaseViewBean
      Clients should overwrite this method to perform custom actions after an action method is invoked.
      Overrides:
      afterInvokeApplication in class BaseViewBean
    • getRefreshOnApply

      public String getRefreshOnApply()
      Returns:
      the refreshOnApply
    • setRefreshOnApply

      public void setRefreshOnApply(String refreshOnApply)
      Parameters:
      refreshOnApply - the refreshOnApply to set
    • getPeopleSearchBar

      public PeopleSearchBar getPeopleSearchBar()
      Getter method for the control with id='htmlForm:peopleSearchBar'
    • getPeopleSwapBox

      public PeopleSwapBox getPeopleSwapBox()
      Getter method for the control with id='htmlForm:peopleSwapBox'