public class SelectOneMenu extends javax.faces.component.html.HtmlSelectOneMenu implements Widget, InputHolder
Modifier and Type | Class and Description |
---|---|
static class |
SelectOneMenu.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
FILTER_CLASS |
static String |
FILTER_CONTAINER_CLASS |
static String |
FILTER_ICON_CLASS |
static String |
ITEM_CLASS |
static String |
ITEM_GROUP_CLASS |
static String |
ITEMS_WRAPPER_CLASS |
static String |
LABEL_CLASS |
static String |
LIST_CLASS |
static String |
PANEL_CLASS |
static String |
ROW_CLASS |
static String |
STYLE_CLASS |
static String |
TABLE_CLASS |
static String |
TRIGGER_CLASS |
Constructor and Description |
---|
SelectOneMenu() |
getAccesskey, getDir, getDisabledClass, getEnabledClass, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, isDisabled, isReadonly, setAccesskey, setDir, setDisabled, setDisabledClass, setEnabledClass, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setTabindex
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, 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, validate
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public static final String LABEL_CLASS
public static final String TRIGGER_CLASS
public static final String PANEL_CLASS
public static final String ITEMS_WRAPPER_CLASS
public static final String LIST_CLASS
public static final String TABLE_CLASS
public static final String ITEM_GROUP_CLASS
public static final String ITEM_CLASS
public static final String ROW_CLASS
public static final String FILTER_CONTAINER_CLASS
public static final String FILTER_CLASS
public static final String FILTER_ICON_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UISelectOne
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getEffect()
public void setEffect(String _effect)
public String getEffectSpeed()
public void setEffectSpeed(String _effectSpeed)
public String getPanelStyle()
public void setPanelStyle(String _panelStyle)
public String getPanelStyleClass()
public void setPanelStyleClass(String _panelStyleClass)
public String getVar()
public void setVar(String _var)
public int getHeight()
public void setHeight(int _height)
public boolean isEditable()
public void setEditable(boolean _editable)
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 getMaxlength()
public void setMaxlength(int _maxlength)
public String getAppendTo()
public void setAppendTo(String _appendTo)
public String getTitle()
getTitle
in class javax.faces.component.html.HtmlSelectOneMenu
public void setTitle(String _title)
setTitle
in class javax.faces.component.html.HtmlSelectOneMenu
public boolean isSyncTooltip()
public void setSyncTooltip(boolean _syncTooltip)
public String getLabelTemplate()
public void setLabelTemplate(String _labelTemplate)
public String getPlaceholder()
public void setPlaceholder(String _placeholder)
public boolean isAutoWidth()
public void setAutoWidth(boolean _autoWidth)
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlSelectOneMenu
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.html.HtmlSelectOneMenu
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
protected void validateValue(javax.faces.context.FacesContext context, Object value)
validateValue
in class javax.faces.component.UISelectOne
public String getInputClientId()
getInputClientId
in interface InputHolder
public String getValidatableInputClientId()
getValidatableInputClientId
in interface InputHolder
public void setLabelledBy(String labelledBy)
setLabelledBy
in interface InputHolder
public String getLabelledBy()
getLabelledBy
in interface InputHolder
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.