Uses of Interface
com.orchestranetworks.ui.form.UIFormRow
Packages that use UIFormRow
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
-
Uses of UIFormRow in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return UIFormRowModifier and TypeMethodDescriptionUIComponentWriter.newFormRow()Returns a new form row, set with an empty icon and an empty label.UIResponseContext.newFormRow(Path aPath) Deprecated.Methods in com.orchestranetworks.ui with parameters of type UIFormRowModifier and TypeMethodDescriptionvoidUIResponseContext.addFormRow(UIFormRow aFormRow) Deprecated.Replaced byUIFormWriter.addFormRow(UIFormRow)voidUIResponseContext.addFormRow(UIFormRow aFormRow, UIWidget aWidget) Deprecated.Replaced byUIFormWriter.addFormRow(UIFormRow, UIWidget)voidUIComponentWriter.startFormRow(UIFormRow aFormRow) Starts a form row by writing its icon and label according to the specified argument. -
Uses of UIFormRow in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return UIFormRowModifier and TypeMethodDescriptionUIFormWriter.newFormRow(Path aPath) Builds the default model-driven form row based on the specified node.Methods in com.orchestranetworks.ui.form with parameters of type UIFormRowModifier and TypeMethodDescriptionvoidUIFormWriter.addFormRow(UIFormRow aFormRow) Adds a complete form row in the pane.voidUIFormWriter.addFormRow(UIFormRow aFormRow, UIWidget aWidget) Adds a complete form row in the pane according to the given specification with the specified user interface widget.
UIFormWriter.newFormRow(Path)