borland Packages Class Hierarchy internetbeans Package
com.borland.internetbeans.Submitable
Methods
Implemented by IxControl, IxImageButton, IxSubmitButton
Identifies objects that are submitable.
void addSubmitListener(SubmitListener l)Adds a
SubmitListener
to handle a SubmitEvent
.
void fireSubmitPerformed(SubmitEvent e)Fires
submitPerformed
event.
String getNamedAction()Gets the
NamedAction
to perfom if the control is submitted, if any.
void removeSubmitListener(SubmitListener l)Removes a
SubmitListener
that handles SubmitEvent
.
void setNamedAction(String name)Sets the named action to perfom if the control is submitted.