Packageedu.stanford.covertlab.window
Classpublic class UserAccountWindow
InheritanceUserAccountWindow Inheritance mx.containers.TitleWindow

PopUp window which allows to review and edit their user profile (name, email, affiliation, PI, etc.). When the user clicks save the saveUser method of the UserManager is called and the user's changes are committed to the user database.

See also

edu.stanford.covertlab.manager.UserManager


Public Methods
 MethodDefined by
  
UserAccountWindow(application:Application, userManager:UserManager)
UserAccountWindow
  
close(event:CloseEvent = null):void
UserAccountWindow
  
open():void
UserAccountWindow
Constructor detail
UserAccountWindow()constructor
public function UserAccountWindow(application:Application, userManager:UserManager)Parameters
application:Application
 
userManager:UserManager
Method detail
close()method
public function close(event:CloseEvent = null):voidParameters
event:CloseEvent (default = null)
open()method 
public function open():void