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

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

public static class GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
extends ChartPropertiesMap

Author:
jimmy
See Also:
Serialized Form

Constructor Summary
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties()
           
 
Method Summary
 void clearAllCategoryProperties()
          Remove all of category property.
 ChartProperties createCategoryProperties(java.lang.String name, java.util.Date start, java.util.Date end)
          Create the category properties.
 ChartProperties getCategoryProperties(java.lang.String name, java.util.Date start, java.util.Date end)
          Returns the category properties.
 void removeCategoryProperties(java.lang.String name, java.util.Date start, java.util.Date end)
          Remove the category property.
 
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

GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties

public GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties()
Method Detail

createCategoryProperties

public ChartProperties createCategoryProperties(java.lang.String name,
                                                java.util.Date start,
                                                java.util.Date end)
Create the category properties.

Returns:
GanttChartCategoryProperties

getCategoryProperties

public ChartProperties getCategoryProperties(java.lang.String name,
                                             java.util.Date start,
                                             java.util.Date end)
Returns the category properties.

Returns:
GanttChartCategoryProperties

removeCategoryProperties

public void removeCategoryProperties(java.lang.String name,
                                     java.util.Date start,
                                     java.util.Date end)
Remove the category property.

Parameters:
name -
start -
end -

clearAllCategoryProperties

public void clearAllCategoryProperties()
Remove all of category property.



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