public class CommandSortHeader extends HtmlCommandLink
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
DEFAULT_RENDERER_TYPE |
RENDERER_TYPE| Constructor and Description |
|---|
CommandSortHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
HtmlDataTable |
findParentDataTable()
Return the instance of the
parentDataTable of this
component. |
java.lang.String |
getColumnName()
Return the value of the
columnName property. |
java.lang.String |
getFamily()
Return the value of the
COMPONENT_FAMILY of this
component. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
boolean |
isArrow()
Deprecated.
It no longer has any effect in 1.7. To alter
the appearance of the arrow images, the following style classes need
to be customized: iceCmdSrtHdrAsc, iceCmdSrtHdrDesc
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setArrow(boolean arrow)
Deprecated.
It no longer has any effect in 1.7. To alter
the appearance of the arrow images, the following style classes need
to be customized: iceCmdSrtHdrAsc, iceCmdSrtHdrDesc
|
void |
setColumnName(java.lang.String columnName)
Set the value of the
columnName property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
getCurrentStyle, getEffect, getEnabledOnUserRole, getOnclickeffect, getOndblclickeffect, getOnkeydowneffect, getOnkeypresseffect, getOnkeyupeffect, getOnmousedowneffect, getOnmousemoveeffect, getOnmouseouteffect, getOnmouseovereffect, getOnmouseupeffect, getPanelConfirmation, getPartialSubmit, getRenderedOnUserRole, getVisible, isDisabled, isFocus, isRendered, isVisible, requestFocus, setCurrentStyle, setDisabled, setEffect, setEnabledOnUserRole, setFocus, setOnclickeffect, setOndblclickeffect, setOnkeydowneffect, setOnkeypresseffect, setOnkeyupeffect, setOnmousedowneffect, setOnmousemoveeffect, setOnmouseouteffect, setOnmouseovereffect, setOnmouseupeffect, setPanelConfirmation, setPartialSubmit, setRenderedOnUserRole, setValueBinding, setVisiblegetAccesskey, getCharset, getCoords, getDefaultEventName, getDir, getEventNames, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getShape, getStyle, getTabindex, getTarget, getTitle, getType, setAccesskey, setCharset, setCoords, setDir, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setShape, setStyle, setTabindex, setTarget, setTitle, setTypeaddActionListener, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String DEFAULT_RENDERER_TYPE
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UICommandjavax.faces.event.AbortProcessingExceptionpublic HtmlDataTable findParentDataTable()
Return the instance of the parentDataTable of this
component.
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class HtmlCommandLinkpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class HtmlCommandLinkpublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
setStyleClass in class HtmlCommandLinkpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class HtmlCommandLinkpublic java.lang.String getFamily()
Return the value of the COMPONENT_FAMILY of this
component.
getFamily in class javax.faces.component.UICommandpublic void setColumnName(java.lang.String columnName)
Set the value of the columnName property.
public java.lang.String getColumnName()
Return the value of the columnName property.
public void setArrow(boolean arrow)
Set the value of the arrow property.
public boolean isArrow()
Return the value of the arrow property.
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.