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.IxImageButton
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Submitable, Serializable, Cloneable
Represents a form submit button.
XHTML: <input type="submit" />
If the button that matches this component was the button that submitted the form, the button's submitPerformed
event will fire.
public static final String INPUT_TYPE = "submit"Value of TYPE attribute for this class of INPUT element.
public int getFeatures()Overrides
IxComponent.getFeatures
to indicate that the component may be submitted.
public String getNamedAction() public void setNamedAction(String name)A named action to perfom if the control is submitted, if any.
protected String getInputType()Value of TYPE attribute for this class of INPUT element.