|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellContainer | |
---|---|
org.ujac.print | |
org.ujac.print.tag |
Uses of CellContainer in org.ujac.print |
---|
Methods in org.ujac.print that return CellContainer | |
---|---|
CellContainer |
DocumentHandler.latestCellContainer()
Gets the first item from the top of the stack that implements the CellContainer interface. |
Uses of CellContainer in org.ujac.print.tag |
---|
Classes in org.ujac.print.tag that implement CellContainer | |
---|---|
class |
CaseTag
Name: CaseTag Description: A class handling 'case' items. |
class |
CellTag
Name: CellTag Description: An item handling table cells. |
class |
ConditionTag
Name: ConditionTag.java Description: Base implementation of conditional tags. |
class |
DefaultTag
Name: DefaultTag Description: A class handling 'default' items. |
class |
ElseTag
Name: ElseTag.java Description: A class handling else items. |
class |
ForeachTag
Name: ForeachTag Description: A class iterating over a given sequence (list, table etc.) and repeats the nested body for each element of the sequence. |
class |
HeadTag
Name: HeadTag Description: Handler class for tag <head>. |
class |
IfTag
Name: IfTag Description: A class handling if items. |
class |
IndexTag
Name: IndexTag Description: Handler class for the <index> tag. This tag loops over the table of contents entries, which have been registered during the main document processing step and prints tag entries in alphabetic order which are marked as index relevant. |
class |
MacroDefTag
Name: MacroDefTag Description: A tag defining macros. |
class |
TableTag
Name: TableTag Description: An item handling tables. |
class |
TocTag
Name: TocTag Description: Handler class for the <toc> tag. This tag loops over the table of contents entries, which have been registered during the main document processing step. |
Fields in org.ujac.print.tag declared as CellContainer | |
---|---|
protected CellContainer |
ForeachTag.cellContainer
The cell container. |
protected CellContainer |
TocTag.cellContainer
The cell container. |
protected CellContainer |
ConditionTag.cellContainer
The cell container. |
protected CellContainer |
CellTag.cellContainer
The cell container. |
protected CellContainer |
IndexTag.cellContainer
The cell container. |
Methods in org.ujac.print.tag that return CellContainer | |
---|---|
CellContainer |
ForeachTag.getCellContainer()
Gets the cell container. |
CellContainer |
TocTag.getCellContainer()
Gets the cell container. |
CellContainer |
ConditionTag.getCellContainer()
Gets the cell container. |
CellContainer |
IndexTag.getCellContainer()
Gets the cell container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |