Package org.nuclos.api.ui
Interface ResultToolbarItemContext
public interface ResultToolbarItemContext
-
Method Summary
Modifier and TypeMethodDescriptionReturns the search condition of the current result listReturns the selection of the result listvoid
reloadResultItem
(Object resultItem) Reloads the given result item from server.void
Reloads (Refresh) the complete result list from server.void
setUiLocked
(boolean locked) Lock the current result list (tab)
-
Method Details
-
getSelectedResultItems
Collection<Object> getSelectedResultItems()Returns the selection of the result list- Returns:
- Collection of org.nuclos.common.dal.vo.EntityObjectVO (Sorry, no API)
-
getSearchCondition
Object getSearchCondition()Returns the search condition of the current result list- Returns:
- SearchCondition of type org.nuclos.common.collect.collectable.searchcondition.Collectab leSearchCondition (Sorry, no API)
-
setUiLocked
void setUiLocked(boolean locked) Lock the current result list (tab)- Parameters:
locked
-
-
reloadResultItem
Reloads the given result item from server. (Removes the item from view, if not found any more.) The selection is untouched.- Parameters:
resultItem
-
-
reloadResultList
void reloadResultList()Reloads (Refresh) the complete result list from server. Removes any selection!
-