Uses of Enum Class
de.espirit.firstspirit.access.editor.value.ListDomNode.Style
Packages that use ListDomNode.Style
-
Uses of ListDomNode.Style in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return ListDomNode.StyleModifier and TypeMethodDescriptionstatic ListDomNode.StyleListDomNode.Style.forIndex(int index) Returns the style having the given index ordefault styleas fallback.@NotNull ListDomNode.StyleListDomNode.getStyle()Returns the list style of this list dom node.static ListDomNode.StyleReturns the enum constant of this class with the specified name.static ListDomNode.Style[]ListDomNode.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.editor.value with parameters of type ListDomNode.StyleModifier and TypeMethodDescriptionvoidListDomNode.setStyle(@NotNull ListDomNode.Style style) Provide the list style of this list dom node.