Uses of Class
shared.ButtonMethod

Packages that use ButtonMethod
ch4.enhanced   
ch5.persistentData   
ch5.postError   
ch5.postServlet   
ch5.requiredValidation   
ch6.complexForm   
ch6.complexInit   
ch6.complexPersistent   
ch7.accountCookie   
ch7.accountLogin   
ch7.accountRemove   
ch7.catalog   
ch7.catalogAddress   
ch7.cookie   
 

Uses of ButtonMethod in ch4.enhanced
 

Methods in ch4.enhanced with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch5.persistentData
 

Methods in ch5.persistentData with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch5.postError
 

Methods in ch5.postError with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch5.postServlet
 

Methods in ch5.postServlet with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch5.requiredValidation
 

Methods in ch5.requiredValidation with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch6.complexForm
 

Methods in ch6.complexForm with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch6.complexInit
 

Methods in ch6.complexInit with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch6.complexPersistent
 

Methods in ch6.complexPersistent with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch7.accountCookie
 

Methods in ch7.accountCookie with annotations of type ButtonMethod
 java.lang.String ControllerHelper.getMethod()
          The default method.
 java.lang.String ControllerHelper.newUserMethod()
          If new user is cliked, then create a new bean and go to the login page.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch7.accountLogin
 

Methods in ch7.accountLogin with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
          The method to call when the confirm button is clicked.
 java.lang.String ControllerHelper.editMethod()
          The method to call when the edit button is clicked.
 java.lang.String ControllerHelper.getMethod()
          This is the default method.
 java.lang.String ControllerHelper.loginMethod()
          The method to call when the loginButton button is clicked.
 java.lang.String ControllerHelper.newUserMethod()
          The method to call when the newUser button is clicked.
 java.lang.String ControllerHelper.processMethod()
          The method to call when the process button is clicked.
 

Uses of ButtonMethod in ch7.accountRemove
 

Methods in ch7.accountRemove with annotations of type ButtonMethod
 java.lang.String ControllerHelper.removeMethod()
          The method to call when the removeButton button is clicked.
 

Uses of ButtonMethod in ch7.catalog
 

Methods in ch7.catalog with annotations of type ButtonMethod
 java.lang.String ControllerHelper.methodAddCart()
          The method to call when the addCart button is clicked.
 java.lang.String ControllerHelper.methodDefault()
          The default method, it is not associated with any button.
 java.lang.String ControllerHelper.methodEmptyCart()
          The method to call when the emptyCart button is clicked.
 java.lang.String ControllerHelper.methodProcessCart()
          The method to call when the processCart button is clicked.
 java.lang.String ControllerHelper.methodViewCart()
          The method to call when the viewCart button is clicked.
 java.lang.String ControllerHelper.methodViewItem()
          The method to call when the viewItem button is clicked.
 

Uses of ButtonMethod in ch7.catalogAddress
 

Methods in ch7.catalogAddress with annotations of type ButtonMethod
 java.lang.String ControllerHelper.confirmMethod()
           
 java.lang.String ControllerHelper.editMethod()
           
 java.lang.String ControllerHelper.methodAddCart()
           
 java.lang.String ControllerHelper.methodDefault()
           
 java.lang.String ControllerHelper.methodEmptyCart()
           
 java.lang.String ControllerHelper.methodProcessCart()
           
 java.lang.String ControllerHelper.methodViewCart()
           
 java.lang.String ControllerHelper.methodViewItem()
           
 java.lang.String ControllerHelper.processMethod()
           
 

Uses of ButtonMethod in ch7.cookie
 

Methods in ch7.cookie with annotations of type ButtonMethod
 java.lang.String ControllerHelper.deleteMethod()
          The method to call when the deleteCookie button is clicked.
 java.lang.String ControllerHelper.findMethod()
          The method to call when the findCookie button is clicked.
 java.lang.String ControllerHelper.setMethod()
          The method to call when the setCookie button is clicked.
 java.lang.String ControllerHelper.setSpecificMethod()
          The method to call when the processCart button is clicked.
 java.lang.String ControllerHelper.showMethod()
          The method to call when the showCookie button is clicked.