Java Doc for HtmlSubmitButton.java in » J2EE » Sofia » com » salmonllc » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation
removeSubmitListener(SubmitListener l) This method removes a listener from the list that will be notified if this button causes the page to be submitted.
Constructs a new Submit Button.
Parameters: name - Each component on a page must have a unique name. Parameters: dispName - The text to appear on the button. Parameters: p - A Props object that will be used to initialize any properties in the object.
Constructs a new Submit Button.
Parameters: name - Each component on a page must have a unique name. Parameters: dispName - The text to appear on the button. Parameters: theme - The theme to use for loading properties Parameters: p - A Props object that will be used to initialize any properties in the object.
This method inserts a listener at the beginning of the the listener list. It will be notified first when this button causes the page to be submitted.
Parameters: l - The listener to add.
This method removes a listener from the list that will be notified if this button causes the page to be submitted.
Parameters: l - The listener to remove.
Use this method if you want the button to submit only a layer of the page and not the whole page
Parameters: iFrame - The IFrame component that should be loaded
Parameters: sets - the tab index html attribute. You can also pass TAB_INDEX_DEFAULT to use the default tab index for the component or TAB_INDEX_NONE to keep this component from being tabbed to