Package | Description |
---|---|
com.dlsc.flexgantt.policy.gantt |
Policies that will be used in the context of a Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
static StatusBarField |
StatusBarField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusBarField[] |
StatusBarField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStatusBarPolicy.addStatusBarFields(StatusBarField... fields)
Adds one or more status bar fields to the list of visible fields.
|
boolean |
IStatusBarPolicy.isStatusBarFieldVisible(StatusBarField field)
Determines whether the given status bar field is visible in the Gantt
chart status bar or not.
|
boolean |
AbstractStatusBarPolicy.isStatusBarFieldVisible(StatusBarField field) |
void |
AbstractStatusBarPolicy.removeStatusBarFields(StatusBarField... fields)
Removes one or more status bar fields from the list of visible fields.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.