Package com.groiss.gui.table
Class CellValue
java.lang.Object
com.groiss.gui.table.CellValue
- All Implemented Interfaces:
Cloneable
,Comparable<CellValue>
Use this object for writing a cell value into a table model if you need cell attributes.
-
Constructor Details
-
CellValue
Construct a new cell value.- Parameters:
value
- the cell contentattributes
- a lists of cell properties, pairs of name and value, for example: new Pair("style","color:red")
-
CellValue
-
-
Method Details
-
getAttributes
Get the attribute list. -
clone
-
setAttributes
-
getValue
Get the value. -
getSortVal
-
getFilterVal
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<CellValue>
-
toString
-