Uses of Class
com.orchestranetworks.ui.action.DisplayMode
-
Packages that use DisplayMode Package Description com.orchestranetworks.ui.action This package allows to define actions that can be triggered by the end user. -
-
Uses of DisplayMode in com.orchestranetworks.ui.action
Subclasses of DisplayMode in com.orchestranetworks.ui.action Modifier and Type Class Description static classDisplayMode.ModalCustomIndicates that the modal should be of the specified custom size.static classDisplayMode.ModalMediumIndicates that the modal should be of the built-in medium size.static classDisplayMode.WorkspaceIndicates that the action should be displayed in the workspace.Methods in com.orchestranetworks.ui.action that return DisplayMode Modifier and Type Method Description DisplayModeWebComponentAction. getDisplayMode()Methods in com.orchestranetworks.ui.action with parameters of type DisplayMode Modifier and Type Method Description voidWebComponentAction. setDisplayMode(DisplayMode aDisplayMode)Specifies how the action should be displayed at launch.
-