Uses of Enum Class
org.tailormap.api.persistence.json.ExpandOnStartup
Packages that use ExpandOnStartup
-
Uses of ExpandOnStartup in org.tailormap.api.persistence.json
Subclasses with type arguments of type ExpandOnStartup in org.tailormap.api.persistence.jsonModifier and TypeClassDescriptionenumWhether this node should be expanded in the tree on startup.Methods in org.tailormap.api.persistence.json that return ExpandOnStartupModifier and TypeMethodDescriptionstatic ExpandOnStartup@Valid ExpandOnStartupAppTreeLevelNode.getExpandOnStartup()Get expandOnStartupstatic ExpandOnStartupReturns the enum constant of this class with the specified name.static ExpandOnStartup[]ExpandOnStartup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json with parameters of type ExpandOnStartupModifier and TypeMethodDescriptionAppTreeLevelNode.expandOnStartup(ExpandOnStartup expandOnStartup) voidAppTreeLevelNode.setExpandOnStartup(ExpandOnStartup expandOnStartup) -
Uses of ExpandOnStartup in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return ExpandOnStartupModifier and TypeMethodDescription@Valid ExpandOnStartupLayerTreeNode.getExpandOnStartup()Get expandOnStartupMethods in org.tailormap.api.viewer.model with parameters of type ExpandOnStartupModifier and TypeMethodDescriptionLayerTreeNode.expandOnStartup(ExpandOnStartup expandOnStartup) voidLayerTreeNode.setExpandOnStartup(ExpandOnStartup expandOnStartup)