t
Tag commandSortHeader


Clickable sort column header. Must be nested inside an extended data_table tag. This tag is derived from the standard command_link tag and has the additional attributes columnName and arrow. Note: In contrary to normal command links the default for the "immediate" attribute is "true".


Tag Information
Tag Classorg.apache.myfaces.custom.sortheader.HtmlCommandSortHeaderTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accesskeyfalsefalsejava.lang.StringNo Description
actionfalsefalsejava.lang.StringMethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
actionListenerfalsefalsejava.lang.StringMethodBinding pointing at method acception an ActionEvent with return type void.
arrowfalsefalsejava.lang.String Indicates whether an arrow, that shows the sort direction should be rendered. Default: false
bindingfalsefalsejava.lang.StringComponent binding.
charsetfalsefalsejava.lang.StringNo Description
columnNametruefalsejava.lang.String The name of this column. This name must uniquely identify this column among all other (sortable) columns in the same data_table. The sortColumn attribute of the embedding data_table reflects the current sort column (see extended data_table).
coordsfalsefalsejava.lang.StringNo Description
dirfalsefalsejava.lang.StringNo Description
enabledOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
hreflangfalsefalsejava.lang.StringNo Description
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
immediatefalsefalsejava.lang.StringTrue means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
langfalsefalsejava.lang.StringNo Description
onblurfalsefalsejava.lang.StringNo Description
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onfocusfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
relfalsefalsejava.lang.StringNo Description
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
revfalsefalsejava.lang.StringNo Description
shapefalsefalsejava.lang.StringNo Description
stylefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute.
tabindexfalsefalsejava.lang.StringNo Description
targetfalsefalsejava.lang.StringNo Description
titlefalsefalsejava.lang.StringNo Description
typefalsefalsejava.lang.StringNo Description
valuefalsefalsejava.lang.StringInitial value to set when rendered for the first time.
visibleOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.