All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.CheckboxIndicatorGadget
java.lang.Object
|
+----dtai.gwt.Gadget
|
+----dtai.gwt.DisplayGadget
|
+----dtai.gwt.CheckboxIndicatorGadget
- public abstract class CheckboxIndicatorGadget
- extends DisplayGadget
CheckboxIndicatorGadget
-
CheckboxIndicatorGadget()
- Constructs a Label with no label.
-
isArmed()
- Returns true if armed.
-
isShowingSelected()
- isShowingSelected
-
setArmed(boolean)
- Sets the indicator to armed.
-
toggle()
- Sets the indicator to selected.
CheckboxIndicatorGadget
public CheckboxIndicatorGadget()
- Constructs a Label with no label.
isShowingSelected
public boolean isShowingSelected()
- isShowingSelected
- Returns:
- boolean
- Overrides:
- isShowingSelected in class Gadget
isArmed
public boolean isArmed()
- Returns true if armed.
- Returns:
- boolean
setArmed
public void setArmed(boolean armed)
- Sets the indicator to armed.
- Parameters:
- armed - boolean armed/not armed
toggle
public void toggle()
- Sets the indicator to selected.
All Packages Class Hierarchy This Package Previous Next Index