Class Tooltip.RadioParam

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

public static class Tooltip.RadioParam extends Object implements Serializable
The class implements one choice that can be added to the tooltip 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 tooltip
  • Method Details

    • setDefault

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