public class OrderList
extends javax.faces.component.UIInput
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.orderlist.OrderListBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
CAPTION_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
CONTROLS_CLASS |
static String |
DEFAULT_RENDERER |
static String |
ITEM_CLASS |
static String |
LIST_CLASS |
static String |
MOVE_BOTTOM_BUTTON_CLASS |
static String |
MOVE_BOTTOM_BUTTON_ICON_CLASS |
static String |
MOVE_DOWN_BUTTON_CLASS |
static String |
MOVE_DOWN_BUTTON_ICON_CLASS |
static String |
MOVE_TOP_BUTTON_CLASS |
static String |
MOVE_TOP_BUTTON_ICON_CLASS |
static String |
MOVE_UP_BUTTON_CLASS |
static String |
MOVE_UP_BUTTON_ICON_CLASS |
Constructor and Description |
---|
OrderList() |
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, validateValue
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 CONTROLS_CLASS
public static final String CAPTION_CLASS
public static final String ITEM_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 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
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void validate(javax.faces.context.FacesContext context)
validate
in class javax.faces.component.UIInput
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 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 String getControlsLocation()
public void setControlsLocation(String controlsLocation)
public boolean isResponsive()
public void setResponsive(boolean responsive)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.