public abstract class AbstractOrderingComponent extends AbstractSelectManyComponent
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID
Constructor and Description |
---|
AbstractOrderingComponent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
compareValues(Object previous,
Object value) |
abstract String |
getCaption()
The text placed above the list of items
|
abstract String |
getDownBottomText()
The text to display in the move-to-bottom button
|
abstract String |
getDownText()
The text to display in the move-down button
|
abstract String |
getUpText()
The text to display in the move-up button
|
abstract String |
getUpTopText()
The text to display in the move-to-top button
|
abstract boolean |
isShowButton() |
columns, validateValue
getFamily, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression
addValidator, addValueChangeListener, clearInitialState, 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, validate
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOnkeydown, getOnkeypress, getOnkeyup
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
isDisabled
getActiveClass, getChangedClass, getCollectionType, getColumnClasses, getDefaultLabel, getHeaderClass, getListClass, getMaxListHeight, getMinListHeight, getOnblur, getOnchange, getOnfocus, getVar
getDisabledClass, getItemClass, getListHeight, getListWidth, getSelectItemClass
getStyle
getStyleClass
public abstract String getCaption()
public abstract boolean isShowButton()
public abstract String getUpTopText()
public abstract String getUpText()
public abstract String getDownText()
public abstract String getDownBottomText()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.