Package overit.geocall.ui
Class Tooltip.RadioParam
java.lang.Object
overit.geocall.ui.Tooltip.RadioParam
- All Implemented Interfaces:
Serializable
- Enclosing class:
Tooltip
The class implements one choice that can be added to the tooltip to create a multiple choice
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates that the choice is the one that must be the default selected choice when the tooltip appears
-
Field Details
-
_label
-
_param
-
_default
protected boolean _default
-
-
Constructor Details
-
RadioParam
Creates a radio param choice- Parameters:
label- The string associated to the choiceparam- The parameter associated to the chioce, passed to the event of the button of the tooltip
-
-
Method Details
-
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
-