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
|
String |
getOrderButtonsText()
Format the ordering buttons' text attributes as a JSON object
|
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, 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, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, 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, 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
getCollectionType, getColumnClasses, getListHeight, getMaxListHeight, getMinListHeight, getOnblur, getOnchange, getOnfocus, getVar
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()
public String getOrderButtonsText()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.