org.zkoss.zkmax.zul.fusionchart.config
Class GanttChartCategoriesPropertiesList

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

public class GanttChartCategoriesPropertiesList
extends DefaultChartProperties

Since:
6.0.1
Author:
jimmy
See Also:
Serialized Form

Nested Class Summary
static class GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
           
 
Constructor Summary
GanttChartCategoriesPropertiesList()
           
 
Method Summary
 void clearAllCategoriesProperties()
          Remove all of categories property.
protected  void clearAllProperties()
          Clear all of chart properties.
 GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties createCategoriesProperties()
          Create the categories properties.
protected  ChartProperties createProperties(ChartProperties defProps)
          Create the chart properties.
 GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties getCategoriesProperties(int index)
          Returns the categories properties in the specified position..
protected  ChartProperties getProperties(int index)
          Returns the chart properties in the specified position.
 void removeCategoriesProperties(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties props)
          Remove the categories property.
 void removeCategoriesProperties(int index)
          Remove the categories property in the specified position..
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

GanttChartCategoriesPropertiesList

public GanttChartCategoriesPropertiesList()
Method Detail

createCategoriesProperties

public GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties createCategoriesProperties()
Create the categories properties.

Returns:
GanttChartCategoriesProperties

getCategoriesProperties

public GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties getCategoriesProperties(int index)
Returns the categories properties in the specified position..

Parameters:
index -
Returns:
GanttChartCategoriesProperties

removeCategoriesProperties

public void removeCategoriesProperties(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties props)
Remove the categories property.

Parameters:
props -

removeCategoriesProperties

public void removeCategoriesProperties(int index)
Remove the categories property in the specified position..

Parameters:
index -

clearAllCategoriesProperties

public void clearAllCategoriesProperties()
Remove all of categories property.


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