|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
public static class GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
Constructor Summary | |
---|---|
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties()
|
Method Summary | |
---|---|
void |
clearAllTaskProperties()
Remove all of task properties. |
ChartProperties |
createTaskProperties(java.lang.Comparable<?> taskName)
Create the task properties. |
ChartProperties |
createTaskProperties(int index)
Create the task properties. |
ChartProperties |
getTaskProperties(java.lang.Comparable<?> taskName)
Returns the task properties. |
ChartProperties |
getTaskProperties(int index)
Returns the task properties. |
void |
removeTaskProperties(java.lang.Comparable<?> taskName)
Remove the task properties. |
void |
removeTaskProperties(int index)
Remove the task properties. |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap |
---|
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, size |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties |
---|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GanttChartSeriesPropertiesMap.GanttChartSeriesProperties()
Method Detail |
---|
public ChartProperties createTaskProperties(java.lang.Comparable<?> taskName)
taskName
-
public ChartProperties createTaskProperties(int index)
index
-
public ChartProperties getTaskProperties(java.lang.Comparable<?> taskName)
taskName
-
public ChartProperties getTaskProperties(int index)
index
-
public void removeTaskProperties(java.lang.Comparable<?> taskName)
taskName
- public void removeTaskProperties(int index)
index
- public void clearAllTaskProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |