Uses of Class
net.sf.tacos.demo.model.Name

Packages that use Name
net.sf.tacos.demo.pages.forms   
 

Uses of Name in net.sf.tacos.demo.pages.forms
 

Methods in net.sf.tacos.demo.pages.forms that return Name
abstract  Name AjaxSubmitExample.getButtonName()
           
abstract  Name AjaxSubmitExample.getImageButtonName()
           
abstract  Name AjaxSubmitExample.getLinkName()
           
abstract  Name AjaxSubmitExample.getScriptName()
           
abstract  Name AjaxAutoInvokerExample.getScriptName()
           
 

Methods in net.sf.tacos.demo.pages.forms with parameters of type Name
 void AjaxSubmitExample.buildBackwardsName(org.apache.tapestry.IRequestCycle cycle, Name name)
          Builds the full name, backwards (Last Name + First Name).
 void AjaxAutoInvokerExample.buildBackwardsName(org.apache.tapestry.IRequestCycle cycle, Name name)
          Builds the full name, backwards (Last Name + First Name).
 void AjaxSubmitExample.buildNormalName(org.apache.tapestry.IRequestCycle cycle, Name name)
          Builds the full name, in the normal order (First Name + Last Name).
 void AjaxAutoInvokerExample.buildNormalName(org.apache.tapestry.IRequestCycle cycle, Name name)
          Builds the full name, in the normal order (First Name + Last Name).
abstract  void AjaxSubmitExample.setButtonName(Name name)
          sets the name
abstract  void AjaxSubmitExample.setImageButtonName(Name name)
          sets the name
abstract  void AjaxSubmitExample.setLinkName(Name name)
          sets the name
abstract  void AjaxSubmitExample.setScriptName(Name name)
          sets the name
abstract  void AjaxAutoInvokerExample.setScriptName(Name name)
          sets the name