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 SummaryFieldsModifier and TypeFieldDescriptionstatic final ConfigCategorystatic final ConfigCategorystatic final ConfigCategorystatic final ConfigCategorystatic final List<ConfigCategory>static final ConfigCategoryDeprecated.static final ConfigCategorystatic final ConfigCategorystatic final ConfigCategorystatic final List<ConfigCategory>static final ConfigCategorystatic final ConfigCategory
- 
Constructor SummaryConstructorsConstructorDescriptionConfigCategory(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_SVCDeprecated.
- 
STANDARD_CATEGORIES
- 
EDGE_CATEGORIES
 
- 
- 
Constructor Details- 
ConfigCategoryCreate 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.
 
- 
ConfigCategoryCreates a category with an explicit order.
 
- 
- 
Method Details- 
getName
- 
getDisplayKey
- 
compareTo- Specified by:
- compareToin interface- Comparable<ConfigCategory>
 
 
-