Class BusinessServiceFilter

  • All Implemented Interfaces:
    com.vaadin.v7.data.Container.Filter, java.io.Serializable

    public class BusinessServiceFilter
    extends java.lang.Object
    implements com.vaadin.v7.data.Container.Filter
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME_PROPERTY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean appliesToProperty​(java.lang.Object propertyId)  
      boolean passesFilter​(java.lang.Object itemId, com.vaadin.v7.data.Item item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BusinessServiceFilter

        public BusinessServiceFilter​(BusinessServiceContainer businessServiceContainer,
                                     java.lang.String filter)
    • Method Detail

      • passesFilter

        public boolean passesFilter​(java.lang.Object itemId,
                                    com.vaadin.v7.data.Item item)
        Specified by:
        passesFilter in interface com.vaadin.v7.data.Container.Filter
      • appliesToProperty

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