public class SelectManyMenu
extends javax.faces.component.html.HtmlSelectManyMenu
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.selectmanymenu.SelectManyMenuBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
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 |
|---|
SelectManyMenu() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getFilterFunction() |
String |
getFilterMatchMode() |
String |
getInputClientId() |
String |
getLabelledBy() |
int |
getScrollHeight() |
String |
getValidatableInputClientId() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isCaseSensitive() |
boolean |
isFilter() |
boolean |
isShowCheckbox() |
String |
resolveWidgetVar() |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setFilter(boolean filter) |
void |
setFilterFunction(String filterFunction) |
void |
setFilterMatchMode(String filterMatchMode) |
void |
setLabelledBy(String labelledBy) |
void |
setScrollHeight(int scrollHeight) |
void |
setShowCheckbox(boolean showCheckbox) |
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, 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, setStyle, setStyleClass, setTabindex, setTitlecompareValues, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression, validateValueaddValidator, addValueChangeListener, clearInitialState, 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, validategetConverter, getLocalValue, getValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransientencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
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 final String[] DOM_EVENTS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getInputClientId()
public String getValidatableInputClientId()
public String getLabelledBy()
public void setLabelledBy(String labelledBy)
public String getFamily()
getFamily in class javax.faces.component.UISelectManypublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getVar()
public void setVar(String var)
public boolean isShowCheckbox()
public void setShowCheckbox(boolean showCheckbox)
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 resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.