Uses of Class
com.orchestranetworks.ui.UIFormLabelSpec
Packages that use UIFormLabelSpec
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
A public API for user services.
-
Uses of UIFormLabelSpec in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type UIFormLabelSpecModifier and TypeMethodDescriptionvoidUIComponentWriter.addUILabel(UIFormLabelSpec aLabelSpec) Adds the specified label.UIComponentWriter.newFormGroup(UIFormLabelSpec aLabelSpec) Returns a new form group with the specified label.voidUIComponentWriter.startBorder(boolean isColored, UIFormLabelSpec aLabelSpec) Starts a border with a caption.voidUIComponentWriter.startFormGroup(UIFormLabelSpec aLabelSpec) Starts a form group by writing its specified label, an expand/collapse button, and a form indentation.voidUIComponentWriter.startFormRow(UIFormLabelSpec aLabelSpec) Starts a form row containing a label and some plain HTML content.voidUIComponentWriter.startFormRow(UIFormLabelSpec aLabelSpec, UIFormRowIcon aFormRowIcon) Starts a form row containing an icon, a label and some plain HTML content.voidUIComponentWriter.startFormRow(UIFormLabelSpec aLabelSpec, String anIconURL) Starts a form row containing an icon, a label and some plain HTML content. -
Uses of UIFormLabelSpec in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return UIFormLabelSpecModifier and TypeMethodDescriptionUIFormGroup.getLabel()UIFormRow.getLabel()UIFormPaneWithTabs.Tab.getTitle()Methods in com.orchestranetworks.ui.form with parameters of type UIFormLabelSpecModifier and TypeMethodDescriptionvoidUIFormGroup.setLabel(UIFormLabelSpec aLabel) Sets the label of the form group.voidUIFormRow.setLabel(UIFormLabelSpec aLabelSpec) Sets the label of the form row.voidUIFormHeader.setTitle(UIFormLabelSpec aTitle) Defines a custom title in the header of the form.voidUIFormPaneWithTabs.Tab.setTitle(UIFormLabelSpec aTitle) Changes the tab title.Constructors in com.orchestranetworks.ui.form with parameters of type UIFormLabelSpec -
Uses of UIFormLabelSpec in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UIFormLabelSpecModifier and TypeMethodDescriptionUserServiceTab.getTitle()Returns the label specification for title of the tab.Methods in com.orchestranetworks.userservice with parameters of type UIFormLabelSpecModifier and TypeMethodDescriptionUserServiceTabbedPane.newTab(UIFormLabelSpec aTitle, UserServicePane aPane) Create a new tab.voidUserServiceDisplayConfigurator.setBreadcrumbs(UIFormLabelSpec... labels) Sets the localized header's breadcrumbs.voidUserServiceDisplayConfigurator.setTitle(UIFormLabelSpec aTitle) Sets the localized title of the service.voidUserServiceTab.setTitle(UIFormLabelSpec aTitle) Sets the tab's localized title.