org.openfaces.component.filter
Class FilterPropertyBase
java.lang.Object
org.openfaces.component.filter.FilterPropertyBase
- All Implemented Interfaces:
- java.io.Serializable, FilterProperty
public abstract class FilterPropertyBase
- extends java.lang.Object
- implements FilterProperty
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterPropertyBase
public FilterPropertyBase()
getTitle
public abstract java.lang.String getTitle()
- Specified by:
getTitle in interface FilterProperty
getType
public abstract FilterType getType()
- Specified by:
getType in interface FilterProperty
getName
public java.lang.String getName()
- Specified by:
getName in interface FilterProperty
getDataProvider
public java.lang.Object getDataProvider()
- Specified by:
getDataProvider in interface FilterProperty
getConverter
public javax.faces.convert.Converter getConverter()
- Specified by:
getConverter in interface FilterProperty
getMaxValue
public java.lang.Number getMaxValue()
- Specified by:
getMaxValue in interface FilterProperty
getMinValue
public java.lang.Number getMinValue()
- Specified by:
getMinValue in interface FilterProperty
getStep
public java.lang.Number getStep()
- Specified by:
getStep in interface FilterProperty
getPattern
public java.lang.String getPattern()
- Specified by:
getPattern in interface FilterProperty
getTimeZone
public java.util.TimeZone getTimeZone()
- Specified by:
getTimeZone in interface FilterProperty
isCaseSensitive
public boolean isCaseSensitive()
- Specified by:
isCaseSensitive in interface FilterProperty
getPropertyLocator
public PropertyLocator getPropertyLocator()
- Specified by:
getPropertyLocator in interface FilterProperty
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.