Package com.orchestranetworks.ui.form
Class UIFormPaneFromPathList
java.lang.Object
com.orchestranetworks.ui.form.UIFormPaneFromPathList
- All Implemented Interfaces:
UIFormPane
This pane provides a table with a list of simple fields/complex groups.
The pane can be included to another form thanks to UIFormPaneWriter.includePane(UIFormPane)
or used as a tab thanks to UIFormPaneWithTabs.addTab(String, UIFormPane).
This component has the same behavior than UIFormWriter.addFormRowOrGroup(Path), it means
that path which would be displayed in tab will be ignored.
- Since:
- 5.8.0
-
Constructor Summary
ConstructorsConstructorDescriptionUIFormPaneFromPathList(List<Path> pathList) Instantiates a new form pane from a path list. -
Method Summary
Modifier and TypeMethodDescriptionvoidwritePane(UIFormPaneWriter aWriter, UIFormContext aContext) Specifies the HTML pane content.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orchestranetworks.ui.form.UIFormPane
isPaddingEnabled
-
Constructor Details
-
UIFormPaneFromPathList
Instantiates a new form pane from a path list.- Parameters:
pathList- the path list
-
-
Method Details
-
writePane
Description copied from interface:UIFormPaneSpecifies the HTML pane content.For details on when the EBX® user interface invokes this method, see Life cycle.
- Specified by:
writePanein interfaceUIFormPane- Parameters:
aWriter- theUIFormPaneWriterto use to add some built-in form rows, widgets, or simple HTML and JavaScript.aContext- aUIFormContextto request data and environment.
-