You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

The Module Run Table Display can show data imported using the importCsvModuleRunTablesActivity of the 05 General Adapter Module. The imported CSV files are stored in FEWS and can be displayed using a table viewer with sorting, filtering and column hiding functionality.

Contents

 To use the Module Run Table Display viewer, configure it as <explorerTask> in Explorer.xml using <predefinedDisplay>sample viewer</predefinedDisplay> for example:

		<explorerTask name="ModuleRunTable Display">
			<mnemonic>T</mnemonic>
			<displayConfigFileName>ModuleRunTableDisplay</displayConfigFileName>	
			<toolbarTask>true</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl T</accelerator>
			<toolWindow>false</toolWindow>
			<loadAtStartup>true</loadAtStartup>
		</explorerTask>

 

 

  • No labels