Class CollectionInViewBaseFilter

    • Constructor Detail

      • CollectionInViewBaseFilter

        public CollectionInViewBaseFilter()
    • Method Detail

      • filter

        public java.lang.Object filter​(java.lang.Object o)
                                throws FilterException
        Specified by:
        filter in interface IFilter
        Parameters:
        o - Argument to filter. A object.
        Returns:
        Argument filtered. Can be a object array.
        Throws:
        FilterException - Any problem.
      • getKeyValues

        protected abstract java.util.Collection getKeyValues()
                                                      throws XavaException
        Values to add as key at the begin of arguments for filtering.

        Throws:
        XavaException
      • getView

        public View getView()
      • setView

        public void setView​(View view)