public abstract class ColumnConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
editable |
protected String |
name |
protected BigInteger |
position |
protected CellRenderer |
renderer |
protected Boolean |
sortable |
protected Boolean |
visible |
protected String |
width |
| Constructor and Description |
|---|
ColumnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getPosition()
Gets the value of the position property.
|
CellRenderer |
getRenderer() |
String |
getWidth()
Gets the value of the width property.
|
boolean |
isEditable()
Gets the value of the editable property.
|
boolean |
isSortable()
Gets the value of the sortable property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setEditable(Boolean value)
Sets the value of the editable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosition(BigInteger value)
Sets the value of the position property.
|
void |
setRenderer(CellRenderer renderer) |
void |
setSortable(Boolean value)
Sets the value of the sortable property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected Boolean visible
protected Boolean sortable
protected Boolean editable
protected String name
protected String width
protected BigInteger position
protected CellRenderer renderer
public boolean isVisible()
Booleanpublic void setVisible(Boolean value)
value - allowed object is Booleanpublic boolean isSortable()
Booleanpublic void setSortable(Boolean value)
value - allowed object is Booleanpublic boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is Stringpublic void setRenderer(CellRenderer renderer)
public CellRenderer getRenderer()
public BigInteger getPosition()
BigIntegerpublic void setPosition(BigInteger value)
value - allowed object is BigIntegerCopyright © 2017 SAP SE. All Rights Reserved.