org.zkoss.zkmax.zul.fusionchart.config
Class GanttTableConfig.GanttRowPropertiesList

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
      extended by org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
All Implemented Interfaces:
java.io.Serializable, ChartProperties, ChartInfoNotifier
Enclosing class:
GanttTableConfig

public static class GanttTableConfig.GanttRowPropertiesList
extends DefaultChartProperties

The GanttRow of the gantt chart table.

Author:
jimmy
See Also:
Serialized Form

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

GanttTableConfig.GanttRowPropertiesList

public GanttTableConfig.GanttRowPropertiesList()
Method Detail

createLabel

public ChartProperties createLabel(java.lang.String label)
Add a label in the chart table.

Returns:
ChartProperties

getCellProperties

public ChartProperties getCellProperties(int index)
Return the properties of cell.

Parameters:
index -
Returns:
ChartProperties

removeLabel

public void removeLabel(ChartProperties label)
Remove the label in the chart table.

Parameters:
label -

removeLabel

public void removeLabel(int index)
Remove the label in the specified position of the chart table.

Parameters:
index -

clearAllLabel

public void clearAllLabel()
Clear all of label.


createProperties

protected ChartProperties createProperties(ChartProperties defProps)
Create the chart properties.

Parameters:
defProps -
Returns:
ChartProperties

getProperties

protected ChartProperties getProperties(int index)
Returns the chart properties in the specified position.

Parameters:
index -
Returns:
ChartProperties

removeProperties

protected void removeProperties(ChartProperties properties)
Remove the chart properties.

Parameters:
properties -

removeProperties

protected void removeProperties(int index)
Remove the chart properties in the specified position.

Parameters:
index -

size

public int size()
Return the count of properties.

Returns:
int

clearAllProperties

protected void clearAllProperties()
Clear all of chart properties.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo