org.openfaces.component.filter
Class ComboBoxFilter
java.lang.Object
UIComponentBase
org.openfaces.component.OUIComponentBase
org.openfaces.component.filter.Filter
org.openfaces.component.filter.ExpressionFilter
org.openfaces.component.filter.ComboBoxFilter
- All Implemented Interfaces:
- CompoundComponent, OUIComponent
public class ComboBoxFilter
- extends ExpressionFilter
Methods inherited from class org.openfaces.component.filter.ExpressionFilter |
calculateAllCriterionNames, changeCriterion, createSubComponents, getAllRecordsText, getAutoFilterDelay, getConverter, getEmptyRecordsText, getExpression, getLocalValue, getNonEmptyRecordsText, getOptionsExpression, getPredefinedCriterionClass, getPredefinedCriterionStyle, getPromptText, getPromptTextClass, getPromptTextStyle, getValue, getWantsRowList, isCaseSensitive, processUpdates, setAllRecordsText, setAutoFilterDelay, setCaseSensitive, setConverter, setEmptyRecordsText, setExpression, setNonEmptyRecordsText, setOptionsExpression, setPredefinedCriterionClass, setPredefinedCriterionStyle, setPromptText, setPromptTextClass, setPromptTextStyle, setValue, updateValueFromBinding |
Methods inherited from class org.openfaces.component.OUIComponentBase |
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
ComboBoxFilter
public ComboBoxFilter()
getFamily
public java.lang.String getFamily()
getDir
public java.lang.String getDir()
setDir
public void setDir(java.lang.String dir)
getLang
public java.lang.String getLang()
setLang
public void setLang(java.lang.String lang)
saveState
public java.lang.Object saveState(FacesContext context)
- Overrides:
saveState
in class ExpressionFilter
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
- Overrides:
restoreState
in class ExpressionFilter
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.