Uses of Class
de.xima.fc.gui.bean.SelectionBean
- 
Packages that use SelectionBean Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.plugin de.xima.fc.gui.model.data  - 
- 
Uses of SelectionBean in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as SelectionBean Modifier and Type Field Description protected SelectionBeanAExternalUserBean. selectionBean - 
Uses of SelectionBean in de.xima.fc.gui.bean.plugin
Fields in de.xima.fc.gui.bean.plugin declared as SelectionBean Modifier and Type Field Description protected SelectionBeanBasicPluginBean. selectionBeanMethods in de.xima.fc.gui.bean.plugin that return SelectionBean Modifier and Type Method Description SelectionBeanBasicPluginBean. getSelectionBean()Methods in de.xima.fc.gui.bean.plugin with parameters of type SelectionBean Modifier and Type Method Description voidBasicPluginBean. setSelectionBean(SelectionBean selectionBean) - 
Uses of SelectionBean in de.xima.fc.gui.model.data
Methods in de.xima.fc.gui.model.data that return SelectionBean Modifier and Type Method Description SelectionBeanEntityListModelSelectByView. getSelectionBean()Methods in de.xima.fc.gui.model.data with parameters of type SelectionBean Modifier and Type Method Description protected voidEntityListModelSelectByView. putSelectionToStore(SelectionBean selectionBean, String key, T selected)protected TEntityListModelSelectByView. readSelectionFromStore(SelectionBean selectionBean, String key) 
 -