JIDE 3.5.15

com.jidesoft.filter
Interface FilterFactoryWithEditProperty

All Superinterfaces:
FilterFactory

public interface FilterFactoryWithEditProperty
extends FilterFactory

An extended interface to provide editable properties for ValueEditor.

Since:
3.3.6

Method Summary
 boolean[] getEditableProperties()
          Gets the expected editable properties in order to create the ValueEditor.
 
Methods inherited from interface com.jidesoft.filter.FilterFactory
createFilter, getConditionString, getExpectedDataTypes, getName
 

Method Detail

getEditableProperties

boolean[] getEditableProperties()
Gets the expected editable properties in order to create the ValueEditor. For example, for EqualFilter for int, it will return { true }. For EqualFilter for Object.class, it will return { false } as the customer normally does not type in new values.

Returns:
the expected data types in order to create the filter.

JIDE 3.5.15