|
||||||||||
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.GanttTableConfig.GanttRowPropertiesList
public static class GanttTableConfig.GanttRowPropertiesList
The GanttRow of the gantt chart table.
Constructor Summary | |
---|---|
GanttTableConfig.GanttRowPropertiesList()
|
Method Summary | |
---|---|
void |
clearAllLabel()
Clear all of label. |
protected void |
clearAllProperties()
Clear all of chart properties. |
ChartProperties |
createLabel(java.lang.String label)
Add a label in the chart table. |
protected ChartProperties |
createProperties(ChartProperties defProps)
Create the chart properties. |
ChartProperties |
getCellProperties(int index)
Return the properties of cell. |
protected ChartProperties |
getProperties(int index)
Returns the chart properties in the specified position. |
void |
removeLabel(ChartProperties label)
Remove the label in the chart table. |
void |
removeLabel(int index)
Remove the label in the specified position of the chart table. |
protected void |
removeProperties(ChartProperties properties)
Remove the chart properties. |
protected void |
removeProperties(int index)
Remove the chart properties in the specified position. |
int |
size()
Return the count of properties. |
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 GanttTableConfig.GanttRowPropertiesList()
Method Detail |
---|
public ChartProperties createLabel(java.lang.String label)
public ChartProperties getCellProperties(int index)
index
-
public void removeLabel(ChartProperties label)
label
- public void removeLabel(int index)
index
- public void clearAllLabel()
protected ChartProperties createProperties(ChartProperties defProps)
defProps
-
protected ChartProperties getProperties(int index)
index
-
protected void removeProperties(ChartProperties properties)
properties
- protected void removeProperties(int index)
index
- public int size()
protected void clearAllProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |