Uses of Class
net.sf.jett.tag.BaseTag

Packages that use BaseTag
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 BaseTag in net.sf.jett.tag
 

Subclasses of BaseTag in net.sf.jett.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 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.
 



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