Uses of Class
de.xima.fc.form.common.gagawa.Legend
-
Packages that use Legend Package Description de.xima.fc.form.common.gagawa -
-
Uses of Legend in de.xima.fc.form.common.gagawa
Methods in de.xima.fc.form.common.gagawa that return Legend Modifier and Type Method Description Legend
Legend. appendChild(int index, com.hp.gagawa.java.Node child)
Appends a child node at the given indexLegend
Legend. appendChild(com.hp.gagawa.java.Node child)
Appends a child node to the end of this element's DOM treeLegend
Legend. appendChild(com.hp.gagawa.java.Node... children)
Appends the given children in the order givenLegend
Legend. appendChild(List<com.hp.gagawa.java.Node> children)
Appends a list of children in the order given in the listLegend
Legend. appendText(String text)
Deprecated.This sets the raw text, you are responsible for encoding the string according to the HTML syntax!Legend
Legend. removeChild(com.hp.gagawa.java.Node child)
Removes the child nodeLegend
Legend. removeChildren()
Removes all child nodesLegend
Legend. setCSSClass(String value)
Deprecated.This sets the raw class name list string, you are responsible for encoding the string according to the HTML syntax! newTag()Legend
Legend. setId(String value)
Deprecated.This sets the raw ID string, you are responsible for encoding the string according to the HTML syntax! newTag()Legend
Legend. setStyle(String value)
Deprecated.This sets the raw style string, you are responsible for encoding the string according to the HTML syntax! newTag()Legend
Legend. setTitle(String value)
Deprecated.This sets the raw title string, you are responsible for encoding the string according to the HTML syntax! newTag()
-