| org.sakaiproject.tool.gradebook.jsf.HtmlSortHeaderRenderer
HtmlSortHeaderRenderer | public class HtmlSortHeaderRenderer extends HtmlLinkRendererBase (Code) | | Based on org.apache.myfaces.custom.sortheader.HtmlSortHeaderRenderer.
Modified to better distinguish the current sort column and to use an image file
to indicate direction.
author: Josh Holtzman |
Method Summary | |
public void | encodeBegin(FacesContext facesContext, UIComponent component) | public void | encodeEnd(FacesContext facesContext, UIComponent component) |
CURRENT_SORT_STYLE | final public static String CURRENT_SORT_STYLE(Code) | | |
NOT_CURRENT_SORT_STYLE | final public static String NOT_CURRENT_SORT_STYLE(Code) | | |
encodeBegin | public void encodeBegin(FacesContext facesContext, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext facesContext, UIComponent component) throws IOException(Code) | | |
|
|