org.chorem.vradi.ui.admin.widget
Class UserListSelectorHandler

java.lang.Object
  extended by jaxx.runtime.swing.ListSelectorHandler<B>
      extended by org.chorem.vradi.ui.admin.widget.AdminListSelectorHandler<User>
          extended by org.chorem.vradi.ui.admin.widget.UserListSelectorHandler
All Implemented Interfaces:
VradiEntitiesListener<User>

public class UserListSelectorHandler
extends AdminListSelectorHandler<User>


Field Summary
protected  Group bean
           
protected  VradiEntitiesListener<Group> groupVradiEntitiesListener
           
 
Fields inherited from class org.chorem.vradi.ui.admin.widget.AdminListSelectorHandler
idsInCombo, idsInList
 
Fields inherited from class jaxx.runtime.swing.ListSelectorHandler
listSelector
 
Constructor Summary
UserListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<User> listSelector)
           
 
Method Summary
 void entitiesAdded(Set<User> usersAdded)
           
 void entitiesRemoved(Set<String> removed)
           
 Group getBean()
           
 void setBean(Group bean)
           
protected  void updateAll()
           
protected  void updateCombo(List<User> userInList)
           
protected  List<User> updateList(org.nuiton.wikitty.WikittyProxy wikittyProxy)
           
 
Methods inherited from class org.chorem.vradi.ui.admin.widget.AdminListSelectorHandler
extractId, init, isLoadedId
 
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
 

Field Detail

bean

protected Group bean

groupVradiEntitiesListener

protected VradiEntitiesListener<Group> groupVradiEntitiesListener
Constructor Detail

UserListSelectorHandler

public UserListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<User> listSelector)
Method Detail

getBean

public Group getBean()

setBean

public void setBean(Group bean)

updateAll

protected void updateAll()

updateList

protected List<User> updateList(org.nuiton.wikitty.WikittyProxy wikittyProxy)

updateCombo

protected void updateCombo(List<User> userInList)

entitiesAdded

public void entitiesAdded(Set<User> usersAdded)

entitiesRemoved

public void entitiesRemoved(Set<String> removed)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.