Uses of Class
org.ujac.print.ChildDefinitionMap

Packages that use ChildDefinitionMap
org.ujac.print   
org.ujac.print.tag   
org.ujac.print.tag.acroform   
org.ujac.print.tag.graphics   
 

Uses of ChildDefinitionMap in org.ujac.print
 

Fields in org.ujac.print declared as ChildDefinitionMap
protected  ChildDefinitionMap BaseDocumentTag.supportedChildMap
          The supported child map.
 

Methods in org.ujac.print that return ChildDefinitionMap
 ChildDefinitionMap ChildDefinitionMap.addDefinition(ChildDefinition childDef)
          Adds the given AttributeDefinition instance to the map by using the instances property 'name' as key.
protected  ChildDefinitionMap BaseDocumentTag.buildSupportedChilds()
          Builds the map of supported child definitions.
 ChildDefinitionMap BaseDocumentTag.getSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap DocumentHandlerComponentRegistry.getSupportedChilds(BaseDocumentTag tag)
          Gets the supported style attribute definition map for the given tag instance.
 ChildDefinitionMap DocumentHandler.getSupportedChilds(BaseDocumentTag tag)
          Gets the supported style attribute definition map for the given tag instance.
 ChildDefinitionMap ChildDefinitionMap.removeDefinition(ChildDefinition childDef)
          Removes the given AttributeDefinition instance from the map by using the instances property 'name' as key.
 

Constructors in org.ujac.print with parameters of type ChildDefinitionMap
ChildDefinitionMap(ChildDefinitionMap childDefMap)
          Constructs a AttributeDefinitionMap instance with specific attributes.
 

Uses of ChildDefinitionMap in org.ujac.print.tag
 

Methods in org.ujac.print.tag that return ChildDefinitionMap
 ChildDefinitionMap DefineTableTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap BaseFontTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PdfTableTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ParameterTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ParagraphTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap SegmentTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ColumnTextTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap SwitchTag.buildSupportedChilds()
           
 ChildDefinitionMap HeaderFooterPartTag.buildSupportedChilds()
           
 ChildDefinitionMap BoxTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PdfTableRowTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ChartTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap FooterTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PdfTableHeaderTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap NewPageTag.buildSupportedChilds()
           
 ChildDefinitionMap ItemsTag.buildSupportedChilds()
           
 ChildDefinitionMap CellTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ExtraRowTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap StickyTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap SectionTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ListSymbolTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap MacroTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ListItemTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap HeaderTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap TableTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ModuleTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PrintRowTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PdfCellBlockTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PhraseTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap AddRowTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap DocumentTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap ListTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap BaseCellTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap CustomTagTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap PrintTableTag.buildSupportedChilds()
          Gets the list of supported childs.
 

Uses of ChildDefinitionMap in org.ujac.print.tag.acroform
 

Methods in org.ujac.print.tag.acroform that return ChildDefinitionMap
 ChildDefinitionMap ComboBoxAcroFieldTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap SelectListAcroFieldTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap RadioGroupAcroFieldTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap BaseAcroFieldTag.buildSupportedChilds()
          Gets the list of supported childs.
 

Uses of ChildDefinitionMap in org.ujac.print.tag.graphics
 

Methods in org.ujac.print.tag.graphics that return ChildDefinitionMap
 ChildDefinitionMap GraphicsTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap DrawPolyLineTag.buildSupportedChilds()
          Gets the list of supported childs.
 ChildDefinitionMap DrawPolygonTag.buildSupportedChilds()
          Gets the list of supported childs.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.