Uses of Class
org.zkoss.chart.util.OptionsList
-
Packages that use OptionsList Package Description org.zkoss.chart.util -
-
Uses of OptionsList in org.zkoss.chart.util
Methods in org.zkoss.chart.util that return OptionsList Modifier and Type Method Description OptionsList<Object>
OptionsList. addNestedList(Object... values)
Adds to create a nested options list with the given values.<E> OptionsList<E>
OptionsMap. addNestedList(String key)
Adds to create a nested options list with the given key.OptionsList<E>
OptionsList. append(Object value)
Adds the value into the list.
-