Uses of Class
com.orchestranetworks.userservice.declaration.ActionDisplaySpec
-
Packages that use ActionDisplaySpec Package Description com.orchestranetworks.userservice.declaration A public API for declaring user services. -
-
Uses of ActionDisplaySpec in com.orchestranetworks.userservice.declaration
Fields in com.orchestranetworks.userservice.declaration declared as ActionDisplaySpec Modifier and Type Field Description static ActionDisplaySpecActionDisplaySpec. DISPLAYEDThe action is available in the default EBX® menu and can be explicitly assigned to a custom toolbar.static ActionDisplaySpecActionDisplaySpec. HIDDENThe action is neither available in the default EBX® menu nor can it be explicitly assigned to a custom toolbar.static ActionDisplaySpecActionDisplaySpec. HIDDEN_IN_DEFAULT_MENUThe action can only be explicitly assigned to a custom toolbar.Methods in com.orchestranetworks.userservice.declaration that return ActionDisplaySpec Modifier and Type Method Description static 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 ActionDisplaySpec Modifier and Type Method Description voidActivationContext. 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.
-