Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
The index in the front-to-back ordering within its container.
|
int |
getMaximumWidth() |
The maximum allowed width of this column.
|
int |
getMinimumWidth() |
The minimum allowed width of this column.
|
Elsv |
getName() |
The column name.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Sodr |
getSortDirection() |
The direction in which the window is sorted.
|
int |
getWidth() |
The width of this column.
|
boolean |
isVisible() |
Is this column visible.
|
void |
setIndex(int index) |
The index in the front-to-back ordering within its container.
|
void |
setSortDirection(Sodr sortDirection) |
The direction in which the window is sorted.
|
void |
setVisible(boolean visible) |
Is this column visible.
|
void |
setWidth(int width) |
The width of this column.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pidx") @Kind("property") @Name("index") @Type("integer") int getIndex()
@Code("pidx") @Kind("property") @Name("index") @Type("integer") void setIndex(int index)
index
- new property value@Code("pnam") @Kind("property") @Name("name") @Type("elsv") Elsv getName()
@Code("sord") @Kind("property") @Name("sort direction") @Type("sodr") Sodr getSortDirection()
@Code("sord") @Kind("property") @Name("sort direction") @Type("sodr") void setSortDirection(Sodr sortDirection)
sortDirection
- new property value@Code("clwd") @Kind("property") @Name("width") @Type("integer") int getWidth()
@Code("clwd") @Kind("property") @Name("width") @Type("integer") void setWidth(int width)
width
- new property value@Code("clwn") @Kind("property") @Name("minimum width") @Type("integer") int getMinimumWidth()
@Code("clwm") @Kind("property") @Name("maximum width") @Type("integer") int getMaximumWidth()
@Code("pvis") @Kind("property") @Name("visible") @Type("boolean") boolean isVisible()
@Code("pvis") @Kind("property") @Name("visible") @Type("boolean") void setVisible(boolean visible)
visible
- new property value