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