ImmutablePresentationModel, PresentationModelpublic class CommandStripPresentationModel extends java.lang.Object implements ImmutablePresentationModel
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CommandStripPresentationModel.Builder |
|
static class |
CommandStripPresentationModel.StripOrientation |
Button strip orientation.
|
| Modifier and Type | Field | Description |
|---|---|---|
static double |
DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS |
|
static double |
DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS |
| Modifier and Type | Method | Description |
|---|---|---|
static CommandStripPresentationModel.Builder |
builder() |
|
CommandButtonPresentationState |
getCommandPresentationState() |
|
double |
getHorizontalGapScaleFactor() |
|
CommandStripPresentationModel.StripOrientation |
getOrientation() |
|
double |
getVerticalGapScaleFactor() |
|
boolean |
isFlat() |
|
boolean |
isFocusable() |
|
boolean |
isToDismissPopupsOnActivation() |
|
static CommandStripPresentationModel |
withDefaults() |
public static final double DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS
public static final double DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS
public static CommandStripPresentationModel.Builder builder()
public static CommandStripPresentationModel withDefaults()
public CommandButtonPresentationState getCommandPresentationState()
public double getHorizontalGapScaleFactor()
public double getVerticalGapScaleFactor()
public CommandStripPresentationModel.StripOrientation getOrientation()
public boolean isFlat()
public boolean isFocusable()
public boolean isToDismissPopupsOnActivation()