public static class GanttTableConfig.GanttRowPropertiesList extends DefaultChartProperties
Constructor and Description |
---|
GanttTableConfig.GanttRowPropertiesList() |
Modifier and Type | Method and Description |
---|---|
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.
|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener
public GanttTableConfig.GanttRowPropertiesList()
public ChartProperties createLabel(java.lang.String label)
public ChartProperties getCellProperties(int index)
index
- public void removeLabel(ChartProperties label)
label
- public void removeLabel(int index)
index
- public void clearAllLabel()
protected ChartProperties createProperties(ChartProperties defProps)
defProps
- protected ChartProperties getProperties(int index)
index
- protected void removeProperties(ChartProperties properties)
properties
- protected void removeProperties(int index)
index
- public int size()
protected void clearAllProperties()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.