planetj.formatters
Interface IStyleAwareFormatter

All Superinterfaces:
IFormatter

public interface IStyleAwareFormatter
extends IFormatter

Author:
Justin

Method Summary
 java.lang.String getFormatStyle(java.lang.Object value)
          Returns the CSS style to use when displaying the value
 
Methods inherited from interface planetj.formatters.IFormatter
formatValue, isPrepareFieldValue
 

Method Detail

getFormatStyle

public java.lang.String getFormatStyle(java.lang.Object value)
                                throws CMException
Returns the CSS style to use when displaying the value

Parameters:
value - The value (not the display value) which the style will be applied to
Throws:
CMException