| |
|
| com.icesoft.faces.component.ext.HtmlCommandLink com.icesoft.faces.component.commandsortheader.CommandSortHeader
CommandSortHeader | public class CommandSortHeader extends HtmlCommandLink (Code) | | This component is an extension of com.icesoft.faces.component.ext.HtmlCommandLink,
works in conjunction with dataTable.
|
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
DEFAULT_RENDERER_TYPE | final public static String DEFAULT_RENDERER_TYPE(Code) | | |
CommandSortHeader | public CommandSortHeader()(Code) | | |
broadcast | public void broadcast(FacesEvent event) throws AbortProcessingException(Code) | | |
findParentDataTable | public HtmlDataTable findParentDataTable()(Code) | | Return the instance of the parentDataTable of this
component.
|
getColumnName | public String getColumnName()(Code) | | Return the value of the columnName property.
|
getFamily | public String getFamily()(Code) | | Return the value of the COMPONENT_FAMILY of this
component.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
isArrow | public boolean isArrow()(Code) | | Return the value of the arrow property.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setArrow | public void setArrow(boolean arrow)(Code) | | Set the value of the arrow property.
|
setColumnName | public void setColumnName(String columnName)(Code) | | Set the value of the columnName property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|
|