Class PropertyFilter

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.sf.basedb.clients.web.taglib.table.PropertyFilter
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class PropertyFilter
extends TagSupport
Special tag for outputting the filter HTML that a ColumnDef has registered with the Table object.

Syntax:

   <tbl:propertyfilter
      row=...
   >
Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • table

      private Table table
      The parent <tbl:table> tag.
    • row

      private int row
  • Constructor Details

    • PropertyFilter

      public PropertyFilter()
  • Method Details