Class ControlRenderInfo

java.lang.Object
org.apache.empire.jsf2.utils.ControlRenderInfo
Direct Known Subclasses:
FormGridTag.FromGridRenderInfo

public class ControlRenderInfo extends Object
ControlRenderInfo
  • Field Details

    • PLACEHOLDER_ATTRIBUTE

      public static final String PLACEHOLDER_ATTRIBUTE
      See Also:
    • CONTROL_TAG

      public final String CONTROL_TAG
    • LABEL_WRAPPER_TAG

      public final String LABEL_WRAPPER_TAG
    • INPUT_WRAPPER_TAG

      public final String INPUT_WRAPPER_TAG
    • AUTO_CONTROL_ID

      public final Character AUTO_CONTROL_ID
  • Constructor Details

  • Method Details

    • getDefault

      public static ControlRenderInfo getDefault()
    • setDefault

      public static void setDefault(ControlRenderInfo renderInfo)
    • 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