com.jurismarches.vradi.ui.offer.widgets
Class MultipleSelectionHandler<B>
java.lang.Object
com.jurismarches.vradi.ui.offer.widgets.MultipleSelectionHandler<B>
- Direct Known Subclasses:
- AttachmentFileHandler, EmbeddedFileHandler, RelatedFormHandler, ReplaceFormHandler
public abstract class MultipleSelectionHandler<B>
- extends Object
- Author:
- sletellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ui
protected MultipleSelectionPane ui
addedDatas
protected Map<String,B> addedDatas
MultipleSelectionHandler
public MultipleSelectionHandler(MultipleSelectionPane ui)
getHandler
public OfferEditHandler getHandler()
getList
protected JList getList()
getListModel
protected DefaultListModel getListModel()
getBean
protected Form getBean()
getAddedDatas
public Collection<B> getAddedDatas()
getAddedData
public B getAddedData(String id)
init
public abstract void init()
add
public abstract void add()
remove
public abstract void remove()
openSelected
public abstract void openSelected(String selected)
addToList
protected void addToList(B addedData,
String data)
removeFromList
protected void removeFromList(List<String> datas)
removeFromList
protected void removeFromList(String data)
fillList
protected void fillList(Collection<String> datas)
getSelectedInList
protected List<String> getSelectedInList()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.