Interface ResultToolbarItemContext


public interface ResultToolbarItemContext
  • 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

      void reloadResultItem(Object resultItem)
      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!