public class PatternFormatter<T extends PatternFormatter<T>> extends Object
| Constructor and Description | 
|---|
PatternFormatter(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
colorMap()
The color-map attribute allows for a comma delimited list of colors to be
 used for different levels with a pattern formatter. 
 | 
T | 
colorMap(String value)
The color-map attribute allows for a comma delimited list of colors to be
 used for different levels with a pattern formatter. 
 | 
String | 
getKey()  | 
String | 
pattern()
Defines a pattern for the formatter. 
 | 
T | 
pattern(String value)
Defines a pattern for the formatter. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public PatternFormatter(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String colorMap()
public T colorMap(String value)
public String pattern()
Copyright © 2018 JBoss by Red Hat. All rights reserved.