public class PickList
extends javax.faces.component.UIInput
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.picklist.PickListBase.PropertyKeys |
Constructor and Description |
---|
PickList() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDisabled(javax.faces.context.FacesContext facesContext,
String label,
List<?> newEntries,
List<?> oldEntries)
Prohibits client-side manipulation of disabled entries, when CSS style-class ui-state-disabled is removed.
|
String |
getAddAllLabel() |
String |
getAddLabel() |
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getEffect() |
String |
getEffectSpeed() |
Collection<String> |
getEventNames() |
String |
getFamily() |
int |
getFilterDelay() |
String |
getFilterEvent() |
String |
getFilterFunction() |
String |
getFilterMatchMode() |
String |
getItemLabel() |
Object |
getItemValue() |
String |
getLabel() |
String |
getLabelDisplay() |
String |
getMoveBottomLabel() |
String |
getMoveDownLabel() |
String |
getMoveTopLabel() |
String |
getMoveUpLabel() |
String |
getOnTransfer() |
String |
getOrientation() |
String |
getRemoveAllLabel() |
String |
getRemoveLabel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isDisabled() |
boolean |
isEscape() |
boolean |
isItemDisabled() |
boolean |
isResponsive() |
boolean |
isShowCheckbox() |
boolean |
isShowSourceControls() |
boolean |
isShowSourceFilter() |
boolean |
isShowTargetControls() |
boolean |
isShowTargetFilter() |
void |
populateModel(javax.faces.context.FacesContext context,
String[] values,
List model) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setAddAllLabel(String addAllLabel) |
void |
setAddLabel(String addLabel) |
void |
setDisabled(boolean disabled) |
void |
setEffect(String effect) |
void |
setEffectSpeed(String effectSpeed) |
void |
setEscape(boolean escape) |
void |
setFilterDelay(int filterDelay) |
void |
setFilterEvent(String filterEvent) |
void |
setFilterFunction(String filterFunction) |
void |
setFilterMatchMode(String filterMatchMode) |
void |
setItemDisabled(boolean itemDisabled) |
void |
setItemLabel(String itemLabel) |
void |
setItemValue(Object itemValue) |
void |
setLabel(String label) |
void |
setLabelDisplay(String labelDisplay) |
void |
setMoveBottomLabel(String moveBottomLabel) |
void |
setMoveDownLabel(String moveDownLabel) |
void |
setMoveTopLabel(String moveTopLabel) |
void |
setMoveUpLabel(String moveUpLabel) |
void |
setOnTransfer(String onTransfer) |
void |
setOrientation(String orientation) |
void |
setRemoveAllLabel(String removeAllLabel) |
void |
setRemoveLabel(String removeLabel) |
void |
setResponsive(boolean responsive) |
void |
setShowCheckbox(boolean showCheckbox) |
void |
setShowSourceControls(boolean showSourceControls) |
void |
setShowSourceFilter(boolean showSourceFilter) |
void |
setShowTargetControls(boolean showTargetControls) |
void |
setShowTargetFilter(boolean showTargetFilter) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setVar(String var) |
void |
setWidgetVar(String widgetVar) |
void |
validate(javax.faces.context.FacesContext context) |
protected void |
validateValue(javax.faces.context.FacesContext facesContext,
Object newValue) |
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
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, 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 CONTAINER_CLASS
public static final String LIST_CLASS
public static final String LIST_WRAPPER_CLASS
public static final String SOURCE_CLASS
public static final String TARGET_CLASS
public static final String BUTTONS_CLASS
public static final String BUTTONS_CELL_CLASS
public static final String SOURCE_CONTROLS
public static final String TARGET_CONTROLS
public static final String ITEM_CLASS
public static final String ITEM_DISABLED_CLASS
public static final String CAPTION_CLASS
public static final String ADD_BUTTON_CLASS
public static final String ADD_ALL_BUTTON_CLASS
public static final String REMOVE_BUTTON_CLASS
public static final String REMOVE_ALL_BUTTON_CLASS
public static final String ADD_BUTTON_ICON_CLASS
public static final String ADD_ALL_BUTTON_ICON_CLASS
public static final String REMOVE_BUTTON_ICON_CLASS
public static final String REMOVE_ALL_BUTTON_ICON_CLASS
public static final String VERTICAL_ADD_BUTTON_ICON_CLASS
public static final String VERTICAL_ADD_ALL_BUTTON_ICON_CLASS
public static final String VERTICAL_REMOVE_BUTTON_ICON_CLASS
public static final String VERTICAL_REMOVE_ALL_BUTTON_ICON_CLASS
public static final String MOVE_UP_BUTTON_CLASS
public static final String MOVE_DOWN_BUTTON_CLASS
public static final String MOVE_TOP_BUTTON_CLASS
public static final String MOVE_BOTTOM_BUTTON_CLASS
public static final String MOVE_UP_BUTTON_ICON_CLASS
public static final String MOVE_DOWN_BUTTON_ICON_CLASS
public static final String MOVE_TOP_BUTTON_ICON_CLASS
public static final String MOVE_BOTTOM_BUTTON_ICON_CLASS
public static final String FILTER_CLASS
public static final String FILTER_CONTAINER
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
protected void validateValue(javax.faces.context.FacesContext facesContext, Object newValue)
validateValue
in class javax.faces.component.UIInput
protected void checkDisabled(javax.faces.context.FacesContext facesContext, String label, List<?> newEntries, List<?> oldEntries)
newEntries
- new/set entries of model source/target listoldEntries
- old/former entries of model source/target listpublic void validate(javax.faces.context.FacesContext context)
validate
in class javax.faces.component.UIInput
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void populateModel(javax.faces.context.FacesContext context, String[] values, List model)
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getVar()
public void setVar(String var)
public String getItemLabel()
public void setItemLabel(String itemLabel)
public Object getItemValue()
public void setItemValue(Object itemValue)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getEffect()
public void setEffect(String effect)
public String getEffectSpeed()
public void setEffectSpeed(String effectSpeed)
public String getAddLabel()
public void setAddLabel(String addLabel)
public String getAddAllLabel()
public void setAddAllLabel(String addAllLabel)
public String getRemoveLabel()
public void setRemoveLabel(String removeLabel)
public String getRemoveAllLabel()
public void setRemoveAllLabel(String removeAllLabel)
public String getMoveUpLabel()
public void setMoveUpLabel(String moveUpLabel)
public String getMoveTopLabel()
public void setMoveTopLabel(String moveTopLabel)
public String getMoveDownLabel()
public void setMoveDownLabel(String moveDownLabel)
public String getMoveBottomLabel()
public void setMoveBottomLabel(String moveBottomLabel)
public boolean isShowSourceControls()
public void setShowSourceControls(boolean showSourceControls)
public boolean isShowTargetControls()
public void setShowTargetControls(boolean showTargetControls)
public String getOnTransfer()
public void setOnTransfer(String onTransfer)
public String getLabel()
public void setLabel(String label)
public boolean isItemDisabled()
public void setItemDisabled(boolean itemDisabled)
public boolean isShowSourceFilter()
public void setShowSourceFilter(boolean showSourceFilter)
public boolean isShowTargetFilter()
public void setShowTargetFilter(boolean showTargetFilter)
public String getFilterMatchMode()
public void setFilterMatchMode(String filterMatchMode)
public String getFilterFunction()
public void setFilterFunction(String filterFunction)
public boolean isShowCheckbox()
public void setShowCheckbox(boolean showCheckbox)
public String getLabelDisplay()
public void setLabelDisplay(String labelDisplay)
public String getOrientation()
public void setOrientation(String orientation)
public boolean isResponsive()
public void setResponsive(boolean responsive)
public String getTabindex()
public void setTabindex(String tabindex)
public String getFilterEvent()
public void setFilterEvent(String filterEvent)
public int getFilterDelay()
public void setFilterDelay(int filterDelay)
public boolean isEscape()
public void setEscape(boolean escape)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.