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 TypeMethodDescriptionvoid
UIComponentWriter.addUILabel
(UIFormLabelSpec aLabelSpec) Adds the specified label.UIComponentWriter.newFormGroup
(UIFormLabelSpec aLabelSpec) Returns a new form group with the specified label.void
UIComponentWriter.startBorder
(boolean isColored, UIFormLabelSpec aLabelSpec) Starts a border with a caption.void
UIComponentWriter.startFormGroup
(UIFormLabelSpec aLabelSpec) Starts a form group by writing its specified label, an expand/collapse button, and a form indentation.void
UIComponentWriter.startFormRow
(UIFormLabelSpec aLabelSpec) Starts a form row containing a label and some plain HTML content.void
UIComponentWriter.startFormRow
(UIFormLabelSpec aLabelSpec, UIFormRowIcon aFormRowIcon) Starts a form row containing an icon, a label and some plain HTML content.void
UIComponentWriter.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 TypeMethodDescriptionvoid
UIFormGroup.setLabel
(UIFormLabelSpec aLabel) Sets the label of the form group.void
UIFormRow.setLabel
(UIFormLabelSpec aLabelSpec) Sets the label of the form row.void
UIFormHeader.setTitle
(UIFormLabelSpec aTitle) Defines a custom title in the header of the form.void
UIFormPaneWithTabs.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.void
UserServiceDisplayConfigurator.setBreadcrumbs
(UIFormLabelSpec... labels) Sets the localized header's breadcrumbs.void
UserServiceDisplayConfigurator.setTitle
(UIFormLabelSpec aTitle) Sets the localized title of the service.void
UserServiceTab.setTitle
(UIFormLabelSpec aTitle) Sets the tab's localized title.