| Package | Description |
|---|---|
| org.opencms.ui.dataview | |
| org.opencms.widgets.dataview |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<?> |
CmsColumnValueConverter.getColumnClass(CmsDataViewColumn.Type type)
Gets the actual value class which the given type enum represents.
|
static java.lang.Object |
CmsColumnValueConverter.getColumnValue(java.lang.Object value,
CmsDataViewColumn.Type type)
Gets the actual column value for the given data value.
|
| Modifier and Type | Method and Description |
|---|---|
CmsDataViewColumn.Type |
CmsDataViewColumn.getType()
Gets the column type.
|
static CmsDataViewColumn.Type |
CmsDataViewColumn.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDataViewColumn.Type[] |
CmsDataViewColumn.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsDataViewColumn(java.lang.String id,
CmsDataViewColumn.Type type,
java.lang.String niceName,
boolean sortable,
int preferredWidth)
Creates a new column definition.
|