|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.FObj
org.apache.fop.fo.flow.TableFObj
org.apache.fop.fo.flow.TableRow
Class modelling the fo:table-row object.
| Nested Class Summary |
| Nested classes inherited from class org.apache.fop.fo.flow.TableFObj |
TableFObj.ColumnNumberPropertyMaker, TableFObj.PendingSpan |
| Field Summary | |
protected java.util.List |
pendingSpans
|
protected java.util.BitSet |
usedColumnIndices
|
| Fields inherited from class org.apache.fop.fo.FObj |
childNodes |
| Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
| Constructor Summary | |
TableRow(FONode parent)
|
|
| Method Summary | |
protected void |
addChildNode(FONode child)
Adds a node as a child of this node. |
protected void |
addReplacedCell(TableCell cell)
Adds a cell to this row (skips marker handling done by FObj.addChildNode(). |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
protected void |
endOfNode()
Primarily used for making final content model validation checks and/or informing the FOEventHandler that the end of this FO has been reached. |
protected void |
flagColumnIndices(int start,
int end)
Flags column indices from start to end,
and updates the current column index.
|
LengthRangeProperty |
getBlockProgressionDimension()
|
int |
getBreakAfter()
|
int |
getBreakBefore()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
int |
getCurrentColumnIndex()
Returns the current column index of the TableRow |
Length |
getHeight()
|
java.lang.String |
getId()
|
KeepProperty |
getKeepTogether()
|
KeepProperty |
getKeepWithNext()
|
KeepProperty |
getKeepWithPrevious()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. without namespace prefix) of the node |
int |
getNameId()
Returns the Constants class integer value of this node |
boolean |
isColumnNumberUsed(int colNr)
Checks whether a given column-number is already in use for the current row (used by TableCell.bind()); |
boolean |
mustKeepTogether()
Convenience method to check if a keep-together constraint is specified. |
boolean |
mustKeepWithNext()
Convenience method to check if a keep-with-next constraint is specified. |
boolean |
mustKeepWithPrevious()
Convenience method to check if a keep-with-previous constraint is specified. |
void |
processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element. |
void |
setCurrentColumnIndex(int newIndex)
Sets the current column index to a specific value in case a column-number was explicitly specified (used by ColumnNumberPropertyMaker.make()) |
protected void |
startOfNode()
Called after processNode() is called. |
protected void |
validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
Checks to make sure, during SAX processing of input document, that the incoming node is valid for the this (parent) node (e.g., checking to see that fo:table is not an immediate child of fo:root) called within FObj constructor |
| Methods inherited from class org.apache.fop.fo.flow.TableFObj |
getBorderPrecedence, getTable |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.List pendingSpans
protected java.util.BitSet usedColumnIndices
| Constructor Detail |
public TableRow(FONode parent)
parent - FONode that is the parent of this object| Method Detail |
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class TableFObjFOPExceptionFObj.bind(PropertyList)protected void addReplacedCell(TableCell cell)
cell - cell to add.
public void processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
throws FOPException
FONode
processNode in class FObjFOPExceptionFONode.processNode(String, Locator,
Attributes, PropertyList)
protected void addChildNode(FONode child)
throws FOPException
FONode
addChildNode in class TableFObjFOPExceptionFONode.addChildNode(FONode)
protected void startOfNode()
throws FOPException
FONode
startOfNode in class FONodeFOPException - if there's a problem during processingFONode.startOfNode()
protected void endOfNode()
throws FOPException
FONode
endOfNode in class FONodeFOPException - if there's a problem during processingFONode.endOfNode()
protected void validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
throws ValidationException
FONode
validateChildNode in class FONodeloc - location in the FO source filensURI - namespace of incoming nodelocalName - (e.g. "table" for "fo:table")
ValidationException - if incoming node not valid for parentXSL Content Model: (table-cell+)public java.lang.String getId()
public int getBreakAfter()
public int getBreakBefore()
public KeepProperty getKeepWithPrevious()
public KeepProperty getKeepWithNext()
public KeepProperty getKeepTogether()
public boolean mustKeepTogether()
public boolean mustKeepWithNext()
public boolean mustKeepWithPrevious()
public LengthRangeProperty getBlockProgressionDimension()
public Length getHeight()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground in class TableFObjpublic java.lang.String getLocalName()
FONode
getLocalName in class FONodeFONode.getLocalName()public int getNameId()
FONode
getNameId in class FONodeFONode.getNameId()public int getCurrentColumnIndex()
getCurrentColumnIndex in class TableFObjpublic void setCurrentColumnIndex(int newIndex)
setCurrentColumnIndex in class TableFObjnewIndex - new value for column indexpublic boolean isColumnNumberUsed(int colNr)
isColumnNumberUsed in class TableFObjcolNr - the column-number to check
protected void flagColumnIndices(int start,
int end)
TableFObjstart to end,
and updates the current column index.
Overridden for Table, TableBody, TableRow
flagColumnIndices in class TableFObjstart - start indexend - end indexTableFObj.flagColumnIndices(int, int)
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||