Class AbstractQueryConfigFactory
java.lang.Object
com.inductiveautomation.reporting.designer.api.AbstractQueryConfigFactory
- All Implemented Interfaces:
- QueryConfigFactory
Created by carl.gould on 3/4/2015.
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractQueryConfigFactory(String id, String nameKey) AbstractQueryConfigFactory(String id, String nameKey, String defaultDataKey) 
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.reporting.designer.api.QueryConfigFactorycreateConfigPanel, newConfigObject
- 
Constructor Details- 
AbstractQueryConfigFactory- Parameters:
- id- the ID of this query type
- nameKey- An i18n name prefix, used with ".Name" for the name and ".Tooltip" for the tooltip.
 
- 
AbstractQueryConfigFactory
 
- 
- 
Method Details- 
getIdDescription 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 interface- QueryConfigFactory
 
- 
getDisplayNameDescription copied from interface:QueryConfigFactoryA human friendly name for this type of query- Specified by:
- getDisplayNamein interface- QueryConfigFactory
 
- 
getDefaultDataKeyDescription copied from interface:QueryConfigFactoryA string to use as the default "Data Key" name for this query- Specified by:
- getDefaultDataKeyin interface- QueryConfigFactory
 
- 
getTooltipDescription copied from interface:QueryConfigFactoryAn optional string for a tooltip for this query- Specified by:
- getTooltipin interface- QueryConfigFactory
 
 
-