Uses of Class
net.sf.tacos.demo.partial.Note

Packages that use Note
net.sf.tacos.demo.pages.forms   
net.sf.tacos.demo.partial   
 

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

Methods in net.sf.tacos.demo.pages.forms that return Note
abstract  Note AjaxFormsExample.getCurrNote()
          Selects the currently selected note, in the Foreach
 

Methods in net.sf.tacos.demo.pages.forms with parameters of type Note
abstract  void AjaxFormsExample.setCurrNote(Note note)
          sets the current note
 

Uses of Note in net.sf.tacos.demo.partial
 

Methods in net.sf.tacos.demo.partial that return Note
 Note NoteStore.createNote()
          Creates a note
 Note NoteStore.getNote(Long id)
          Gets note
 

Methods in net.sf.tacos.demo.partial with parameters of type Note
 void NoteStore.storeNote(Note note)
          Stores note