borland Packages  Class Hierarchy  internetbeans Package 

IxSubmitButton class

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

About the IxSubmitButton class

Variables  Properties  Methods  

Implements ColumnAware, DataSetAware, Renderable, Submitable, Serializable, Cloneable

Note: This package is a feature of JBuilder Professional and Enterprise.

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.


IxSubmitButton variables

Variables implemented in this class

Variables implemented in com.borland.internetbeans.AbstractIxButton

Variables implemented in com.borland.internetbeans.AbstractIxControl

Variables implemented in com.borland.internetbeans.AbstractIxDataWidget

Variables implemented in com.borland.internetbeans.AbstractIxInput

Variables implemented in com.borland.internetbeans.IxComponent

IxSubmitButton properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.internetbeans.AbstractIxButton

Properties implemented in com.borland.internetbeans.AbstractIxControl

Properties implemented in com.borland.internetbeans.AbstractIxDataWidget

Properties implemented in com.borland.internetbeans.AbstractIxInput

Properties implemented in com.borland.internetbeans.IxComponent

Properties implemented in java.lang.Object

IxSubmitButton methods

Methods implemented in this class

Methods implemented in com.borland.internetbeans.AbstractIxButton

Methods implemented in com.borland.internetbeans.AbstractIxControl

Methods implemented in com.borland.internetbeans.AbstractIxDataWidget

Methods implemented in com.borland.internetbeans.AbstractIxInput

Methods implemented in com.borland.internetbeans.IxComponent

Methods implemented in java.lang.Object


IxSubmitButton variables

INPUT_TYPE

  public static final String INPUT_TYPE = "submit"
Value of TYPE attribute for this class of INPUT element.

IxSubmitButton properties

features

 public int getFeatures()
Overrides IxComponent.getFeatures to indicate that the component may be submitted.

namedAction

 public String getNamedAction()
 public void setNamedAction(String name)
A named action to perfom if the control is submitted, if any.

IxSubmitButton methods

getInputType()

  protected String getInputType()
Value of TYPE attribute for this class of INPUT element.

Overrides: com.borland.internetbeans.AbstractIxInput.getInputType()