Packagerdfbrowser.components
Classpublic class LoginWindow
InheritanceLoginWindow Inheritance mx.containers.TitleWindow



Public Properties
 PropertyDefined By
  loginButton : Button
LoginWindow
  password : TextInput
LoginWindow
  username : TextInput
LoginWindow
Public Methods
 MethodDefined By
  
Constructor.
LoginWindow
Property Detail
loginButtonproperty
public var loginButton:Button

This property can be used as the source for data binding.

passwordproperty 
public var password:TextInput

This property can be used as the source for data binding.

usernameproperty 
public var username:TextInput

This property can be used as the source for data binding.

Constructor Detail
LoginWindow()Constructor
public function LoginWindow()

Constructor.