All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@UI(searchPanel="rightPanel", resultTable="stvSelectTransferRequestResults", searchForm="fSelectTransferRequest") public class SelectTransferRequest extends BaseSearchContainer<TransferRequest>
Transfer request select page.
Since:
14.0
See Also:
GCApi:
controller
  • Constructor Details

    • SelectTransferRequest

      public SelectTransferRequest()
  • Method Details

    • setupWindow

      protected void setupWindow()
      Description copied from class: BaseSearchContainer
      Defines the initial page aspect setting the visibility field in the search form and launches the main search.
      Specified by:
      setupWindow in class BaseSearchContainer<TransferRequest>
    • applySelectionMode

      protected void applySelectionMode(boolean isMultiselection)
    • onRowClick

      public boolean onRowClick(UIMessage uim)
      UI event handler to manage the row click popping to selected transfer request.
      Overrides:
      onRowClick in class BaseSearchContainer<TransferRequest>
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.
    • onSelectTransferRequest

      public boolean onSelectTransferRequest(UIMessage uim)
      UI event handler to manage the popping of the selected transfer request.
      Parameters:
      uim - the UIMessage
      Returns:
      true to break the responsibility chain, false otherwise.