public static class CommandStripPresentationModel.Builder
extends java.lang.Object
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
CommandStripPresentationModel |
build() |
|
CommandStripPresentationModel.Builder |
setCommandPresentationState(CommandButtonPresentationState commandPresentationState) |
|
CommandStripPresentationModel.Builder |
setFlat(boolean flat) |
|
CommandStripPresentationModel.Builder |
setFocusable(boolean focusable) |
|
CommandStripPresentationModel.Builder |
setHorizontalGapScaleFactor(double hgapScaleFactor) |
|
CommandStripPresentationModel.Builder |
setOrientation(CommandStripPresentationModel.StripOrientation orientation) |
|
CommandStripPresentationModel.Builder |
setToDismissPopupsOnActivation(boolean toDismissPopupsOnActivation) |
|
CommandStripPresentationModel.Builder |
setVerticalGapScaleFactor(double vgapScaleFactor) |
public CommandStripPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState)
public CommandStripPresentationModel.Builder setHorizontalGapScaleFactor(double hgapScaleFactor)
public CommandStripPresentationModel.Builder setVerticalGapScaleFactor(double vgapScaleFactor)
public CommandStripPresentationModel.Builder setOrientation(CommandStripPresentationModel.StripOrientation orientation)
public CommandStripPresentationModel.Builder setFlat(boolean flat)
public CommandStripPresentationModel.Builder setFocusable(boolean focusable)
public CommandStripPresentationModel.Builder setToDismissPopupsOnActivation(boolean toDismissPopupsOnActivation)
public CommandStripPresentationModel build()