Package | Description |
---|---|
com.flexganttfx.model.layout |
Different layout and line manager implementations used to control the layout of activities.
|
Modifier and Type | Method and Description |
---|---|
AgendaLayout.ConflictStrategy |
AgendaLayout.getConflictStrategy()
Returns the value of the
AgendaLayout.conflictStrategyProperty() . |
static AgendaLayout.ConflictStrategy |
AgendaLayout.ConflictStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgendaLayout.ConflictStrategy[] |
AgendaLayout.ConflictStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<AgendaLayout.ConflictStrategy> |
AgendaLayout.conflictStrategyProperty()
The property used to store the strategy that will be applied when the
time intervals of activities in agenda layout intersect.
|
Modifier and Type | Method and Description |
---|---|
void |
AgendaLayout.setConflictStrategy(AgendaLayout.ConflictStrategy strategy)
Sets the value of the
AgendaLayout.conflictStrategyProperty() . |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.