|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.TraversableElement
org.pajes.html.Container
org.pajes.html.FormattedText
org.pajes.html.Var
public class Var
Issues the Variable tags around a piece of text or HTML.
| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
Var()
Creates a container that will wrap formatting tags around its content. |
|
Var(HTML valueToOutput)
Wraps the formatting around another HTML object. |
|
Var(java.lang.String valueToOutput)
Wraps the formatting around a line of text. |
|
| Method Summary | |
|---|---|
protected FormattedText |
setDefaults()
Over-rides setDefaults() from FormattedText to apply the correct formatting for this class. |
| Methods inherited from class org.pajes.html.FormattedText |
|---|
getContainedText, setBig, setBold, setCitation, setCode, setDefiningInstance, setEmphasized, setItalic, setKeyboard, setSample, setSmall, setStrikeThrough, setStrong, setSubscript, setSuperscript, setTeletype, setUnderline, setVariable, write |
| Methods inherited from class org.pajes.html.Container |
|---|
add, add, add, add, addContent, clear, clone, delete, delete, destroy, get, getContent, getContents, getPosition, insert, replace, set, setContent, setContent, size, writeContent |
| Methods inherited from class org.pajes.html.TraversableElement |
|---|
dump, dump, getAll, getFieldByName, getFirstFieldByName, getFirstTagByAttribute, getFirstTagByClass, getFirstTagByID, getFirstTagByName, getTagByAttribute, getTagByClass, getTagByID, getTagByName, setWritable |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pajes.html.Traversable |
|---|
isWritable |
| Methods inherited from interface org.pajes.html.HTML |
|---|
getContainer, getDocument, getId, getParent, getWritePermission, isChildOf, isChildOf, setContainer, setParent, setWritePermission |
| Constructor Detail |
|---|
public Var()
public Var(HTML valueToOutput)
valueToOutput - the HTML to be formatted.public Var(java.lang.String valueToOutput)
valueToOutput - the text to be formatted.| Method Detail |
|---|
protected FormattedText setDefaults()
setDefaults in class FormattedText
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||