|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tag | |
|---|---|
| net.sf.jett.tag | Provides Tag functionality, including the Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
| Uses of Tag in net.sf.jett.tag |
|---|
| Classes in net.sf.jett.tag that implement Tag | |
|---|---|
class |
AggTag
An AggTag represents possibly many aggregate values
calculated from a List of values already exposed to the
context. |
class |
BaseLoopTag
The abstract class BaseLoopTag is the base class for all tags
that represent loops. |
class |
BaseTag
The abstract class BaseTag provides common functionality to
all Tags. |
class |
CommentTag
A CommentTag represents a Cell that needs to have an Excel
Comment attached to it. |
class |
ForEachTag
A ForEachTag represents a repetitively placed
Block of Cells, with each repetition corresponding
to an element of a Collection. |
class |
FormulaTag
A FormulaTag represents a dynamically generated Excel
Formula. |
class |
ForTag
A ForTag represents a repetitively placed Block
of Cells, with each repetition corresponding to an increment of
an index. |
class |
GroupTag
A GroupTag represents a set of rows or a set of columns that
needs an Excel "group" associated with it. |
class |
HyperlinkTag
A HyperlinkTag represents a Cell that needs to have a
hyperlink on the cell. |
class |
IfTag
An IfTag represents a conditionally placed
Block of Cells. |
class |
MultiForEachTag
A MultiForEachTag represents a repetitively placed
Block of Cells, with each repetition corresponding
to the same index into multiple Collections. |
class |
NullTag
A NullTag does nothing to its Block except mark
its Cells as processed. |
class |
SpanTag
A SpanTag represents a cell or merged region that will span
extra rows and/or extra columns, depending on growth and/or adjustment
factors. |
class |
StyleTag
A StyleTag represents a dynamically determined style for a
Cell. |
class |
TotalTag
A TotalTag represents an aggregate value calculated from a
List of values already exposed to the context. |
| Methods in net.sf.jett.tag that return Tag | |
|---|---|
Tag |
TagLibraryRegistry.createTag(TagParser parser,
TagContext context,
WorkbookContext workbookContext)
Creates a Tag, looking in a specific namespace for a class
matching a specific tag name. |
| Methods in net.sf.jett.tag that return types with arguments of type Tag | |
|---|---|
java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> |
TagLibrary.getTagMap()
Returns the Map of tag names to tag Class
objects, e.g. |
java.util.Map<java.lang.String,java.lang.Class<? extends Tag>> |
JtTagLibrary.getTagMap()
Returns the Map of tag names to tag Class
objects, e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||