Class ConfigCategory
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.ConfigCategory
- All Implemented Interfaces:
Comparable<ConfigCategory>
A config category represents the 1st tier of the config menu. Platform provided categories are defined as static
instances on this class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigCategory
static final ConfigCategory
static final ConfigCategory
static final ConfigCategory
static final List<ConfigCategory>
static final ConfigCategory
Deprecated.static final ConfigCategory
static final ConfigCategory
static final ConfigCategory
static final List<ConfigCategory>
static final ConfigCategory
static final ConfigCategory
-
Constructor Summary
ConstructorsConstructorDescriptionConfigCategory
(String name, String displayKey) Create a new config category.ConfigCategory
(String name, String displayKey, int order) Creates a category with an explicit order. -
Method Summary
-
Field Details
-
SYSTEM
-
NETWORK
-
SECURITY
-
DATABASES
-
CONNECTORS
-
ALARMING
-
TAGS
-
OPC
-
DATASYNC
-
EDGE_SYNC_SVC
Deprecated. -
STANDARD_CATEGORIES
-
EDGE_CATEGORIES
-
-
Constructor Details
-
ConfigCategory
Create a new config category. Order will be set to 10,000, the default order number where categories are then sorted alphabetically by keyname.- Parameters:
name
- The id/name of the category. Should be short, lower-case, no spaces or punctuation.displayKey
- The resource key of the display string for this category.
-
ConfigCategory
Creates a category with an explicit order.
-
-
Method Details
-
getName
-
getDisplayKey
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ConfigCategory>
-