Uses of Class
com.orchestranetworks.userservice.declaration.ActionDisplaySpec
Packages that use ActionDisplaySpec
Package
Description
A public API for declaring user services.
-
Uses of ActionDisplaySpec in com.orchestranetworks.userservice.declaration
Fields in com.orchestranetworks.userservice.declaration declared as ActionDisplaySpecModifier and TypeFieldDescriptionstatic final ActionDisplaySpecActionDisplaySpec.DISPLAYEDThe action is available in the default EBX® menu and can be explicitly assigned to a custom toolbar.static final ActionDisplaySpecActionDisplaySpec.HIDDENThe action is neither available in the default EBX® menu nor can it be explicitly assigned to a custom toolbar.static final ActionDisplaySpecActionDisplaySpec.HIDDEN_IN_DEFAULT_MENUThe action can only be explicitly assigned to a custom toolbar.Methods in com.orchestranetworks.userservice.declaration that return ActionDisplaySpecModifier and TypeMethodDescriptionstatic ActionDisplaySpecActionDisplaySpec.displayInDefaultMenuAtPosition(int aPosition) This is similar toDISPLAYED, but the position in the default menu can be specified.Methods in com.orchestranetworks.userservice.declaration with parameters of type ActionDisplaySpecModifier and TypeMethodDescriptionvoidActivationContext.setDisplayForAllLocations(ActionDisplaySpec aSpec) Specifies if and how the action launching the service is displayed for all available locations.voidActivationContext.setDisplayForLocations(ActionDisplaySpec aSpec, ToolbarLocation... someToolbarLocations) Specifies if and how the action launching the service is displayed in the specified locations.