Uses of Class
org.patternfly.core.LanguageDirection
-
Packages that use LanguageDirection Package Description org.patternfly.core -
-
Uses of LanguageDirection in org.patternfly.core
Methods in org.patternfly.core that return LanguageDirection Modifier and Type Method Description static LanguageDirectionLanguageDirection. languageDirection(HTMLElement element)static LanguageDirectionLanguageDirection. languageDirection(HTMLElement element, LanguageDirection defaultValue)static LanguageDirectionLanguageDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageDirection[]LanguageDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.core with parameters of type LanguageDirection Modifier and Type Method Description static LanguageDirectionLanguageDirection. languageDirection(HTMLElement element, LanguageDirection defaultValue)
-