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 SearchSchedulingUsers extends Panel
Panel used to select a scheduling user.
Since:
13.0
See Also:
GCApi:
component
  • Field Details

  • Constructor Details

    • SearchSchedulingUsers

      public SearchSchedulingUsers()
  • Method Details

    • show

      public void show(Serializable o)
      Description copied from class: Panel
      It shows (make visible with the pop-up effect) the panel
      Overrides:
      show in class Panel
      Parameters:
      o - serializable object saved as a global variable of the panel
    • initPanel

      protected void initPanel()
    • fillOperationCenter

      protected void fillOperationCenter()
    • loadValidOperationCenters

      protected void loadValidOperationCenters()
    • onSearchSchedulingUsers

      public boolean onSearchSchedulingUsers(UIMessage uim)
      UI event handler to select the scheduling users.
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.
    • onConfirmSchedulingUsersAssociation

      public boolean onConfirmSchedulingUsersAssociation(UIMessage uim)
      UI event handler to confirm the scheduling user association.
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.