Class DefaultFormatHelper
java.lang.Object
org.eclnt.ccaddons.dof.pbc.formathelper.DefaultFormatHelper
- All Implemented Interfaces:
IFormatHelper
Default implementation of IListHelper. If IListHelper is extended in future time
then DefaultListHelper will provide default implementations for the extensions.
So it is recommended to subclass from this class instead of directly implementing
IListHelper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellBackground
(DOFObject dofo, String propertyId) getCellFont
(DOFObject dofo, String propertyId)
-
Constructor Details
-
DefaultFormatHelper
public DefaultFormatHelper()
-
-
Method Details
-
getCellBackground
- Specified by:
getCellBackground
in interfaceIFormatHelper
-
getCellFont
- Specified by:
getCellFont
in interfaceIFormatHelper
-