public class InnerComponentWrapperPartRenderer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INPUT_GROUP_ADDON_LEFT |
static String |
INPUT_GROUP_ADDON_RIGHT |
static String |
INPUT_GROUP_BTN_LEFT |
static String |
INPUT_GROUP_BTN_RIGHT |
| Constructor and Description |
|---|
InnerComponentWrapperPartRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderInnerWrapperBegin(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
void |
renderInnerWrapperBegin(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
boolean readonly) |
void |
renderInnerWrapperEnd(javax.faces.context.ResponseWriter writer,
boolean readonly) |
void |
renderInnerWrapperEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
public static final String INPUT_GROUP_ADDON_LEFT
public static final String INPUT_GROUP_ADDON_RIGHT
public static final String INPUT_GROUP_BTN_LEFT
public static final String INPUT_GROUP_BTN_RIGHT
public void renderInnerWrapperBegin(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionpublic void renderInnerWrapperBegin(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
boolean readonly)
throws IOException
IOExceptionpublic void renderInnerWrapperEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionpublic void renderInnerWrapperEnd(javax.faces.context.ResponseWriter writer,
boolean readonly)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.