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

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

public class GroupListSelectorHandler
extends AdminListSelectorHandler<Group>


Field Summary
protected  User bean
           
protected  VradiEntitiesListener<User> userVradiEntitiesListener
           
 
Fields inherited from class org.chorem.vradi.ui.admin.widget.AdminListSelectorHandler
idsInCombo, idsInList
 
Fields inherited from class jaxx.runtime.swing.ListSelectorHandler
listSelector
 
Constructor Summary
GroupListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<Group> listSelector)
           
 
Method Summary
 void entitiesAdded(Set<Group> groupAdded)
           
 void entitiesRemoved(Set<String> removed)
           
 User getBean()
           
 void setBean(User bean)
           
protected  void updateAll()
           
protected  void updateCombo(String wikittyId)
           
protected  void updateList(String wikittyId)
           
 
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 User bean

userVradiEntitiesListener

protected VradiEntitiesListener<User> userVradiEntitiesListener
Constructor Detail

GroupListSelectorHandler

public GroupListSelectorHandler(jaxx.runtime.swing.ListSelectorUI<Group> listSelector)
Method Detail

getBean

public User getBean()

setBean

public void setBean(User bean)

updateAll

protected void updateAll()

updateList

protected void updateList(String wikittyId)

updateCombo

protected void updateCombo(String wikittyId)

entitiesAdded

public void entitiesAdded(Set<Group> groupAdded)

entitiesRemoved

public void entitiesRemoved(Set<String> removed)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.