Package com.reportmill.panels
Class DataSourcePanelGoogle
java.lang.Object
com.reportmill.panels.DataSourcePanelGoogle
A datasource panel for RMDataSource.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the datasource associated with this panel.getUI()Returns the Swing UI panel.voidresetUI()Updates Swing UI from datasource.voidUpdates datasource from Swing UI.voidsetDataSource(RMDataSource aDataSource) Sets the datasource associated with this panel.voidsetVisible(boolean aFlag) Makes the datasource panel visible.
- 
Constructor Details- 
DataSourcePanelGooglepublic DataSourcePanelGoogle()Creates a new datasource panel.
 
- 
- 
Method Details- 
getDataSourceReturns the datasource associated with this panel.
- 
setDataSourceSets the datasource associated with this panel.
- 
setVisiblepublic void setVisible(boolean aFlag) Makes the datasource panel visible.
- 
getUIReturns the Swing UI panel.
- 
resetUIpublic void resetUI()Updates Swing UI from datasource.
- 
respondUIUpdates datasource from Swing UI.
 
-