Uses of Interface
com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Packages that use WidgetDisplayContext
Package
Description
This package provides a library of user interface widgets.
-
Uses of WidgetDisplayContext in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget with parameters of type WidgetDisplayContextModifier and TypeMethodDescriptionbooleanUICustomWidget.isDisplayingCustomWidgetValidationMessage(WidgetDisplayContext widgetDisplayContext) This method allows to activate or deactivate the display of validation messages that are associated with the data element bound to this custom widget.abstract voidUIListCustomWidget.write(WidgetWriterForList aWriter, WidgetDisplayContext aContext) This method defines how to display the widget.abstract voidUISimpleCustomWidget.write(WidgetWriter aWriter, WidgetDisplayContext aContext) This method defines how to display the widget.voidUIWidgetFileUpload.write(WidgetWriter aWriter, WidgetDisplayContext aContext) Displays the widget.