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

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.GanttTableConfig.GanttTableColumnPropertiesMap
All Implemented Interfaces:
java.io.Serializable, ChartProperties, ChartInfoNotifier
Enclosing class:
GanttTableConfig

public static class GanttTableConfig.GanttTableColumnPropertiesMap
extends ChartPropertiesMap

Author:
jimmy
See Also:
Serialized Form

Constructor Summary
GanttTableConfig.GanttTableColumnPropertiesMap()
           
 
Method Summary
 void clearAllColumnProperties()
          Remove all of column property.
 GanttTableConfig.GanttTableColumnProperties createColumnProperties(int index)
          Create the column properties at the specified position.
 GanttTableConfig.GanttTableColumnProperties getColumnProperties(int index)
          Returns the column properties at the specified position.
 void removeColumnProperties(int index)
          Remove the column properties at the specified position.
 
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

GanttTableConfig.GanttTableColumnPropertiesMap

public GanttTableConfig.GanttTableColumnPropertiesMap()
Method Detail

createColumnProperties

public GanttTableConfig.GanttTableColumnProperties createColumnProperties(int index)
Create the column properties at the specified position.

Parameters:
index -
Returns:
SeriesProperties

getColumnProperties

public GanttTableConfig.GanttTableColumnProperties getColumnProperties(int index)
Returns the column properties at the specified position.

Parameters:
index -
Returns:
SeriesProperties

removeColumnProperties

public void removeColumnProperties(int index)
Remove the column properties at the specified position.

Parameters:
index -

clearAllColumnProperties

public void clearAllColumnProperties()
Remove all of column property.



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