Class Alert.RadioParam

java.lang.Object
overit.geocall.ui.Alert.RadioParam
All Implemented Interfaces:
Serializable
Enclosing class:
Alert

public static class Alert.RadioParam extends Object implements Serializable
The class implements one choice that can be added to the alert to create a multiple choice
See Also:
  • Field Details

    • _label

      protected String _label
    • _param

      protected String _param
    • _default

      protected boolean _default
  • Constructor Details

    • RadioParam

      public RadioParam(String label, String param)
      Creates a radio param choice
      Parameters:
      label - The string associated to the choice
      param - The parameter associated to the chioce, passed to the event of the button of the alert
  • Method Details

    • setDefault

      public Alert.RadioParam setDefault()
      Indicates that the choice is the one that must be the default selected choice when the alert appears
      Returns:
      The radio param with the default selected choice attribute