public class SeparatorRendererBase
extends org.ajax4jsf.renderkit.HeaderResourcesRendererBase
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEIGHT |
static java.lang.String |
IMAGE_CLASS_BEVEL |
static java.lang.String |
IMAGE_CLASS_SIMPLE |
static java.lang.String |
LINE_TYPE_BEVEL |
static java.lang.String |
LINE_TYPE_DASHED |
static java.lang.String |
LINE_TYPE_DOTTED |
static java.lang.String |
LINE_TYPE_DOUBLE |
static java.lang.String |
LINE_TYPE_NONE |
static java.lang.String |
LINE_TYPE_SOLID |
static java.lang.String[] |
SUPPORTED_TYPES |
Constructor and Description |
---|
SeparatorRendererBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
backgroundImage(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected java.lang.Class |
getComponentClass() |
boolean |
getRendersChildren() |
java.lang.String |
getStyle(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected boolean |
isSupportedLineType(java.lang.String lineType) |
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles, getScripts, getStyles
public static final java.lang.String IMAGE_CLASS_BEVEL
public static final java.lang.String IMAGE_CLASS_SIMPLE
public static final int DEFAULT_HEIGHT
public static final java.lang.String LINE_TYPE_NONE
public static final java.lang.String LINE_TYPE_BEVEL
public static final java.lang.String LINE_TYPE_DOUBLE
public static final java.lang.String LINE_TYPE_DOTTED
public static final java.lang.String LINE_TYPE_DASHED
public static final java.lang.String LINE_TYPE_SOLID
public static final java.lang.String[] SUPPORTED_TYPES
protected java.lang.Class getComponentClass()
getComponentClass
in class org.ajax4jsf.renderkit.RendererBase
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected boolean isSupportedLineType(java.lang.String lineType)
public java.lang.String backgroundImage(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
public java.lang.String getStyle(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.