Class CmsNavigationFilter

java.lang.Object
org.opencms.ui.components.fileselect.CmsNavigationFilter
All Implemented Interfaces:
com.vaadin.v7.data.Container.Filter, Serializable

public class CmsNavigationFilter extends Object implements com.vaadin.v7.data.Container.Filter
Filter used to hide folder tree items which are not either navigation items themselves or are required to navigate from the site root to a navigation item.

See Also:
  • Constructor Details

  • Method Details

    • appliesToProperty

      public boolean appliesToProperty(Object propertyId)
      Specified by:
      appliesToProperty in interface com.vaadin.v7.data.Container.Filter
      See Also:
      • Container.Filter.appliesToProperty(java.lang.Object)
    • passesFilter

      public boolean passesFilter(Object itemId, com.vaadin.v7.data.Item item) throws UnsupportedOperationException
      Specified by:
      passesFilter in interface com.vaadin.v7.data.Container.Filter
      Throws:
      UnsupportedOperationException
      See Also:
      • Container.Filter.passesFilter(java.lang.Object, com.vaadin.v7.data.Item)