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.
Class | Description |
---|---|
AttributeUtil |
The
AttributeUtil class provides 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. |
Copyright © 2012–2018 Jett Team. All rights reserved.