Uses of Interface
com.orchestranetworks.ui.UIBodyWriter
-
Packages that use UIBodyWriter 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 UIBodyWriter in com.orchestranetworks.ui
Subinterfaces of UIBodyWriter 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.interfaceUIComponentWriterThis interface offers common user interface methods to create standard EBX® components.interfaceUILabelRendererContextProvides a context for displaying a record.interfaceUILabelRendererForHierarchyContextProvides a context for displaying a hierarchy node.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 UIBodyWriter Modifier and Type Method Description UIBodyWriterUIBodyWriter. add(int integer)Adds an integer to the body stream.UIBodyWriterUIBodyWriter. add(UserMessage aUserMessage)Adds a user message in the current session's locale to the body stream.UIBodyWriterUIBodyWriter. add(String aString)Adds the specified string to the body stream.UIBodyWriterUIBodyWriter. add_cr()Adds a carriage return to the body stream.UIBodyWriterUIBodyWriter. add_cr(String text)Adds the specified string to the body stream, then adds a carriage return to the body stream.UIBodyWriterUIBodyWriter. addSafeAttribute(String aName, UserMessage aValue)Adds an HTML attribute to the body stream, following the pattern:UIBodyWriterUIBodyWriter. addSafeAttribute(String aName, String aValue)Adds an HTML attribute to the body stream, following the pattern:UIBodyWriterUIBodyWriter. addSafeInnerHTML(UserMessage aUserMessage)UIBodyWriterUIBodyWriter. addSafeInnerHTML(String text)Escapes all '<' and '>' characters in the given string, then adds the string to the body stream. -
Uses of UIBodyWriter in com.orchestranetworks.ui.form
Subinterfaces of UIBodyWriter 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 UIBodyWriter in com.orchestranetworks.ui.form.widget
Subinterfaces of UIBodyWriter 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 UIBodyWriter in com.orchestranetworks.userservice
Subinterfaces of UIBodyWriter 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.
-