Class UIFormPaneFromPathList

java.lang.Object
com.orchestranetworks.ui.form.UIFormPaneFromPathList
All Implemented Interfaces:
UIFormPane

public class UIFormPaneFromPathList extends Object implements 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 Details

    • UIFormPaneFromPathList

      public UIFormPaneFromPathList(List<Path> pathList)
      Instantiates a new form pane from a path list.
      Parameters:
      pathList - the path list
  • Method Details