com.jurismarches.vradi.ui.admin.widget
Class AdminListSelectorHandler<B extends org.nuiton.wikitty.entities.BusinessEntity>

java.lang.Object
  extended by jaxx.runtime.swing.ListSelectorHandler<B>
      extended by com.jurismarches.vradi.ui.admin.widget.AdminListSelectorHandler<B>
All Implemented Interfaces:
VradiEntitiesListener<B>
Direct Known Subclasses:
GroupListSelectorHandler, UserListSelectorHandler

public abstract class AdminListSelectorHandler<B extends org.nuiton.wikitty.entities.BusinessEntity>
extends jaxx.runtime.swing.ListSelectorHandler<B>
implements VradiEntitiesListener<B>


Field Summary
protected  List<String> idsInCombo
           
protected  List<String> idsInList
           
 
Fields inherited from class jaxx.runtime.swing.ListSelectorHandler
listSelector
 
Constructor Summary
protected AdminListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<B> listSelector)
           
 
Method Summary
protected  List<String> extractId(List<B> beans)
           
 void init(List<B> toCombo, List<B> toList)
          Initialize the component.
protected  boolean isLoadedId(String wikittyId)
           
 
Methods inherited from class jaxx.runtime.swing.ListSelectorHandler
getCombo, getComboDatas, getList, getListDatas, setComboDatas, setListDatas, transfertToCombo, transfertToList, updateAddEnabled, updateRemoveEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jurismarches.vradi.VradiEntitiesListener
entitiesAdded, entitiesRemoved
 

Field Detail

idsInCombo

protected List<String> idsInCombo

idsInList

protected List<String> idsInList
Constructor Detail

AdminListSelectorHandler

protected AdminListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<B> listSelector)
Method Detail

init

public void init(List<B> toCombo,
                 List<B> toList)
Initialize the component.

Overrides:
init in class jaxx.runtime.swing.ListSelectorHandler<B extends org.nuiton.wikitty.entities.BusinessEntity>
Parameters:
toCombo - datas to set in combo
toList - datas to set in list

extractId

protected List<String> extractId(List<B> beans)

isLoadedId

protected boolean isLoadedId(String wikittyId)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.