Uses of Interface
com.orchestranetworks.ui.toolbar.Toolbar
Packages that use Toolbar
Package
Description
This package allows customizing forms.
This package provides a library of user interface widgets.
This package allows customizing toolbars.
A public API for user services.
-
Uses of Toolbar in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form with parameters of type ToolbarModifier and TypeMethodDescriptionvoidUIFormHeader.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 ToolbarModifier and TypeMethodDescriptionUITable.getRowToolbar()Returns the programmatic toolbar to display on row.UITable.getTopToolbar()Returns the programmatic toolbar to display on top.Methods in com.orchestranetworks.ui.form.widget with parameters of type ToolbarModifier and TypeMethodDescriptionvoidUITable.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 ToolbarModifier and TypeMethodDescriptionstatic final 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 ToolbarModifier and TypeMethodDescriptionvoidUserServiceDisplayConfigurator.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.