@ApplicationScoped public abstract class AbstractDataDisplayerType extends Object implements DataDisplayerType
| Modifier and Type | Field and Description |
|---|---|
protected List<DataDisplayerRenderer> |
displayerRenderers |
| Constructor and Description |
|---|
AbstractDataDisplayerType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataDisplayerRenderer |
getDefaultRenderer()
Get the displayer renderer installed by default for this type.
|
List<DataDisplayerRenderer> |
getSupportedRenderers()
Get those renderers which support this kind of displayers.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateDataDisplayer, getDescription, getIconPath, getUid, getXmlFormatprotected List<DataDisplayerRenderer> displayerRenderers
public List<DataDisplayerRenderer> getSupportedRenderers()
DataDisplayerTypegetSupportedRenderers in interface DataDisplayerTypepublic DataDisplayerRenderer getDefaultRenderer()
DataDisplayerTypegetDefaultRenderer in interface DataDisplayerTypeCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.