@ApplicationScoped @Named(value="UIBeanLocator") public class UIBeanLocator extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
dataDisplayerEditorMap |
protected Map<String,String> |
dataDisplayerViewerMap |
protected Map<String,String> |
dataProviderEditorMap |
Constructor and Description |
---|
UIBeanLocator() |
Modifier and Type | Method and Description |
---|---|
KPIEditor |
getEditor()
Get the KPI editor component.
|
DataDisplayerEditor |
getEditor(DataDisplayer target)
Get the editor component for the specified data displayer.
|
DataProviderEditor |
getEditor(DataProviderType target)
Get the editor component for the specified data provider.
|
KPIViewer |
getViewer()
Get the KPI viewer component.
|
DataDisplayerViewer |
getViewer(DataDisplayer target)
Get the viewer component for the specified data displayer.
|
void |
init() |
static UIBeanLocator |
lookup() |
public static UIBeanLocator lookup()
@PostConstruct public void init()
public KPIEditor getEditor()
public KPIViewer getViewer()
public DataProviderEditor getEditor(DataProviderType target)
public DataDisplayerEditor getEditor(DataDisplayer target)
public DataDisplayerViewer getViewer(DataDisplayer target)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.