Uses of Interface
com.orchestranetworks.ui.UIComponentWriter
-
Packages that use UIComponentWriter Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.form This package allows customizing forms.com.orchestranetworks.ui.form.widget This package provides a library of user interface widgets.com.orchestranetworks.userservice A public API for user services. -
-
Uses of UIComponentWriter in com.orchestranetworks.ui
Subinterfaces of UIComponentWriter in com.orchestranetworks.ui Modifier and Type Interface Description interfaceUIAjaxContextEncapsulates an HTTP response so that an Ajax component is able to generate its part of the DHTML page.interfaceUIResponseContextDeprecated.From 5.8.0, please use the new APIUICustomWidgetinstead.interfaceUIServiceComponentWriterDeprecated.From release 6.0, this API is no longer supported.interfaceUITableFilterResponseContextEncapsulates an HTTP request in order to display a table filter.Methods in com.orchestranetworks.ui that return UIComponentWriter Modifier and Type Method Description UIComponentWriterUIComponentWriter. addButtonHelp(String aURL)Displays a button with the help icon.UIComponentWriterUIComponentWriter. addButtonJavaScript(UIButtonSpecJSAction aJavaScriptButtonSpec)Adds a button for a JavaScript command.UIComponentWriterUIComponentWriter. addButtonJavaScriptToggle(UIButtonSpecJSActionToggle aJavaScriptToggleButtonSpec)Adds a toggle button for two JavaScript commands (toggle ON and toggle OFF). -
Uses of UIComponentWriter in com.orchestranetworks.ui.form
Subinterfaces of UIComponentWriter in com.orchestranetworks.ui.form Modifier and Type Interface Description interfaceUIFormPaneWriterEncapsulates an HTTP response so that a form layout is able to generate its part of the page, including the building of standard model-driven widgets.interfaceUIFormWriterThis interface offers methods useful to create standard EBX® forms. -
Uses of UIComponentWriter in com.orchestranetworks.ui.form.widget
Subinterfaces of UIComponentWriter in com.orchestranetworks.ui.form.widget Modifier and Type Interface Description interfaceWidgetWriterThis interface offers methods that can be used to create a standard EBX® widget.interfaceWidgetWriterForListThis interface offers methods that can be used to create a standard EBX® list widget. -
Uses of UIComponentWriter in com.orchestranetworks.userservice
Subinterfaces of UIComponentWriter in com.orchestranetworks.userservice Modifier and Type Interface Description interfaceUserServicePaneWriterThis interface provides useful methods for rendering a user service pane.interfaceUserServiceRawPaneWriterThis interface provides useful methods for rendering a user service pane.interfaceUserServiceWriterThis interface provides methods for rendering a user service content.
-