public static class APojoCrossModel.DataColumn<T> extends APojoCrossModel.Column
| Modifier and Type | Method and Description |
|---|---|
T |
getBreaker() |
IFormatter<?> |
getFormatter() |
java.lang.Class<APojoCrossModel.Cell<T>> |
getValueType() |
boolean |
isFixed() |
APojoCrossModel.Column |
setFormatter(IFormatter<?> formatter) |
getAlignment, getBundle, getBundleName, getCollectValuesIndicator, getGroupId, getLabel, getMaxDisplayedTextLength, getPreferredSize, isFilterable, isShowedByDefault, isSortable, setAlignment, setBundleName, setGroupId, setLabel, setMaxDisplayedTextLength, setPreferredSizepublic APojoCrossModel.Column setFormatter(IFormatter<?> formatter)
public final IFormatter<?> getFormatter()
IFormatter to use.public final T getBreaker()
public boolean isFixed()
public java.lang.Class<APojoCrossModel.Cell<T>> getValueType()