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 SelectionBean
AExternalUserBean. 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 SelectionBean
BasicPluginBean. selectionBean
Methods in de.xima.fc.gui.bean.plugin that return SelectionBean Modifier and Type Method Description SelectionBean
BasicPluginBean. getSelectionBean()
Methods in de.xima.fc.gui.bean.plugin with parameters of type SelectionBean Modifier and Type Method Description void
BasicPluginBean. 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 SelectionBean
EntityListModelSelectByView. getSelectionBean()
Methods in de.xima.fc.gui.model.data with parameters of type SelectionBean Modifier and Type Method Description protected void
EntityListModelSelectByView. putSelectionToStore(SelectionBean selectionBean, String key, T selected)
protected T
EntityListModelSelectByView. readSelectionFromStore(SelectionBean selectionBean, String key)
-