Uses of Interface
com.orchestranetworks.ui.form.widget.UIWidgetFactory
Packages that use UIWidgetFactory
Package
Description
A public API for defining a dynamic schema.
Provides interfaces for accessing schema node facet.
This package allows customizing forms.
This package provides a library of user interface widgets.
-
Uses of UIWidgetFactory in com.orchestranetworks.schema.dynamic
Method parameters in com.orchestranetworks.schema.dynamic with type arguments of type UIWidgetFactoryModifier and TypeMethodDescriptionvoidBeanElement.setWidget(Class<? extends UIWidgetFactory<?>> aWidgetFactoryClass) Sets the widget for this element. -
Uses of UIWidgetFactory in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return UIWidgetFactoryModifier 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. -
Uses of UIWidgetFactory in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form with parameters of type UIWidgetFactoryModifier 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. -
Uses of UIWidgetFactory in com.orchestranetworks.ui.form.widget
Classes in com.orchestranetworks.ui.form.widget that implement UIWidgetFactoryModifier and TypeClassDescriptionclassWidget factory for an upload file field.Methods in com.orchestranetworks.ui.form.widget with parameters of type UIWidgetFactoryModifier and TypeMethodDescriptionvoidWidgetWriterForList.addList(Path aPath, UIWidgetFactory<?> anItemWidgetFactory) Adds the built-in multi-occurrence editor but uses the given widget to display each item of the list.