protected class AbstractTableAction.Column<T> extends Object
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue(Object object)
Get formatted column value.
|
String |
getName()
Get column property name.
|
Stringifier<T> |
getStringifier(Object object)
Get stringier used for given column and row.
|
String |
getTitle()
Get column property title/header.
|
T |
getValue(Object object)
Returns raw column value.
|
public Stringifier<T> getStringifier(Object object)
object
- Row (simon)public String getFormattedValue(Object object)
Copyright © 2019. All rights reserved.