Class InputMultiDecoderTransferRequest

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

@Component public class InputMultiDecoderTransferRequest extends InputMultiDecoder
InputMultiDecoder for Transfer Request. This multi decoder open the page/panel with a InputMultiDecoderTransferRequestInput as input object.
Since:
14.0
See Also:
GCApi:
component
  • Field Details

    • multiselection

      protected boolean multiselection
  • Constructor Details

    • InputMultiDecoderTransferRequest

      public InputMultiDecoderTransferRequest()
  • Method Details

    • setMULTISELECTION

      public void setMULTISELECTION(String s)
      Enables the multiselection for the performed search.
      Parameters:
      s - true if the the search needs to allow multiselection, false otherwise
    • onSearch

      public boolean onSearch(Object o)
      Description copied from class: InputMultiDecoder
      Called when the user clicks on the magnifier icon, it opens a page (InputMultiDecoder.setPAGE(String)) or shows a Panel (InputMultiDecoder.setPANEL(String). The page or panel should contains a list representing the codes and theirs decoded values, and should allows the user to directly select one of them.
      Overrides:
      onSearch in class InputMultiDecoder
      Parameters:
      o - Not used
      Returns:
      false