|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Submit | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
Uses of Submit in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return Submit | |
Submit |
Wizard.getCancel()
|
Submit |
Wizard.getFinish()
|
Submit |
SaveCancelSection.getSaveButton()
Gets the Save button. |
Submit |
SaveCancelSection.getCancelButton()
Gets the Cancel button. |
Methods in com.arsdigita.bebop with parameters of type Submit | |
void |
PropertyEditor.add(String key,
String label,
Form form,
Submit cancelButton)
Adds a form to the set of forms that can be used to edit the properties. |
void |
PropertyEditor.add(String key,
String label,
FormSection formSection,
Submit cancelButton)
Adds a form to the set of forms that can be used to edit the properties. |
void |
PropertyEditor.addCancelListener(FormSection form,
Submit cancelButton)
Adds a submission listener to the form that will hide all components and show the display pane. |
void |
PropertyEditor.addListeners(FormSection form,
Submit cancelButton)
Adds all required listeners to the form to ensure that if the form is either submitted successfully or cancelled, the display pane will be shown. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |