Uses of Class
fr.gouv.vitam.ihmdemo.core.UiConstants
-
Packages that use UiConstants Package Description fr.gouv.vitam.ihmdemo.core Provides IHM core classes -
-
Uses of UiConstants in fr.gouv.vitam.ihmdemo.core
Methods in fr.gouv.vitam.ihmdemo.core that return UiConstants Modifier and Type Method Description static UiConstants
UiConstants. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UiConstants[]
UiConstants. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-