Uses of Class
com.orchestranetworks.ui.UIFormLabelSpec
-
Packages that use UIFormLabelSpec 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.userservice A public API for user services. -
-
Uses of UIFormLabelSpec in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type UIFormLabelSpec Modifier and Type Method Description voidUIComponentWriter. addUILabel(UIFormLabelSpec aLabelSpec)Adds the specified label.UIFormGroupUIComponentWriter. 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 UIFormLabelSpec Modifier and Type Method Description UIFormLabelSpecUIFormGroup. getLabel()UIFormLabelSpecUIFormRow. getLabel()UIFormLabelSpecUIFormPaneWithTabs.Tab. getTitle()Methods in com.orchestranetworks.ui.form with parameters of type UIFormLabelSpec Modifier and Type Method Description voidUIFormGroup. 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 Constructor Description Tab(UIFormLabelSpec aTitle, UIFormPane aPane) -
Uses of UIFormLabelSpec in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UIFormLabelSpec Modifier and Type Method Description UIFormLabelSpecUserServiceTab. getTitle()Returns the label specification for title of the tab.Methods in com.orchestranetworks.userservice with parameters of type UIFormLabelSpec Modifier and Type Method Description UserServiceTabUserServiceTabbedPane. 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.
-