Uses of Class
de.xima.fc.mdl.enums.ELoginLayout
-
Packages that use ELoginLayout Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.xima.fc.gui.common.bean.security de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.interfaces.config -
-
Uses of ELoginLayout in de.xima.fc
Fields in de.xima.fc declared as ELoginLayout Modifier and Type Field Description static ELoginLayoutCmnConst.SystemProperty.Defaults. BACKEND_LOGIN_CONFIG_INPUT_CLIENT_LAYOUT_TYPE -
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 ELoginLayoutLoginLayoutBean. 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 ELoginLayoutELoginLayout. getByName(String name, ELoginLayout defaultValue)static ELoginLayoutELoginLayout. 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.Methods in de.xima.fc.mdl.enums with parameters of type ELoginLayout Modifier and Type Method Description static ELoginLayoutELoginLayout. getByName(String name, ELoginLayout defaultValue) -
Uses of ELoginLayout in de.xima.fc.security.interfaces.config
Methods in de.xima.fc.security.interfaces.config that return ELoginLayout Modifier and Type Method Description ELoginLayoutIBaseLoginPageConfig. getLayout()
-