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

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

public static class GanttTableConfig.GanttTableColumnProperties
extends ChartPropertiesMap

A tableColumn properties bean for gantt chart table.

Author:
jimmy
See Also:
Serialized Form

Constructor Summary
GanttTableConfig.GanttTableColumnProperties()
           
 
Method Summary
 void clearAllTextProperties()
          Remove all of text property.
 ChartProperties createTextProperties(int index)
          Create the text properties at the specified position.
 ChartProperties getTextProperties(int index)
          Returns the text properties at the specified position.
 void removeTextProperties(int index)
          Remove the text 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.GanttTableColumnProperties

public GanttTableConfig.GanttTableColumnProperties()
Method Detail

createTextProperties

public ChartProperties createTextProperties(int index)
Create the text properties at the specified position.

Parameters:
index -
Returns:
ChartProperties

getTextProperties

public ChartProperties getTextProperties(int index)
Returns the text properties at the specified position.

Parameters:
index -
Returns:
ChartProperties

removeTextProperties

public void removeTextProperties(int index)
Remove the text properties at the specified position.

Parameters:
index -

clearAllTextProperties

public void clearAllTextProperties()
Remove all of text property.



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