Package | Description |
---|---|
org.dashbuilder.displayer.client | |
org.dashbuilder.displayer.client.formatter |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ValueFormatter> |
AbstractDisplayer.formatterMap |
Modifier and Type | Method and Description |
---|---|
ValueFormatter |
AbstractDisplayer.getFormatter(String columnId) |
Modifier and Type | Method and Description |
---|---|
void |
Displayer.addFormatter(String columnId,
ValueFormatter formatter)
Registers a custom formatter for the given column
|
void |
AbstractDisplayer.addFormatter(String columnId,
ValueFormatter formatter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueFormatter |
Modifier and Type | Method and Description |
---|---|
Map<String,ValueFormatter> |
ValueFormatterRegistry.get(String displayerUuid) |
Modifier and Type | Method and Description |
---|---|
void |
ValueFormatterRegistry.register(String displayerUuid,
String columnId,
ValueFormatter formatter) |
void |
ValueFormatterRegistry.register(String columnId,
ValueFormatter formatter) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.