|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.writersforge.catalan.templates.generic.GenericOp
|
+--org.writersforge.catalan.templates.generic.ContentOp
|
+--org.writersforge.catalan.templates.generic.TableOp
A template op wrapper for <table>.
| Constructor Summary | |
TableOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
Creates a new instance of TableOp. |
|
TableOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
Creates a new instance of TableOp with an optional StyleChain fallback. |
|
| Method Summary | |
java.lang.String |
getColumnFlowSelect()
Returns the 'select' property for the <column-flow> op, or an empty string if 'select' is not specified. |
java.lang.String |
getColumnHeaderSelect()
Returns the 'select' property for the <column-headers> op, or an empty string if 'select' is not specified. |
java.lang.String |
getRowFlowSelect()
Returns the 'select' property for the <row-flow> op, or an empty string if 'select' is not specified. |
java.lang.String |
getRowHeaderSelect()
Returns the 'select' property for the <row-headers> op, or an empty string if 'select' is not specified. |
java.util.List |
resolve(org.writersforge.bellows.Datum xmlNode)
Runs a Datum XML node through the op and returns a List of LayoutArea objects. |
| Methods inherited from class org.writersforge.catalan.templates.generic.GenericOp |
createOp, createOp, getChain, getDatum, getDatumProperty, getOp, getOpType, getParameter, getStyleMap, resolveParameter, resolvePath, runQuery |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableOp(org.writersforge.bellows.Datum op,
StyleMap styleMap)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles in
public TableOp(org.writersforge.bellows.Datum op,
StyleMap styleMap,
StyleChain chain)
op - the XML template op to wrapstyleMap - the StyleMap to lookup named styles inchain - optional fallback StyleChain| Method Detail |
public java.lang.String getRowHeaderSelect()
public java.lang.String getColumnHeaderSelect()
public java.lang.String getRowFlowSelect()
public java.lang.String getColumnFlowSelect()
public java.util.List resolve(org.writersforge.bellows.Datum xmlNode)
resolve in class GenericOpxmlNode - the input data node to run through the op
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||