Package | Description |
---|---|
com.dhtmlx.planner.controls |
Modifier and Type | Method and Description |
---|---|
DHXTimelineView.XScaleUnits |
DHXView.getIgnoreUnits() |
DHXTimelineView.XScaleUnits |
DHXTimelineView.getIgnoreUnits() |
DHXTimelineView.XScaleUnits |
DHXTimelineView.getXScaleUnit()
Size of units on X scale ( can be minute, hour, day, week, month, year )
|
static DHXTimelineView.XScaleUnits |
DHXTimelineView.XScaleUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXTimelineView.XScaleUnits[] |
DHXTimelineView.XScaleUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DHXTimelineView.addSecondScale(DHXTimelineView.XScaleUnits xUnit,
java.lang.String xDate)
This option adds another x scale on top of the default one and serves to group time intervals on the original scale.
|
void |
DHXTimelineView.setIgnoreUnits(DHXTimelineView.XScaleUnits value) |
void |
DHXTimelineView.setXScaleUnit(DHXTimelineView.XScaleUnits value)
Size of units on X scale ( can be minute, hour, day, week, month, year )
|