public class CellValue extends Object implements Comparable<CellValue>, Cloneable
Constructor and Description |
---|
CellValue(Object value,
Comparable<?> sort,
Object filter) |
CellValue(Object value,
List<Pair<String,String>> attributes)
Construct a new cell value.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(CellValue o) |
boolean |
equals(Object obj) |
List<Pair<String,String>> |
getAttributes()
Get the attribute list.
|
Object |
getFilterVal() |
Comparable<?> |
getSortVal() |
Object |
getValue()
Get the value.
|
int |
hashCode() |
void |
setAttributes(List<Pair<String,String>> attributes) |
String |
toString() |
public CellValue(Object value, List<Pair<String,String>> attributes)
value
- the cell contentattributes
- a lists of cell properties, pairs of name and value, for example: new Pair("style","color:red")public CellValue(Object value, Comparable<?> sort, Object filter)
public Object getValue()
public final Comparable<?> getSortVal()
public final Object getFilterVal()
public int compareTo(CellValue o)
compareTo
in interface Comparable<CellValue>
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.