Modifier and Type | Method | Description |
---|---|---|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
int |
getTextSize() |
The size of the text displayed in the column view.
|
boolean |
isDisclosesPreviewPane() |
Discloses the preview pane of the preview column in column view.
|
boolean |
isShowsIcon() |
Displays an icon next to the label in column view.
|
boolean |
isShowsIconPreview() |
Displays a preview of the item in column view.
|
boolean |
isShowsPreviewColumn() |
Displays the preview column in column view.
|
void |
setDisclosesPreviewPane(boolean disclosesPreviewPane) |
Discloses the preview pane of the preview column in column view.
|
void |
setShowsIcon(boolean showsIcon) |
Displays an icon next to the label in column view.
|
void |
setShowsIconPreview(boolean showsIconPreview) |
Displays a preview of the item in column view.
|
void |
setShowsPreviewColumn(boolean showsPreviewColumn) |
Displays the preview column in column view.
|
void |
setTextSize(int textSize) |
The size of the text displayed in the column view.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") int getTextSize()
@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") void setTextSize(int textSize)
textSize
- new property value@Code("shic") @Kind("property") @Name("shows icon") @Type("boolean") boolean isShowsIcon()
@Code("shic") @Kind("property") @Name("shows icon") @Type("boolean") void setShowsIcon(boolean showsIcon)
showsIcon
- new property value@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") boolean isShowsIconPreview()
@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") void setShowsIconPreview(boolean showsIconPreview)
showsIconPreview
- new property value@Code("shpr") @Kind("property") @Name("shows preview column") @Type("boolean") boolean isShowsPreviewColumn()
@Code("shpr") @Kind("property") @Name("shows preview column") @Type("boolean") void setShowsPreviewColumn(boolean showsPreviewColumn)
showsPreviewColumn
- new property value@Code("dspr") @Kind("property") @Name("discloses preview pane") @Type("boolean") boolean isDisclosesPreviewPane()
@Code("dspr") @Kind("property") @Name("discloses preview pane") @Type("boolean") void setDisclosesPreviewPane(boolean disclosesPreviewPane)
disclosesPreviewPane
- new property value