public class DragIndicatorRendererBase
extends org.richfaces.renderkit.TemplateEncoderRendererBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCEPT |
static java.lang.String |
ACCEPT_CLASS |
static java.lang.String |
DEFAULT |
protected static java.util.Collection |
FACETS_PREDEFINED |
protected static java.util.Collection |
MARKERS_PREDEFINED |
static java.lang.String |
MULTI |
static java.lang.String |
REJECT |
static java.lang.String |
REJECT_CLASS |
static java.lang.String |
SINGLE |
Constructor and Description |
---|
DragIndicatorRendererBase() |
Modifier and Type | Method and Description |
---|---|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildScripts(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeDnDParams(javax.faces.context.FacesContext context,
UIDragIndicator component) |
void |
encodeNamespace(javax.faces.context.FacesContext context,
UIDragIndicator component) |
protected java.lang.Class |
getComponentClass() |
protected java.lang.String |
getPredefinedMarker(javax.faces.context.FacesContext context,
java.lang.Object facetName) |
protected boolean |
notHasFacet(javax.faces.component.UIComponent component,
java.lang.Object facetName) |
createContentHandler, getRendersChildren, main, writeScriptBody, writeScriptBody
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles, getScripts, getStyles
public static final java.lang.String ACCEPT_CLASS
public static final java.lang.String REJECT_CLASS
public static final java.lang.String ACCEPT
public static final java.lang.String DEFAULT
public static final java.lang.String REJECT
protected static final java.util.Collection MARKERS_PREDEFINED
public static final java.lang.String SINGLE
public static final java.lang.String MULTI
protected static final java.util.Collection FACETS_PREDEFINED
protected java.lang.Class getComponentClass()
getComponentClass
in class org.ajax4jsf.renderkit.RendererBase
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class org.richfaces.renderkit.TemplateEncoderRendererBase
java.io.IOException
protected boolean notHasFacet(javax.faces.component.UIComponent component, java.lang.Object facetName)
protected java.lang.String getPredefinedMarker(javax.faces.context.FacesContext context, java.lang.Object facetName)
public void encodeChildScripts(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
public void encodeNamespace(javax.faces.context.FacesContext context, UIDragIndicator component) throws java.io.IOException
java.io.IOException
public void encodeDnDParams(javax.faces.context.FacesContext context, UIDragIndicator component) throws java.io.IOException
java.io.IOException
Copyright © 2015. All Rights Reserved.