public class ControlRenderInfo extends Object
Modifier and Type | Field and Description |
---|---|
Character |
AUTO_CONTROL_ID |
String |
CONTROL_TAG |
String |
INPUT_WRAPPER_TAG |
String |
LABEL_WRAPPER_TAG |
static String |
PLACEHOLDER_ATTRIBUTE |
Constructor and Description |
---|
ControlRenderInfo(String controlTag,
String labelTag,
String inputTag,
Character autoControlId) |
Modifier and Type | Method and Description |
---|---|
static ControlRenderInfo |
getDefault() |
static boolean |
isRenderExtraWrapperStyles() |
static boolean |
isRenderPlaceholder(javax.faces.component.UIComponent component) |
static boolean |
isRenderPlaceholderDefault() |
void |
renderPlaceholder(javax.faces.context.FacesContext context,
ControlTag controlTag) |
static void |
setDefault(ControlRenderInfo renderInfo) |
static void |
setRenderExtraWrapperStyles(boolean renderExtraWrapperStyles) |
static void |
setRenderPlaceholderDefault(boolean renderPlaceholderDefault) |
void |
writeInputWrapperAttributes(javax.faces.context.ResponseWriter writer,
TagEncodingHelper helper) |
void |
writeLabelWrapperAttributes(javax.faces.context.ResponseWriter writer,
TagEncodingHelper helper) |
public static final String PLACEHOLDER_ATTRIBUTE
public final String CONTROL_TAG
public final String LABEL_WRAPPER_TAG
public final String INPUT_WRAPPER_TAG
public final Character AUTO_CONTROL_ID
public static ControlRenderInfo getDefault()
public static void setDefault(ControlRenderInfo renderInfo)
public static boolean isRenderExtraWrapperStyles()
public static void setRenderExtraWrapperStyles(boolean renderExtraWrapperStyles)
public static boolean isRenderPlaceholderDefault()
public static void setRenderPlaceholderDefault(boolean renderPlaceholderDefault)
public static boolean isRenderPlaceholder(javax.faces.component.UIComponent component)
public void writeLabelWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) throws IOException
IOException
public void writeInputWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) throws IOException
IOException
public void renderPlaceholder(javax.faces.context.FacesContext context, ControlTag controlTag) throws IOException
IOException
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.