Package | Description |
---|---|
org.jboss.dashboard.displayer |
The interfaces and components in charge of business indicators' UI rendering.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataDisplayerType |
Modifier and Type | Field and Description |
---|---|
protected DataDisplayerType |
AbstractDataDisplayer.dataDisplayerType |
Modifier and Type | Method and Description |
---|---|
DataDisplayerType |
AbstractDataDisplayer.getDataDisplayerType() |
DataDisplayerType |
DataDisplayer.getDataDisplayerType()
The type of this displayer.
|
DataDisplayerType[] |
DataDisplayerManager.getDataDisplayerTypes()
Get the installed displayer types.
|
DataDisplayerType |
DataDisplayerManager.getDisplayerTypeByUid(String uid)
Get a displayer type by its UID.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataDisplayer.setDataDisplayerType(DataDisplayerType type) |
void |
DataDisplayer.setDataDisplayerType(DataDisplayerType type) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.