Uses of Interface
com.orchestranetworks.ui.UIServiceComponentWriter
-
Packages that use UIServiceComponentWriter Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of UIServiceComponentWriter in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return UIServiceComponentWriter Modifier and Type Method Description abstract UIServiceComponentWriterServiceContext. getUIComponentWriter()Deprecated.This method can be used in a Servlet to get a component writer in order to add standard EBX® components.abstract UIServiceComponentWriterServiceContext. getUIComponentWriterForJSP(JspWriter aJspWriter)Deprecated.This method can be used in a JSP to get a component writer to add some integrated components. -
Uses of UIServiceComponentWriter in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return UIServiceComponentWriter Modifier and Type Method Description UIServiceComponentWriterUIServiceComponentWriter. addButtonSubmit(UIButtonSpecSubmit aButtonSpec)Deprecated.Adds an HTML submit button.
-