public class MilestonePropertiesList extends DefaultChartProperties
| Constructor and Description |
|---|
MilestonePropertiesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllMilestone()
Clear all of trend lines.
|
protected void |
clearAllProperties()
Clear all of chart properties.
|
ChartProperties |
createMilestone(Date date,
org.zkoss.zul.GanttModel.GanttTask task,
String color)
Add a trend lines on the chart.
|
protected ChartProperties |
createProperties(ChartProperties defProps)
Create the chart properties.
|
ChartProperties |
getMilestone(int index)
Return the trend line.
|
protected ChartProperties |
getProperties(int index)
Returns the chart properties in the specified position.
|
void |
removeMilestone(ChartProperties milestone)
Remove the trend line on the chart.
|
void |
removeMilestone(int index)
Remove the trend line on the chart 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.
|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListenerpublic ChartProperties createMilestone(Date date, org.zkoss.zul.GanttModel.GanttTask task, String color)
public ChartProperties getMilestone(int index)
index - public void removeMilestone(ChartProperties milestone)
milestone - public void removeMilestone(int index)
index - public void clearAllMilestone()
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 © 2026. All rights reserved.