Package muntjac :: Package ui :: Module login_form
[hide private]
[frames] | no frames]

Module login_form

source code

Classes [hide private]
  LoginEvent
This event is sent when login form is submitted.
  ILoginListener
Login listener is a class capable to listen LoginEvents sent from LoginBox
  LoginForm
LoginForm is a Muntjac component to handle common problem among Ajax applications: browsers password managers don't fill dynamically created forms like all those UI elements created by Muntjac.
  LoginPage
  ParameterHandler
  UriHandler
Variables [hide private]
  _ON_LOGIN_METHOD = getattr(ILoginListener, 'onLogin')