Uses of Interface
com.orchestranetworks.ui.form.UIFormContext
Packages that use UIFormContext
-
Uses of UIFormContext in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form with parameters of type UIFormContextModifier and TypeMethodDescriptionvoidUIForm.defineBody(UIFormBody aBody, UIFormContext aContext) Specifies the body of the form.voidUIForm.defineBottomBar(UIFormBottomBar aBottomBar, UIFormContext aContext) Specifies the bottom bar of the form.voidUIForm.defineHeader(UIFormHeader aHeader, UIFormContext aContext) Specifies the header of the form.UIFormPaneWithTabs.getPreviousTabSelected(UIFormContext aFormContext) Returns the tab id selected prior to the submit.booleanUIForm.shallValidateForm(UIFormContext aContext) Returnstrueif the user input associated with this form will be validated; returnsfalseif the local user input related to the current form is ignored beyond the execution of this method.voidUIFormPane.writePane(UIFormPaneWriter aWriter, UIFormContext aContext) Specifies the HTML pane content.voidUIFormPaneFromPathList.writePane(UIFormPaneWriter aWriter, UIFormContext aContext) voidUIFormPaneWithTabs.writePane(UIFormPaneWriter aWriter, UIFormContext aContext)