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