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, wait
Methods 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:QueryConfigFactory
Return a unique ID for this type of query. Must match the ID of a QueryType registered in the Gateway- Specified by:
getId
in interfaceQueryConfigFactory
-
getDisplayName
Description copied from interface:QueryConfigFactory
A human friendly name for this type of query- Specified by:
getDisplayName
in interfaceQueryConfigFactory
-
getDefaultDataKey
Description copied from interface:QueryConfigFactory
A string to use as the default "Data Key" name for this query- Specified by:
getDefaultDataKey
in interfaceQueryConfigFactory
-
getTooltip
Description copied from interface:QueryConfigFactory
An optional string for a tooltip for this query- Specified by:
getTooltip
in interfaceQueryConfigFactory
-