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 +----com.borland.internetbeans.IxRadioButton
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Base class to represent two-state inputs, namely checkboxes and radiobuttons. These controls have a CHECKED attribute, but have different rules for determining which state they are in.
public abstract boolean isChecked()Returns whether the component is in its checked/selected state.
protected void assembleTagAttributes(OutputWrapper outWrap)Generates the CHECKED attribute if
isChecked
is true.
outWrap
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly. Removes always-generated CHECKED attribute (if present), then calls super
.
tagName
attributes
empty