Uses of Interface
com.orchestranetworks.ui.toolbar.Toolbar
-
Packages that use Toolbar Package Description 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.ui.toolbar This package allows customizing toolbars.com.orchestranetworks.userservice A public API for user services. -
-
Uses of Toolbar in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form with parameters of type Toolbar Modifier and Type Method Description voidUIFormHeader. setToolbar(Toolbar aToolbar)Defines a toolbar that will be displayed on top of the form. -
Uses of Toolbar in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return Toolbar Modifier and Type Method Description ToolbarUITable. getRowToolbar()Returns the programmatic toolbar to display on row.ToolbarUITable. getTopToolbar()Returns the programmatic toolbar to display on top.Methods in com.orchestranetworks.ui.form.widget with parameters of type Toolbar Modifier and Type Method Description voidUITable. setRowToolbar(Toolbar rowToolbar)Specifies the programmatic toolbar to display on row.voidUITable. setTopToolbar(Toolbar topToolbar)Specifies the programmatic toolbar to display on top. -
Uses of Toolbar in com.orchestranetworks.ui.toolbar
Methods in com.orchestranetworks.ui.toolbar that return Toolbar Modifier and Type Method Description static ToolbarToolbarFactory. newToolbar(ToolbarLocation... toolbarLocations)Returns a new toolbar instance. -
Uses of Toolbar in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type Toolbar Modifier and Type Method Description voidUserServiceDisplayConfigurator. setToolbar(Toolbar aToolbar)Sets the toolbar to one defined programmatically.voidUserServiceDisplayConfigurator. setToolbar(Toolbar aToolbar, Adaptation aRecord)Sets the toolbar to one defined programmatically for a record.voidUserServiceDisplayConfigurator. setToolbar(Toolbar aToolbar, AdaptationTable aTable)Sets the toolbar to one defined programmatically for a table.voidUserServiceDisplayConfigurator. setToolbar(Toolbar aToolbar, ObjectKey anObjectKey, boolean isForTable)Sets the toolbar to one defined programmatically for a record or a table.
-