Class PSelectNotDummyUsers

java.lang.Object
overit.geocall.platform.ui.UINode
overit.geocall.ui.Component
overit.geocall.ui.Control
overit.geocall.basic.ui.Container
overit.geocall.basic.ui.container.Panel
overit.geocallapp.wfm.ui.container.PDecoderSelection
overit.geocallapp.wfm.users.selection.PSelectUsers
overit.geocallapp.wfm.core.ux.user.common.PSelectNotDummyUsers
All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, AjaxableComponent, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class PSelectNotDummyUsers extends overit.geocallapp.wfm.users.selection.PSelectUsers
Object used to avoid dummy user in the PSelectUsers's results list.
Since:
10.1
See Also:
GCApi:
component
  • Field Details

  • Constructor Details

    • PSelectNotDummyUsers

      public PSelectNotDummyUsers()
  • Method Details

    • onPSelectUsersQuery

      public boolean onPSelectUsersQuery(UIMessage uim)
      UI event handler to select users.
      Overrides:
      onPSelectUsersQuery in class overit.geocallapp.wfm.users.selection.PSelectUsers
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.