|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.markup.Tag
cox.jmatt.java.MathTools.markup.html.BaseHTag
cox.jmatt.java.MathTools.markup.html.ContainerTag
cox.jmatt.java.MathTools.markup.html.SimpleDecorationTag
cox.jmatt.java.MathTools.markup.html.LITag
public class LITag
This class provides the <li> tag. Since lists can contain sublists, ordered or unordered, this method also contains the add(ListTag)
method.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class cox.jmatt.java.MathTools.markup.html.BaseHTag |
---|
BaseHTag.TagKeys |
Field Summary |
---|
Fields inherited from class cox.jmatt.java.MathTools.markup.Tag |
---|
myTagName |
Constructor Summary | |
---|---|
LITag()
Standard constructor for editable tags. |
|
LITag(java.lang.String pContent)
Construct a tag with content. |
Method Summary | |
---|---|
LITag |
addList(ListTag pList)
Add a list to the current item. |
LITag |
copyOf()
Copy the current tag. |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.SimpleDecorationTag |
---|
add |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.ContainerTag |
---|
addAnchor, addBold, addBQ, addBreak, addEM, addHeading, addHR, addImage, addItalic, addUnderline |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.BaseHTag |
---|
_addTag, _content, _enableCopy, _setContent, addCDATA, addContent, getID, getRawContent, getTagKey, getTagName, isInBody, setClicked, setCSS, setName, setStyle |
Methods inherited from class cox.jmatt.java.MathTools.markup.Tag |
---|
_addAttribute, _addAttributes, _addNAttribute, _asBoolean, _asDouble, _asInt, _attributes, _clampNAttribute, _clampNAttribute, _fixKey, _setEnableXMLTag, badPizza, closeTag, configureTag, configureTagFromGlobalPizza, makeTag, openTag, reset, setID, toString, validString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LITag()
public LITag(java.lang.String pContent)
Method Detail |
---|
public LITag copyOf()
public LITag addList(ListTag pList)
ListTag
is converted to String when added so subsequent changes to it will not appear. A self-reference
is returned and the tag is ignored if it is null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |