public class ColumnDefinition extends Object
| Constructor and Description |
|---|
ColumnDefinition(String id,
Class<?> type,
Object def,
String title,
boolean showByDefault) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
String |
getId() |
String |
getTitle() |
Class<?> |
getType() |
boolean |
isShowByDefault() |
Copyright © 2014. All rights reserved.