Uses of Interface
com.orchestranetworks.ui.form.widget.UIWidget
Packages that use UIWidget
Package
Description
Provides interfaces for accessing schema node facet.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
This package provides a library of user interface widgets.
-
Uses of UIWidget in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info with type parameters of type UIWidgetModifier and TypeMethodDescription<T extends UIWidget>
UIWidgetFactory<T>SchemaNodeDefaultView.getWidgetFactory()Returns the custom widget factory defined in the data model using the propertyosd:defaultView/widget osd:class="com.foo.MyWidgetFactory"under the elementxs:annotation/xs:appinfo.Methods in com.orchestranetworks.schema.info that return UIWidget -
Uses of UIWidget in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return UIWidgetMethods in com.orchestranetworks.ui with parameters of type UIWidgetModifier and TypeMethodDescriptionvoidUIResponseContext.addFormRow(UIFormRow aFormRow, UIWidget aWidget) Deprecated.Replaced byUIFormWriter.addFormRow(UIFormRow, UIWidget)voidUIResponseContext.addFormRow(UIWidget aWidget) Deprecated.Replaced byUIFormWriter.addFormRow(UIWidget)voidDeprecated.Replaced byUIFormWriter.addWidget(UIWidget) -
Uses of UIWidget in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form with type parameters of type UIWidgetModifier and TypeMethodDescription<T extends UIWidget>
TUIFormWriter.newCustomWidget(Path aPath, UIWidgetFactory<T> aFactory) Returns a new instance of a widget which will be created by the given factory.Methods in com.orchestranetworks.ui.form that return UIWidgetModifier and TypeMethodDescriptionUIFormWriter.newBestMatching(Path aPath) Returns a new widget that will be automatically selected according to the corresponding node definition in the data model.Methods in com.orchestranetworks.ui.form with parameters of type UIWidgetModifier and TypeMethodDescriptionvoidUIFormWriter.addFormRow(UIFormRow aFormRow, UIWidget aWidget) Adds a complete form row in the pane according to the given specification with the specified user interface widget.voidUIFormWriter.addFormRow(UIWidget aWidget) Adds a form row in the pane with the specified widget.voidAdds the specified widget. -
Uses of UIWidget in com.orchestranetworks.ui.form.widget
Classes in com.orchestranetworks.ui.form.widget with type parameters of type UIWidgetModifier and TypeInterfaceDescriptioninterfaceUIWidgetFactory<T extends UIWidget>This interface defines a factory to create a custom widget.Subinterfaces of UIWidget in com.orchestranetworks.ui.form.widgetModifier and TypeInterfaceDescriptioninterfaceThis interface is common to all EBX® model-driven widgets based on a single data model field.interfaceThis interface is common to all EBX® model-driven widgets based on a single data model enumerated field.interfaceThis interface represents an item in the parent interfaceUIAtomicWithEnumeration, which corresponds to an index in the enumeration.interfaceThis interface represents a checkbox corresponding to an index in an enumeration.interfaceGroup of checkboxes based on an enumeration.interfaceThis interface represents a color picker which is composed of a preview box, an input and a button.interfaceCombo box composed of a drop-down list and a text box to filter the list.interfaceA widget made of a combo box displaying the dataset tree and a text box for filtering.interfaceA widget made of a combo box displaying the dataspace tree and a text box for filtering.interfaceDate/time field.interfaceSimple HTML drop-down list.interfaceSimple HTML list box, with multi-selection.interfacePassword field.interfaceThis interface represents a radio button corresponding to an index in an enumeration.interfaceGroup of radio buttons based on an enumeration.interfaceThis interface represents a table component.interfaceOne-line or multi-line text box.Classes in com.orchestranetworks.ui.form.widget that implement UIWidgetModifier and TypeClassDescriptionclassBase class for custom widgets.classBase class for custom widgets handling whole list elements.classBase class for custom widgets handling non-list elements.final classWidget for an upload file field.
UIFormWriter.newBestMatching(Path)