Package net.sf.jett.util

Provides utility functionality for JETT.

See:
          Description

Class Summary
AttributeUtil The AttributeUtil utility class provides utility methods for evaluating Expressions that are expected to result in a specific type.
FormulaUtil The FormulaUtil utility class provides methods for Excel formula creation and manipulation.
GroupOrderByComparator<T extends Group> A GroupOrderByComparator is an OrderByComparator that operates on groups and understands that some of the "order by" properties are group properties (these must all be before the other "order by" properties that aren't group properties).
OrderByComparator<T> An OrderByComparator is a Comparator that is capable of comparing two objects based on a dynamic list of properties of the objects of type T.
RichTextStringUtil The RichTextStringUtil utility class provides methods for RichTextString manipulation.
SheetUtil The SheetUtil utility class provides methods for Sheet, Row, and Cell manipulation.
 

Package net.sf.jett.util Description

Provides utility functionality for JETT. This includes sheet manipulation, formula functionality, tag attribute functionality, rich text string manipulation, and a few Comparators used for sorting functionality. Custom tag developers may find the utility classes in this package very useful.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.