Class PagesConfig
java.lang.Object
com.inductiveautomation.perspective.common.config.PagesConfig
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringfinal Map<String,PageConfig> static final ResourceTypefinal DocksConfig
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanequalsByJson(Object obj, com.inductiveautomation.ignition.common.gson.Gson gson) An equality comparison done by serializing and deserializing the PagesConfig values.static PagesConfigfromResource(ProjectResource resource) static PagesConfigfromResource(ProjectResource resource, com.inductiveautomation.ignition.common.gson.Gson gson) 
- 
Field Details- 
RESOURCE_TYPE
- 
FILENAME- See Also:
 
- 
pages
 
- 
- 
Constructor Details- 
PagesConfigpublic PagesConfig()
- 
PagesConfig
 
- 
- 
Method Details- 
fromResource
- 
fromResourcepublic static PagesConfig fromResource(@Nullable ProjectResource resource, @Nonnull com.inductiveautomation.ignition.common.gson.Gson gson) 
- 
equals
- 
equalsByJsonAn equality comparison done by serializing and deserializing the PagesConfig values. If either the comparison PagesConfig value or this current instance has never been serialized, the conversion is needed for an "apples to apples" comparison.- Parameters:
- obj- {PagesConfig} - PagesConfig object for comparison
- gson- {Gson} - Gson instance
- Returns:
- boolean
 
 
-