|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
net.windward.tags.BaseTag | +--net.windward.tags.EndMatrixTag
The end of a matrix. This is a virtual tag in that it is never actually placed in the template but the engine will insert it into the document stream when needed (at present just for the tag editor in AutoTag).
| Fields inherited from class net.windward.tags.BaseTag |
CHART, COLUMN, DISPLAY_ALWAYS, DISPLAY_NOT_EMPTY, DISPLAY_NOT_NULL, ELSE, END_FOREACH, END_IF, END_LINK, END_MATRIX, ESCAPE, FOREACH, FUNCTION, HTML, IF, IMPORT, LINK, MATRIX, OUT, PROP_COMMENT, PROP_DATASOURCE, PROP_DEFAULT, PROP_DISPLAY, PROP_ENABLED, PROP_INPUT, PROP_PATTERN, PROP_TITLE, PROP_TYPE, PROP_VAR, PROP_WRAP, QUERY, ROW, SET, TAG_DISPLAY_DEFAULT, TAG_DISPLAY_SELECT, TAG_DISPLAY_TAG, TYPE_BITMAP, TYPE_BOTH, TYPE_CURRENCY, TYPE_DATE, TYPE_NUMBER, TYPE_PERCENT, TYPE_TIME, WRAP_BEHIND, WRAP_FRONT, WRAP_INLINE, WRAP_SQUARE |
| Constructor Summary | |
EndMatrixTag(EndMatrixTag src,
int level)
|
|
EndMatrixTag(int nestLevel)
Create a psuedo tag. |
|
EndMatrixTag(java.util.Map map,
boolean selfContained,
int nestLevel,
boolean ignoreErrors)
Create an end matrix element using the passed in map values. |
|
| Method Summary | |
net.windward.document.Element |
dup(boolean sameRefId)
Makes a duplicate of this object. |
int |
getMode()
The select mode. |
int |
getXmlType()
Returns which type of xml element this is. |
java.lang.String |
toDisplay(int type)
How this node is displayed on the page when in a field. |
java.lang.String |
toString()
Returns this object as a string in the format "end[1]" where the number is it's level. |
java.lang.String |
toText()
Converts this node back in to it's string representation in the document |
| Methods inherited from class net.windward.tags.BaseTag |
containsAttribute, factory, factory, getAttribute, getAttributes, getBean, getDatasource, getIntAttribute, getLevel, getNode, getType, setLevel, setNode, toTagText |
| Constructor Detail |
public EndMatrixTag(java.util.Map map,
boolean selfContained,
int nestLevel,
boolean ignoreErrors)
throws TagException
map - Must have no entries.selfContained - Must be false.nestLevel - The nest level for this while. A matching if/while will have the same level.ignoreErrors - Build tag even if attributes are wrong or missing.TagException - thrown if illegal parameters passed in.
public EndMatrixTag(int nestLevel)
throws TagException
nestLevel - The nest level for this while. A matching if/while will have the same level.TagException -
public EndMatrixTag(EndMatrixTag src,
int level)
| Method Detail |
public int getMode()
getMode in class BaseTag
public java.lang.String toText()
throws TagException
toText in class BaseTagpublic java.lang.String toDisplay(int type)
toDisplay in class BaseTagtype - One of the DISPLAY_* constantspublic net.windward.document.Element dup(boolean sameRefId)
sameRefId - public int getXmlType()
getXmlType in class BaseTagpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||