borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.AbstractIxControl +----com.borland.internetbeans.AbstractIxInput +----com.borland.internetbeans.AbstractIxBooleanInput +----com.borland.internetbeans.IxCheckBox
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Represents a checkbox.
XHTML: <input type="checkbox" />
public static final String INPUT_TYPE = "checkbox"Value of TYPE attribute for this class of INPUT element.
public boolean isChecked()Returns whether the component is in its checked state.
public int getFeatures()Overrides
IxComponent.getFeatures
to indicate that checkboxes must be explicitly cleared if not posted to.
public void setValue(String newValue)
AbstractIxControl
to write type-specific equivalent of a boolean value.
newValue
protected String getInputType()Value of TYPE attribute for this class of INPUT element.