Package org.apache.empire.jsf2.utils
Class ControlRenderInfo
java.lang.Object
org.apache.empire.jsf2.utils.ControlRenderInfo
- Direct Known Subclasses:
FormGridTag.FromGridRenderInfo
ControlRenderInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionControlRenderInfo(String controlTag, String labelTag, String inputTag, Character autoControlId) -
Method Summary
Modifier and TypeMethodDescriptionstatic ControlRenderInfostatic booleanstatic booleanisRenderPlaceholder(javax.faces.component.UIComponent component) static booleanvoidrenderPlaceholder(javax.faces.context.FacesContext context, ControlTag controlTag) static voidsetDefault(ControlRenderInfo renderInfo) static voidsetRenderExtraWrapperStyles(boolean renderExtraWrapperStyles) static voidsetRenderPlaceholderDefault(boolean renderPlaceholderDefault) voidwriteInputWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) voidwriteLabelWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper)
-
Field Details
-
PLACEHOLDER_ATTRIBUTE
- See Also:
-
CONTROL_TAG
-
LABEL_WRAPPER_TAG
-
INPUT_WRAPPER_TAG
-
AUTO_CONTROL_ID
-
-
Constructor Details
-
ControlRenderInfo
-
-
Method Details
-
getDefault
-
setDefault
-
isRenderExtraWrapperStyles
public static boolean isRenderExtraWrapperStyles() -
setRenderExtraWrapperStyles
public static void setRenderExtraWrapperStyles(boolean renderExtraWrapperStyles) -
isRenderPlaceholderDefault
public static boolean isRenderPlaceholderDefault() -
setRenderPlaceholderDefault
public static void setRenderPlaceholderDefault(boolean renderPlaceholderDefault) -
isRenderPlaceholder
public static boolean isRenderPlaceholder(javax.faces.component.UIComponent component) -
writeLabelWrapperAttributes
public void writeLabelWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) throws IOException - Throws:
IOException
-
writeInputWrapperAttributes
public void writeInputWrapperAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) throws IOException - Throws:
IOException
-
renderPlaceholder
public void renderPlaceholder(javax.faces.context.FacesContext context, ControlTag controlTag) throws IOException - Throws:
IOException
-