ImmutablePresentationModel, PresentationModelpublic class CommandPopupMenuPresentationModel extends AbstractPopupMenuPresentationModel
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CommandPopupMenuPresentationModel.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
static CommandButtonPresentationState |
DEFAULT_POPUP_MENU_PRESENTATION_STATE |
| Modifier and Type | Method | Description |
|---|---|---|
static CommandPopupMenuPresentationModel.Builder |
builder() |
|
int |
getMaxVisibleMenuCommands() |
|
CommandButtonPresentationState |
getMenuPresentationState() |
|
CommandPanelPresentationModel |
getPanelPresentationModel() |
|
CommandButtonPresentationModel.PopupOrientationKind |
getPopupOrientationKind() |
|
boolean |
isToDismissOnCommandActivation() |
public static final CommandButtonPresentationState DEFAULT_POPUP_MENU_PRESENTATION_STATE
public static CommandPopupMenuPresentationModel.Builder builder()
public CommandPanelPresentationModel getPanelPresentationModel()
public CommandButtonPresentationState getMenuPresentationState()
public int getMaxVisibleMenuCommands()
public boolean isToDismissOnCommandActivation()
public CommandButtonPresentationModel.PopupOrientationKind getPopupOrientationKind()