Uses of Enum Class
de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
Packages that use StyleTemplateLink.Region
-
Uses of StyleTemplateLink.Region in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return StyleTemplateLink.RegionModifier and TypeMethodDescriptionstatic StyleTemplateLink.RegionProvides a region for the given name.@NotNull StyleTemplateLink.RegionStyleTemplateLink.getColumnRegion()Returns the columnregionset for this rule.@NotNull StyleTemplateLink.RegionStyleTemplateLink.getRowRegion()Returns the rowregionset for this rule.static StyleTemplateLink.RegionReturns the enum constant of this class with the specified name.static StyleTemplateLink.Region[]StyleTemplateLink.Region.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type StyleTemplateLink.RegionModifier and TypeMethodDescriptionvoidStyleTemplateLink.setColumnRegion(@NotNull StyleTemplateLink.Region region) Provide the columnregionto be used for this rule.voidStyleTemplateLink.setRowRegion(@NotNull StyleTemplateLink.Region region) Provide the rowregionto be used for this rule.