Class CommandPanelPresentationModel.Builder
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- Enclosing class:
- CommandPanelPresentationModel
public static class CommandPanelPresentationModel.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandPanelPresentationModelbuild()CommandPanelPresentationModel.BuildersetCommandHorizontalAlignment(int commandHorizontalAlignment)CommandPanelPresentationModel.BuildersetCommandIconDimension(java.lang.Integer commandIconDimension)CommandPanelPresentationModel.BuildersetCommandPresentationState(CommandButtonPresentationState commandPresentationState)CommandPanelPresentationModel.BuildersetLayoutKind(CommandPanelPresentationModel.LayoutKind layoutKind)CommandPanelPresentationModel.BuildersetMaxColumns(int maxColumns)CommandPanelPresentationModel.BuildersetMaxRows(int maxRows)CommandPanelPresentationModel.BuildersetMenu(boolean isMenu)CommandPanelPresentationModel.BuildersetPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind popupOrientationKind)CommandPanelPresentationModel.BuildersetToShowGroupLabels(boolean toShowGroupLabels)
-
-
-
Method Detail
-
setMaxColumns
public CommandPanelPresentationModel.Builder setMaxColumns(int maxColumns)
-
setMaxRows
public CommandPanelPresentationModel.Builder setMaxRows(int maxRows)
-
setToShowGroupLabels
public CommandPanelPresentationModel.Builder setToShowGroupLabels(boolean toShowGroupLabels)
-
setLayoutKind
public CommandPanelPresentationModel.Builder setLayoutKind(CommandPanelPresentationModel.LayoutKind layoutKind)
-
setCommandPresentationState
public CommandPanelPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState)
-
setCommandIconDimension
public CommandPanelPresentationModel.Builder setCommandIconDimension(java.lang.Integer commandIconDimension)
-
setCommandHorizontalAlignment
public CommandPanelPresentationModel.Builder setCommandHorizontalAlignment(int commandHorizontalAlignment)
-
setPopupOrientationKind
public CommandPanelPresentationModel.Builder setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind popupOrientationKind)
-
setMenu
public CommandPanelPresentationModel.Builder setMenu(boolean isMenu)
-
build
public CommandPanelPresentationModel build()
-
-