borland Packages  Class Hierarchy  internetbeans Package 

Submitable interface

com.borland.internetbeans.Submitable

About the Submitable interface

Methods  

Implemented by IxControl, IxImageButton, IxSubmitButton

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

Identifies objects that are submitable.


Submitable methods

Methods defined in this interface


Submitable methods

addSubmitListener(l)

  void addSubmitListener(SubmitListener l)
Adds a SubmitListener to handle a SubmitEvent.

fireSubmitPerformed(e)

  void fireSubmitPerformed(SubmitEvent e)
Fires submitPerformed event.

getNamedAction()

  String getNamedAction()
Gets the NamedAction to perfom if the control is submitted, if any.

removeSubmitListener(l)

  void removeSubmitListener(SubmitListener l)
Removes a SubmitListener that handles SubmitEvent.

setNamedAction(java.lang.String)

  void setNamedAction(String name)
Sets the named action to perfom if the control is submitted.