public class SelectOneListbox extends javax.faces.component.html.HtmlSelectOneListbox implements Widget, InputHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SelectOneListbox.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String[] |
DOM_EVENTS |
static String |
FILTER_CLASS |
static String |
FILTER_CONTAINER_CLASS |
static String |
FILTER_ICON_CLASS |
static String |
ITEM_CLASS |
static String |
LIST_CLASS |
static String |
LIST_CONTAINER_CLASS |
| Constructor and Description |
|---|
SelectOneListbox() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getFilterFunction() |
String |
getFilterMatchMode() |
String |
getInputClientId() |
int |
getScrollHeight() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isCaseSensitive() |
boolean |
isFilter() |
String |
resolveWidgetVar() |
void |
setCaseSensitive(boolean _caseSensitive) |
void |
setFilter(boolean _filter) |
void |
setFilterFunction(String _filterFunction) |
void |
setFilterMatchMode(String _filterMatchMode) |
void |
setScrollHeight(int _scrollHeight) |
void |
setVar(String _var) |
void |
setWidgetVar(String _widgetVar) |
getAccesskey, getDefaultEventName, getDir, getDisabledClass, getEnabledClass, getEventNames, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setDir, setDisabled, setDisabledClass, setEnabledClass, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setSize, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validategetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String CONTAINER_CLASS
public static final String LIST_CONTAINER_CLASS
public static final String LIST_CLASS
public static final String ITEM_CLASS
public static final String FILTER_CONTAINER_CLASS
public static final String FILTER_CLASS
public static final String FILTER_ICON_CLASS
public static String[] DOM_EVENTS
public String getFamily()
getFamily in class javax.faces.component.UISelectOnepublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getVar()
public void setVar(String _var)
public boolean isFilter()
public void setFilter(boolean _filter)
public String getFilterMatchMode()
public void setFilterMatchMode(String _filterMatchMode)
public String getFilterFunction()
public void setFilterFunction(String _filterFunction)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean _caseSensitive)
public int getScrollHeight()
public void setScrollHeight(int _scrollHeight)
public String getInputClientId()
getInputClientId in interface InputHolderpublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2014. All rights reserved.