public enum TabDetailsRenderType extends Enum<TabDetailsRenderType>
Java class for tab.details.renderType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tab.details.renderType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="textBoxType"/>
<enumeration value="textAreaType"/>
<enumeration value="dateBoxType"/>
<enumeration value="comboBoxType"/>
<enumeration value="checkBoxType"/>
<enumeration value="containerType"/>
<enumeration value="labelType"/>
<enumeration value="requestQuestionsContainerType"/>
<enumeration value="emptyTextBoxType"/>
<enumeration value="rolesType"/>
<enumeration value="timeType"/>
<enumeration value="voteType"/>
<enumeration value="agendaQuestionType"/>
<enumeration value="agendaType"/>
<enumeration value="decisionsType"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGENDA_QUESTION_TYPE |
AGENDA_TYPE |
CHECK_BOX_TYPE |
COMBO_BOX_TYPE |
CONTAINER_TYPE |
DATE_BOX_TYPE |
DECISIONS_TYPE |
EMPTY_TEXT_BOX_TYPE |
LABEL_TYPE |
REQUEST_QUESTIONS_CONTAINER_TYPE |
ROLES_TYPE |
TEXT_AREA_TYPE |
TEXT_BOX_TYPE |
TIME_TYPE |
VOTE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static TabDetailsRenderType |
fromValue(String v) |
String |
value() |
static TabDetailsRenderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabDetailsRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabDetailsRenderType TEXT_BOX_TYPE
public static final TabDetailsRenderType TEXT_AREA_TYPE
public static final TabDetailsRenderType DATE_BOX_TYPE
public static final TabDetailsRenderType COMBO_BOX_TYPE
public static final TabDetailsRenderType CHECK_BOX_TYPE
public static final TabDetailsRenderType CONTAINER_TYPE
public static final TabDetailsRenderType LABEL_TYPE
public static final TabDetailsRenderType REQUEST_QUESTIONS_CONTAINER_TYPE
public static final TabDetailsRenderType EMPTY_TEXT_BOX_TYPE
public static final TabDetailsRenderType ROLES_TYPE
public static final TabDetailsRenderType TIME_TYPE
public static final TabDetailsRenderType VOTE_TYPE
public static final TabDetailsRenderType AGENDA_QUESTION_TYPE
public static final TabDetailsRenderType AGENDA_TYPE
public static final TabDetailsRenderType DECISIONS_TYPE
public static TabDetailsRenderType[] values()
for (TabDetailsRenderType c : TabDetailsRenderType.values()) System.out.println(c);
public static TabDetailsRenderType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String value()
public static TabDetailsRenderType fromValue(String v)
Copyright © 2012–2014 RedSoft. All rights reserved.