Uses of Class
de.xima.fc.gui.common.model.MenuItem
-
Packages that use MenuItem Package Description de.xima.fc.gui.bean.project de.xima.fc.gui.common.utils de.xima.fc.gui.model.lazydata de.xima.fc.inbox.bean de.xima.fc.inbox.bean.filter de.xima.fc.inbox.converter -
-
Uses of MenuItem in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return MenuItem Modifier and Type Method Description MenuItem
ProjectFilterBean. getSelectedFilter()
Methods in de.xima.fc.gui.bean.project that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>
ProjectFilterBean. getFilters()
Methods in de.xima.fc.gui.bean.project with parameters of type MenuItem Modifier and Type Method Description void
ProjectFilterBean. setSelectedFilter(MenuItem selectedFilter)
-
Uses of MenuItem in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils that return types with arguments of type MenuItem Modifier and Type Method Description static List<MenuItem>
UIUtils. getDefaultFilterMenu(Locale loc)
-
Uses of MenuItem in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata that return MenuItem Modifier and Type Method Description MenuItem
LazyProjectViewListModel. getSelectedFilter()
Methods in de.xima.fc.gui.model.lazydata that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>
LazyProjectViewListModel. getFilters()
Methods in de.xima.fc.gui.model.lazydata with parameters of type MenuItem Modifier and Type Method Description void
LazyProjectViewListModel. setSelectedFilter(MenuItem selectedFilter)
-
Uses of MenuItem in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return MenuItem Modifier and Type Method Description MenuItem
ProcessViewBean. getSelectedProcessView()
Methods in de.xima.fc.inbox.bean that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>
ProcessViewBean. getAvailableSortings()
List<MenuItem>
ProcessExportBean. getXslTransforms()
Methods in de.xima.fc.inbox.bean with parameters of type MenuItem Modifier and Type Method Description void
ProcessViewBean. setSelectedProcessView(MenuItem menuItem)
void
ProcessViewBean. setSelectedView(MenuItem selectedView)
-
Uses of MenuItem in de.xima.fc.inbox.bean.filter
Methods in de.xima.fc.inbox.bean.filter that return MenuItem Modifier and Type Method Description MenuItem
ViewFilterBean. createAppointmentView()
MenuItem
ViewFilterBean. createDefaultView()
MenuItem
MetaFilterBean. getSelectedFilter()
MenuItem
ViewFilterBean. getSelectedView()
Methods in de.xima.fc.inbox.bean.filter that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>
MetaFilterBean. getAvailableFilters()
List<MenuItem>
SearchFilterBean. getAvailableSearchKeys()
List<MenuItem>
ViewFilterBean. getAvailableViews()
Methods in de.xima.fc.inbox.bean.filter with parameters of type MenuItem Modifier and Type Method Description List<Postfach>
ViewFilterBean. getPossibleInboxes(MenuItem view)
Projekt
ViewFilterBean. getProject(MenuItem selectedView)
void
MetaFilterBean. setSelectedFilter(MenuItem selectedFilter)
void
ViewFilterBean. setSelectedView(MenuItem selectedView, EProcessListView processListView)
-
Uses of MenuItem in de.xima.fc.inbox.converter
Methods in de.xima.fc.inbox.converter that return MenuItem Modifier and Type Method Description MenuItem
MenuItemConverter. getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
Methods in de.xima.fc.inbox.converter with parameters of type MenuItem Modifier and Type Method Description String
MenuItemConverter. getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, MenuItem value)
-