Dashboard Builder Data Displayer API 6.0.0.CR1

org.jboss.dashboard.displayer
Interface DataDisplayer

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AbstractDataDisplayer

public interface DataDisplayer
extends Cloneable

A data displayer is a component that is able to render graphically the data gathered by a data provider.


Method Summary
 void copyFrom(DataDisplayer source)
          Copies the configuration of one displayer into this.
 DataDisplayerRenderer getDataDisplayerRenderer()
          The library used to render the displayer.
 DataDisplayerType getDataDisplayerType()
          The type of this displayer.
 DataProvider getDataProvider()
          The data provider which feeds this displayer with data.
 void setDataDisplayerRenderer(DataDisplayerRenderer library)
           
 void setDataDisplayerType(DataDisplayerType type)
           
 void setDataProvider(DataProvider provider)
           
 void setDefaultSettings()
          Restore the default settings.
 

Method Detail

getDataDisplayerType

DataDisplayerType getDataDisplayerType()
The type of this displayer.


setDataDisplayerType

void setDataDisplayerType(DataDisplayerType type)

getDataProvider

DataProvider getDataProvider()
The data provider which feeds this displayer with data.


setDataProvider

void setDataProvider(DataProvider provider)

getDataDisplayerRenderer

DataDisplayerRenderer getDataDisplayerRenderer()
The library used to render the displayer.


setDataDisplayerRenderer

void setDataDisplayerRenderer(DataDisplayerRenderer library)

setDefaultSettings

void setDefaultSettings()
Restore the default settings.


copyFrom

void copyFrom(DataDisplayer source)
Copies the configuration of one displayer into this.

Parameters:
source - The displayer with the configuration to copy.

Dashboard Builder Data Displayer API 6.0.0.CR1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.