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


Constructor Index

 o CheckboxIndicatorGadget()
Constructs a Label with no label.

Method Index

 o isArmed()
Returns true if armed.
 o isShowingSelected()
isShowingSelected
 o setArmed(boolean)
Sets the indicator to armed.
 o toggle()
Sets the indicator to selected.

Constructors

 o CheckboxIndicatorGadget
 public CheckboxIndicatorGadget()
Constructs a Label with no label.

Methods

 o isShowingSelected
 public boolean isShowingSelected()
isShowingSelected

Returns:
boolean
Overrides:
isShowingSelected in class Gadget
 o isArmed
 public boolean isArmed()
Returns true if armed.

Returns:
boolean
 o setArmed
 public void setArmed(boolean armed)
Sets the indicator to armed.

Parameters:
armed - boolean armed/not armed
 o toggle
 public void toggle()
Sets the indicator to selected.


All Packages  Class Hierarchy  This Package  Previous  Next  Index