Uses of Class
org.chorem.vradi.ui.widgets.MultipleSelectionPane

Packages that use MultipleSelectionPane
org.chorem.vradi.ui.email   
org.chorem.vradi.ui.email.widgets   
org.chorem.vradi.ui.offer   
org.chorem.vradi.ui.offer.widgets   
org.chorem.vradi.ui.widgets   
 

Uses of MultipleSelectionPane in org.chorem.vradi.ui.email
 

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

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

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

Uses of MultipleSelectionPane in org.chorem.vradi.ui.email.widgets
 

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

Constructors in org.chorem.vradi.ui.email.widgets with parameters of type MultipleSelectionPane
AttachmentSessionFileHandler(MultipleSelectionPane ui)
           
 

Uses of MultipleSelectionPane in org.chorem.vradi.ui.offer
 

Fields in org.chorem.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 org.chorem.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 org.chorem.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 org.chorem.vradi.ui.offer.widgets
 

Fields in org.chorem.vradi.ui.offer.widgets declared as MultipleSelectionPane
protected  MultipleSelectionPane FormLinkCellRenderer.ui
           
 

Methods in org.chorem.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 org.chorem.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 org.chorem.vradi.ui.widgets
 

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

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

Constructors in org.chorem.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 CodeLutin. All Rights Reserved.