java.lang.Objectorg.apache.struts2.components.table.renderer.AbstractCellRenderer
org.apache.struts2.components.table.renderer.NumericCellRenderer
All Implemented Interfaces:
CellRenderer
Field Summary | ||
---|---|---|
DecimalFormat | _formater | |
String | _formatString | this is the format string that DecimalFormat would use.
|
String | _negativeColor | if set the is the color to use if Number is negative. |
String | _positiveColor | if set this is the color to render if number is positive |
Fields inherited from org.apache.struts2.components.table.renderer.AbstractCellRenderer: |
---|
_alignment |
Constructor: |
---|
|
Method from org.apache.struts2.components.table.renderer.NumericCellRenderer Summary: |
---|
getCellValue, processNumber, setFormatString, setNegativeColor, setPositiveColor |
Methods from org.apache.struts2.components.table.renderer.AbstractCellRenderer: |
---|
getAlignment, getCellValue, isAligned, renderCell, setAlignment |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.struts2.components.table.renderer.NumericCellRenderer Detail: |
---|
|
|
|
|
|