public static class BasicPresentationListView.ElementData extends Object
| Constructor and Description |
|---|
ElementData(String textIn,
boolean showModifiedIn,
boolean usedIn,
Value valueIn)
Creates a new ElementData.
|
public ElementData(String textIn, boolean showModifiedIn, boolean usedIn, Value valueIn)
textIn - the element text.showModifiedIn - true if the element contains a modified value,
false otherwise.usedIn - true if the element is used or active, false otherwise.
Unused or inactive elements will be displayed using lighter colors.valueIn - the element value.