Package com.reportmill.panels
Class DataSourcePanelGoogle
- java.lang.Object
- 
- com.reportmill.panels.DataSourcePanelGoogle
 
- 
 public class DataSourcePanelGoogle extends java.lang.ObjectA datasource panel for RMDataSource.
- 
- 
Constructor SummaryConstructors Constructor Description DataSourcePanelGoogle()Creates a new datasource panel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMDataSourcegetDataSource()Returns the datasource associated with this panel.RJPanelgetUI()Returns the Swing UI panel.voidresetUI()Updates Swing UI from datasource.voidrespondUI(java.lang.Object anObj)Updates datasource from Swing UI.voidsetDataSource(RMDataSource aDataSource)Sets the datasource associated with this panel.voidsetVisible(boolean aFlag)Makes the datasource panel visible.
 
- 
- 
- 
Method Detail- 
getDataSourcepublic RMDataSource getDataSource() Returns the datasource associated with this panel.
 - 
setDataSourcepublic void setDataSource(RMDataSource aDataSource) Sets the datasource associated with this panel.
 - 
setVisiblepublic void setVisible(boolean aFlag) Makes the datasource panel visible.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Updates Swing UI from datasource.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates datasource from Swing UI.
 
- 
 
-