Uses of Class
shared.SetByAttribute

Packages that use SetByAttribute
ch6.complexInit   
ch6.complexPersistent   
 

Uses of SetByAttribute in ch6.complexInit
 

Methods in ch6.complexInit with annotations of type SetByAttribute
 java.lang.String[] RequestDataInit.getExtra()
          Accessor for the textarea element.
 double RequestDataInit.getGrade()
          Mutator for the single-select list.
 int RequestDataInit.getHappiness()
          Accessor for the radio group.
 java.lang.String[] RequestDataInit.getTeam()
          Accessor for the multiple-select list.
 

Uses of SetByAttribute in ch6.complexPersistent
 

Methods in ch6.complexPersistent with annotations of type SetByAttribute
 java.lang.String[] ComplexDataPersistent.getExtra()
          Accessor for the textarea element.
 double ComplexDataPersistent.getGrade()
          Mutator for the single-select list.
 int ComplexDataPersistent.getHappiness()
          Accessor for the radio group.
 java.lang.String[] ComplexDataPersistent.getTeam()
          Accessor for the multiple-select list.