Package org.jgrapes.webconlet.oidclogin
Class LoginConlet.AccountModel
java.lang.Object
org.jgrapes.webconsole.base.ConletBaseModel
org.jgrapes.webconlet.oidclogin.LoginConlet.AccountModel
- Enclosing class:
LoginConlet
Model with account info.
-
Field Summary
Fields inherited from class org.jgrapes.webconsole.base.ConletBaseModel
conletId
-
Constructor Summary
ConstructorDescriptionAccountModel
(String conletId) Creates a new model with the given type and id. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if is dialog open.void
setDialogOpen
(boolean dialogOpen) Sets the dialog open.Methods inherited from class org.jgrapes.webconsole.base.ConletBaseModel
equals, getConletId, hashCode
-
Constructor Details
-
AccountModel
Creates a new model with the given type and id.- Parameters:
conletId
- the conlet id
-
-
Method Details
-
isDialogOpen
Checks if is dialog open.- Returns:
- true, if is dialog open
-
setDialogOpen
Sets the dialog open.- Parameters:
dialogOpen
- the new dialog open
-