protected class AbstractTableAction.Column<T> extends Object
Constructor and Description |
---|
AbstractTableAction.Column(String title,
String name) |
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 AbstractTableAction.Column(String title, String name)
public Stringifier<T> getStringifier(Object object)
object
- Row (simon)public String getFormattedValue(Object object)
Copyright © 2019. All rights reserved.