Uses of Class
com.jalios.jcmsplugin.explorer.app.ExplorerField
-
Packages that use ExplorerField Package Description com.jalios.jcmsplugin.explorer.app -
-
Uses of ExplorerField in com.jalios.jcmsplugin.explorer.app
Methods in com.jalios.jcmsplugin.explorer.app that return ExplorerField Modifier and Type Method Description static ExplorerField
ExplorerField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplorerField[]
ExplorerField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcmsplugin.explorer.app that return types with arguments of type ExplorerField Modifier and Type Method Description static java.util.Optional<ExplorerField>
ExplorerField. getIfPresent(java.lang.String name)
Methods in com.jalios.jcmsplugin.explorer.app with parameters of type ExplorerField Modifier and Type Method Description java.lang.String
ExplorerAppHandler. getSortHeaderAlt(ExplorerField field)
java.lang.String
ExplorerAppHandler. getSortHeaderCss(ExplorerField field)
java.lang.String
ExplorerAppHandler. getSortHeaderIconSrc(ExplorerField field)
boolean
ExplorerAppHandler. showSort(ExplorerField field)
-