Uses of Class
de.xima.fc.form.common.gagawa.Legend

Packages that use Legend
Package
Description
 
  • 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.appendChild(int index, com.hp.gagawa.java.Node child)
    Appends a child node at the given index
    Legend.appendChild(com.hp.gagawa.java.Node child)
    Appends a child node to the end of this element's DOM tree
    Legend.appendChild(com.hp.gagawa.java.Node... children)
    Appends the given children in the order given
    Legend.appendChild(List<com.hp.gagawa.java.Node> children)
    Appends a list of children in the order given in the list
    Legend.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 node
    Removes all child nodes
    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!
    Legend.setId(String value)
    Deprecated.
    This sets the raw ID string, you are responsible for encoding the string according to the HTML syntax!
    Legend.setStyle(String value)
    Deprecated.
    This sets the raw style string, you are responsible for encoding the string according to the HTML syntax!
    Legend.setTitle(String value)
    Deprecated.
    This sets the raw title string, you are responsible for encoding the string according to the HTML syntax!