public class ControlRenderInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
CONTROL_TAG |
static ControlRenderInfo |
DEFAULT_CONTROL_RENDER_INFO |
String |
INPUT_WRAPPER_TAG |
String |
LABEL_WRAPPER_TAG |
boolean |
RENDER_AUTO_ID |
Constructor and Description |
---|
ControlRenderInfo(String controlTag,
String labelTag,
String inputTag,
boolean renderAutoId) |
public static final ControlRenderInfo DEFAULT_CONTROL_RENDER_INFO
public final String CONTROL_TAG
public final String LABEL_WRAPPER_TAG
public final String INPUT_WRAPPER_TAG
public final boolean RENDER_AUTO_ID
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.