Uses of Class
eu.webtoolkit.jwt.WTemplate

Packages that use WTemplate
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.auth JWt Auth package, this package contains all widgets and classes related to JWt's authentication module. 
 

Uses of WTemplate in eu.webtoolkit.jwt
 

Subclasses of WTemplate in eu.webtoolkit.jwt
 class WTemplateFormView
          A template-based View class form form models.
 

Methods in eu.webtoolkit.jwt with parameters of type WTemplate
 boolean WTemplate.TrFunctionImpl.evaluate(WTemplate t, java.util.List<WString> args, java.io.Writer result)
           
 boolean WTemplate.IdFunctionImpl.evaluate(WTemplate t, java.util.List<WString> args, java.io.Writer result)
           
 

Uses of WTemplate in eu.webtoolkit.jwt.auth
 

Subclasses of WTemplate in eu.webtoolkit.jwt.auth
 class AuthWidget
          An authentication widget.
 class LostPasswordWidget
          A widget which initiates a lost-password email.
 class RegistrationWidget
          A registration widget.
 class UpdatePasswordWidget
          A widget which allows a user to choose a new password.