Class CommandPopupMenuPresentationModel
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.popup.model.AbstractPopupMenuPresentationModel
-
- org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel
-
- All Implemented Interfaces:
ImmutablePresentationModel,PresentationModel
public class CommandPopupMenuPresentationModel extends AbstractPopupMenuPresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandPopupMenuPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description static CommandButtonPresentationStateDEFAULT_POPUP_MENU_PRESENTATION_STATE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandPopupMenuPresentationModel.Builderbuilder()intgetMaxVisibleMenuCommands()CommandButtonPresentationStategetMenuPresentationState()CommandPanelPresentationModelgetPanelPresentationModel()CommandButtonPresentationModel.PopupOrientationKindgetPopupOrientationKind()booleanisToDismissOnCommandActivation()
-
-
-
Field Detail
-
DEFAULT_POPUP_MENU_PRESENTATION_STATE
public static final CommandButtonPresentationState DEFAULT_POPUP_MENU_PRESENTATION_STATE
-
-
Method Detail
-
builder
public static CommandPopupMenuPresentationModel.Builder builder()
-
getPanelPresentationModel
public CommandPanelPresentationModel getPanelPresentationModel()
-
getMenuPresentationState
public CommandButtonPresentationState getMenuPresentationState()
-
getMaxVisibleMenuCommands
public int getMaxVisibleMenuCommands()
-
isToDismissOnCommandActivation
public boolean isToDismissOnCommandActivation()
-
getPopupOrientationKind
public CommandButtonPresentationModel.PopupOrientationKind getPopupOrientationKind()
-
-