com.jbbres.lib.actions.elements
Class Category.SearchField

java.lang.Object
  extended by com.jbbres.lib.search.SearchField<Category[]>
      extended by com.jbbres.lib.actions.elements.Category.SearchField
Enclosing interface:
Category

public static class Category.SearchField
extends com.jbbres.lib.search.SearchField<Category[]>

A search field associated to the category object.


Field Summary
static com.jbbres.lib.search.SearchOperator IS
          The search operation "is".
 
Constructor Summary
Category.SearchField(java.lang.String fieldName)
          Create the search field.
 
Method Summary
 boolean allowsNegation()
           
 com.jbbres.lib.search.editors.AbstractSearchEditor<Category[]> getEditor()
           
 boolean match(Category[] categories, com.jbbres.lib.search.SearchOperator condition, Category[] searchedValues)
           
 com.jbbres.lib.search.SearchOperator[] operators()
           
 
Methods inherited from class com.jbbres.lib.search.SearchField
getDescription, setDescription, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IS

public static final com.jbbres.lib.search.SearchOperator IS
The search operation "is".

Constructor Detail

Category.SearchField

public Category.SearchField(java.lang.String fieldName)
Create the search field.

Parameters:
fieldName - - name of the field
Method Detail

allowsNegation

public boolean allowsNegation()
Specified by:
allowsNegation in class com.jbbres.lib.search.SearchField<Category[]>

operators

public com.jbbres.lib.search.SearchOperator[] operators()
Specified by:
operators in class com.jbbres.lib.search.SearchField<Category[]>

match

public boolean match(Category[] categories,
                     com.jbbres.lib.search.SearchOperator condition,
                     Category[] searchedValues)
Specified by:
match in class com.jbbres.lib.search.SearchField<Category[]>

getEditor

public com.jbbres.lib.search.editors.AbstractSearchEditor<Category[]> getEditor()
Specified by:
getEditor in class com.jbbres.lib.search.SearchField<Category[]>


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.