Class AbstractQueryConfigFactory
java.lang.Object
com.inductiveautomation.reporting.designer.api.AbstractQueryConfigFactory
- All Implemented Interfaces:
 QueryConfigFactory
Created by carl.gould on 3/4/2015.
- 
Constructor Summary
ConstructorsConstructorDescriptionAbstractQueryConfigFactory(String id, String nameKey) AbstractQueryConfigFactory(String id, String nameKey, String defaultDataKey)  - 
Method Summary
Modifier and TypeMethodDescriptionA string to use as the default "Data Key" name for this queryA human friendly name for this type of querygetId()Return a unique ID for this type of query.An optional string for a tooltip for this queryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.reporting.designer.api.QueryConfigFactory
createConfigPanel, newConfigObject 
- 
Constructor Details
- 
AbstractQueryConfigFactory
- Parameters:
 id- the ID of this query typenameKey- An i18n name prefix, used with ".Name" for the name and ".Tooltip" for the tooltip.
 - 
AbstractQueryConfigFactory
 
 - 
 - 
Method Details
- 
getId
Description copied from interface:QueryConfigFactoryReturn a unique ID for this type of query. Must match the ID of a QueryType registered in the Gateway- Specified by:
 getIdin interfaceQueryConfigFactory
 - 
getDisplayName
Description copied from interface:QueryConfigFactoryA human friendly name for this type of query- Specified by:
 getDisplayNamein interfaceQueryConfigFactory
 - 
getDefaultDataKey
Description copied from interface:QueryConfigFactoryA string to use as the default "Data Key" name for this query- Specified by:
 getDefaultDataKeyin interfaceQueryConfigFactory
 - 
getTooltip
Description copied from interface:QueryConfigFactoryAn optional string for a tooltip for this query- Specified by:
 getTooltipin interfaceQueryConfigFactory
 
 -