| java.awt.AWTEvent com.salmonllc.html.events.SubmitEvent
_validationFailed | boolean _validationFailed(Code) | | |
getComponent | public HtmlComponent getComponent()(Code) | | This method returns the component that sumbitted the page.
|
getFullName | public String getFullName()(Code) | | This method returns the full name (name of component appended to the name of its containers) of the component that submitted the page.
|
getName | public String getName()(Code) | | This method returns the name of the component that submitted the page.
|
getNextListener | public Object getNextListener()(Code) | | Returns the next listener that will be notified with this submit event
|
getPage | public HtmlPage getPage()(Code) | | This method returns the page for which the submit was performed.
|
getRow | public int getRow()(Code) | | This method returns the row in the datastore for which the button was clicked.
|
isValidationFailed | public boolean isValidationFailed()(Code) | | This method is used by the framework and should not be called directly
|
setNextListener | public void setNextListener(Object nextListener)(Code) | | Sets the next listener that will be notified with this submit event
|
setValidationFailed | public void setValidationFailed(boolean validationFailed)(Code) | | This method is used by the framework and should not be called directly
|
|
|