ImmutablePresentationModel, PresentationModelpublic class ComponentPresentationModel extends java.lang.Object implements ImmutablePresentationModel
ComponentPresentationModel.Builder to configure a new presentation, and
ComponentPresentationModel.Builder.build() to build a presentation.| Modifier and Type | Class | Description |
|---|---|---|
static class |
ComponentPresentationModel.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentPresentationModel.Builder |
builder() |
|
HorizontalAlignment |
getHorizontalAlignment() |
|
java.lang.String |
getKeyTip() |
|
boolean |
isFlat() |
|
boolean |
isResizingAware() |
|
static ComponentPresentationModel |
withDefaults() |
public static ComponentPresentationModel withDefaults()
public static ComponentPresentationModel.Builder builder()
public boolean isFlat()
public HorizontalAlignment getHorizontalAlignment()
public java.lang.String getKeyTip()
public boolean isResizingAware()