org.openfaces.component.filter
Class FilterPropertyBase

java.lang.Object
  extended by 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

Constructor Summary
FilterPropertyBase()
           
 
Method Summary
 javax.faces.convert.Converter getConverter()
           
 java.lang.Object getDataProvider()
           
 java.lang.Number getMaxValue()
           
 java.lang.Number getMinValue()
           
 java.lang.String getName()
           
 java.lang.String getPattern()
           
 PropertyLocator getPropertyLocator()
           
 java.lang.Number getStep()
           
 java.util.TimeZone getTimeZone()
           
abstract  java.lang.String getTitle()
           
abstract  FilterType getType()
           
 boolean isCaseSensitive()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPropertyBase

public FilterPropertyBase()
Method Detail

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.