@ApplicationScoped public class DefaultRenderer extends AbstractRendererLibrary
Modifier and Type | Field and Description |
---|---|
protected static Map<String,MetricDisplayer> |
_metricDisplayerMap |
protected org.jboss.errai.ioc.client.container.SyncBeanManager |
beanManager |
static String |
UUID |
Constructor and Description |
---|
DefaultRenderer() |
Modifier and Type | Method and Description |
---|---|
static void |
closeDisplayer(String displayerId) |
String |
getName() |
List<DisplayerSubType> |
getSupportedSubtypes(DisplayerType displayerType) |
List<DisplayerType> |
getSupportedTypes() |
String |
getUUID() |
boolean |
isDefault(DisplayerType type) |
Displayer |
lookupDisplayer(DisplayerSettings displayerSettings) |
static void |
metricDisplayerDoFilter(String displayerId) |
draw, redraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOffline
public static final String UUID
@Inject protected org.jboss.errai.ioc.client.container.SyncBeanManager beanManager
protected static Map<String,MetricDisplayer> _metricDisplayerMap
public String getUUID()
public String getName()
public boolean isDefault(DisplayerType type)
isDefault
in interface RendererLibrary
isDefault
in class AbstractRendererLibrary
public List<DisplayerType> getSupportedTypes()
public List<DisplayerSubType> getSupportedSubtypes(DisplayerType displayerType)
public Displayer lookupDisplayer(DisplayerSettings displayerSettings)
public static void metricDisplayerDoFilter(String displayerId)
public static void closeDisplayer(String displayerId)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.