Uses of Class
com.jurismarches.vradi.ui.widgets.MultipleSelectionPane

Packages that use MultipleSelectionPane
com.jurismarches.vradi.ui.email   
com.jurismarches.vradi.ui.email.widgets   
com.jurismarches.vradi.ui.offer   
com.jurismarches.vradi.ui.offer.widgets   
com.jurismarches.vradi.ui.widgets   
 

Uses of MultipleSelectionPane in com.jurismarches.vradi.ui.email
 

Fields in com.jurismarches.vradi.ui.email declared as MultipleSelectionPane
protected  MultipleSelectionPane<File,Session> SessionViewUI.attachmentSessionPane
           
 

Methods in com.jurismarches.vradi.ui.email that return MultipleSelectionPane
 MultipleSelectionPane<File,Session> SessionViewUI.getAttachmentSessionPane()
           
 

Methods in com.jurismarches.vradi.ui.email with parameters of type MultipleSelectionPane
 File EmailHandler.addAttachmentFile(MultipleSelectionPane ui, Session session)
          Add new attachement file.
 

Uses of MultipleSelectionPane in com.jurismarches.vradi.ui.email.widgets
 

Methods in com.jurismarches.vradi.ui.email.widgets with parameters of type MultipleSelectionPane
 File AttachmentSessionFileHandler.addFiles(MultipleSelectionPane ui, Session bean)
           
 

Constructors in com.jurismarches.vradi.ui.email.widgets with parameters of type MultipleSelectionPane
AttachmentSessionFileHandler(MultipleSelectionPane ui)
           
 

Uses of MultipleSelectionPane in com.jurismarches.vradi.ui.offer
 

Fields in com.jurismarches.vradi.ui.offer declared as MultipleSelectionPane
protected  MultipleSelectionPane<File,Form> OfferEditUI.attachmentFilePane
           
protected  MultipleSelectionPane<File,Form> OfferEditUI.embeddedFilePane
           
protected  MultipleSelectionPane<FormLink,Form> OfferEditUI.relatedFormPane
           
protected  MultipleSelectionPane<FormLink,Form> OfferEditUI.replaceFormPane
           
 

Methods in com.jurismarches.vradi.ui.offer that return MultipleSelectionPane
 MultipleSelectionPane<File,Form> OfferEditUI.getAttachmentFilePane()
           
 MultipleSelectionPane<File,Form> OfferEditUI.getEmbeddedFilePane()
           
 MultipleSelectionPane<FormLink,Form> OfferEditUI.getRelatedFormPane()
           
 MultipleSelectionPane<FormLink,Form> OfferEditUI.getReplaceFormPane()
           
 

Methods in com.jurismarches.vradi.ui.offer with parameters of type MultipleSelectionPane
 File OfferEditHandler.addAttachmentFile(MultipleSelectionPane ui, Form form)
          Add new attachement file.
 File OfferEditHandler.addEmbeddedFile(MultipleSelectionPane ui, Form form)
          Add new embedded file in current form.
 FormLink OfferEditHandler.addReplaceForm(MultipleSelectionPane ui, Form form)
           
 

Uses of MultipleSelectionPane in com.jurismarches.vradi.ui.offer.widgets
 

Fields in com.jurismarches.vradi.ui.offer.widgets declared as MultipleSelectionPane
protected  MultipleSelectionPane FormLinkCellRenderer.ui
           
 

Methods in com.jurismarches.vradi.ui.offer.widgets with parameters of type MultipleSelectionPane
 File AttachmentFileHandler.addFiles(MultipleSelectionPane ui, Form bean)
           
 File EmbeddedFileHandler.addFiles(MultipleSelectionPane ui, Form bean)
           
 

Constructors in com.jurismarches.vradi.ui.offer.widgets with parameters of type MultipleSelectionPane
AttachmentFileHandler(MultipleSelectionPane ui)
           
EmbeddedFileHandler(MultipleSelectionPane ui)
           
FormLinkCellRenderer(MultipleSelectionPane ui)
           
RelatedFormHandler(MultipleSelectionPane ui)
           
ReplaceFormHandler(MultipleSelectionPane ui)
           
 

Uses of MultipleSelectionPane in com.jurismarches.vradi.ui.widgets
 

Fields in com.jurismarches.vradi.ui.widgets declared as MultipleSelectionPane
protected  MultipleSelectionPane MultipleSelectionPane.multipleSelectionPane
           
protected  MultipleSelectionPane<D,B> MultipleSelectionHandler.ui
           
 

Methods in com.jurismarches.vradi.ui.widgets with parameters of type MultipleSelectionPane
abstract  File MultipleSelectionFileHandler.addFiles(MultipleSelectionPane ui, B bean)
           
 

Constructors in com.jurismarches.vradi.ui.widgets with parameters of type MultipleSelectionPane
MultipleSelectionFileHandler(MultipleSelectionPane ui, Class<H> handler, String lblKey)
           
MultipleSelectionHandler(MultipleSelectionPane<D,B> ui, Class<H> handlerClass)
           
 



Copyright © 2009-2011 JurisMarches. All Rights Reserved.