org.jfree.layouting.renderer.model.table

Class TableSectionRenderBox

public class TableSectionRenderBox extends BlockRenderBox

A table section box does not much rendering or layouting at all. It represents one of the three possible sections and behaves like any other block box. But (here it comes!) it refuses to be added to anything else than a TableRenderBox (a small check to save me a lot of insanity ..).

Author: Thomas Morgner

Constructor Summary
TableSectionRenderBox(BoxDefinition boxDefinition)
Method Summary
voidappyStyle(LayoutContext context, OutputProcessorMetaData metaData)
TableColumnModelgetColumnModel()
CSSValuegetDisplayRole()
TableRowModelgetRowModel()
TableRenderBoxgetTable()
booleanisStructureValidated()
voidsetStructureValidated(boolean structureValidated)

Constructor Detail

TableSectionRenderBox

public TableSectionRenderBox(BoxDefinition boxDefinition)

Method Detail

appyStyle

public void appyStyle(LayoutContext context, OutputProcessorMetaData metaData)

getColumnModel

public TableColumnModel getColumnModel()

getDisplayRole

public CSSValue getDisplayRole()

getRowModel

public TableRowModel getRowModel()

getTable

public TableRenderBox getTable()

isStructureValidated

public boolean isStructureValidated()

setStructureValidated

public void setStructureValidated(boolean structureValidated)