Uses of Class
de.xima.fc.mdl.enums.ELoginLayout
-
Packages that use ELoginLayout Package Description de.xima.fc.gui.common.bean.security de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ELoginLayout in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return ELoginLayout Modifier and Type Method Description ELoginLayout
LoginLayoutBean. getLoginLayout()
-
Uses of ELoginLayout in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELoginLayout Modifier and Type Method Description static ELoginLayout
ELoginLayout. valueOf(String name)
Returns the enum constant of this type with the specified name.static ELoginLayout[]
ELoginLayout. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-