Package org.jgrapes.webconlet.locallogin
Class LoginConlet.AccountModel
java.lang.Object
org.jgrapes.webconsole.base.ConletBaseModel
org.jgrapes.webconlet.locallogin.LoginConlet.AccountModel
- Enclosing class:
- LoginConlet
Model with account info.
- 
Field SummaryFields inherited from class org.jgrapes.webconsole.base.ConletBaseModelconletId
- 
Constructor SummaryConstructorsConstructorDescriptionAccountModel(String conletId) Creates a new model with the given type and id.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanChecks if is dialog open.voidsetDialogOpen(boolean dialogOpen) Sets the dialog open.Methods inherited from class org.jgrapes.webconsole.base.ConletBaseModelequals, getConletId, hashCode
- 
Constructor Details- 
AccountModelCreates a new model with the given type and id.- Parameters:
- conletId- the web console component id
 
 
- 
- 
Method Details- 
isDialogOpenChecks if is dialog open.- Returns:
- true, if is dialog open
 
- 
setDialogOpenSets the dialog open.- Parameters:
- dialogOpen- the new dialog open
 
 
-