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.AbstractIxButton +----com.borland.internetbeans.IxSubmitButton +----com.borland.internetbeans.IxPushButton +----com.borland.internetbeans.IxResetButton
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Base class to represent all kinds of buttons, intended to support either older INPUT-style or newer BUTTON tags.
public static final String BUTTON = "button"Tag name to use for BUTTON tags.
public static final String INPUT = "input"Tag name to use for INPUT tags.
protected boolean useButtonTagWhether to use the new BUTTON tag instead of the old INPUT-style tag.
public String getUseTag() public void setUseTag(String useWhich)Tag name to use when rendering, either "button" or "input".
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly. Removes the value of the VALUE attribute of the button -- the text that is displayed in the button -- and stores it, then calls super
.
tagName
attributes
empty