Uses of Class
de.xima.fc.mdl.enums.ELoginContext
-
Packages that use ELoginContext Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.model de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.session -
-
Uses of ELoginContext in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean with parameters of type ELoginContext Modifier and Type Method Description void
LoginBean. login(ELoginContext context)
-
Uses of ELoginContext in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return ELoginContext Modifier and Type Method Description ELoginContext
LoginModel. getLoginContext()
Methods in de.xima.fc.gui.common.model with parameters of type ELoginContext Modifier and Type Method Description void
LoginModel. setLoginContext(ELoginContext loginContext)
-
Uses of ELoginContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELoginContext Modifier and Type Method Description static ELoginContext
ELoginContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static ELoginContext[]
ELoginContext. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELoginContext in de.xima.fc.session
Methods in de.xima.fc.session that return ELoginContext Modifier and Type Method Description ELoginContext
XfcSession. getContext()
Methods in de.xima.fc.session with parameters of type ELoginContext Modifier and Type Method Description void
XfcSession. setContext(ELoginContext context)
-