public enum HtmlControlType extends java.lang.Enum<HtmlControlType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCardinality() |
static HtmlControlType |
getCtForList(HtmlControlType ct) |
java.lang.String |
getHtmlLabel() |
java.lang.String |
getLabel() |
static HtmlControlType |
getType(java.lang.String cType) |
boolean |
isAjax() |
void |
setAjax(boolean ajax) |
void |
setHtmlLabel(java.lang.String htmlLabel) |
void |
setLabel(java.lang.String label) |
java.lang.String |
toString() |
static HtmlControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlControlType khcNone
public static final HtmlControlType khcText
public static final HtmlControlType khcPassWord
public static final HtmlControlType khcCheckBox
public static final HtmlControlType khcRadio
public static final HtmlControlType khcFile
public static final HtmlControlType khcCmb
public static final HtmlControlType khcDataList
public static final HtmlControlType khcList
public static final HtmlControlType khcHidden
public static final HtmlControlType khcTextarea
public static final HtmlControlType khcLabel
public static final HtmlControlType khcReadOnlyText
public static final HtmlControlType khcReadOnlyList
public static final HtmlControlType khcFieldSet
public static final HtmlControlType khcButton
public static final HtmlControlType khcSubmit
public static final HtmlControlType khcEmail
public static final HtmlControlType khcUrl
public static final HtmlControlType khcTel
public static final HtmlControlType khcDateTime
public static final HtmlControlType khcDateTimeCmb
public static final HtmlControlType khcDate
public static final HtmlControlType khcDateCmb
public static final HtmlControlType khcMonth
public static final HtmlControlType khcWeek
public static final HtmlControlType khcTime
public static final HtmlControlType khcTimeCmb
public static final HtmlControlType khcDateTimeLocal
public static final HtmlControlType khcNumber
public static final HtmlControlType khcRange
public static final HtmlControlType khcColor
public static final HtmlControlType khcSearch
public static final HtmlControlType khcPageList
public static final HtmlControlType khcCheckedList
public static final HtmlControlType khcRadioList
public static final HtmlControlType khcCheckedDataList
public static final HtmlControlType khcRadioDataList
public static final HtmlControlType khcCheckedAjaxList
public static final HtmlControlType khcRadioAjaxList
public static final HtmlControlType khcListForm
public static final HtmlControlType khcListFormMany
public static final HtmlControlType khcAjaxList
public static final HtmlControlType khcCustom
public static HtmlControlType[] values()
for (HtmlControlType c : HtmlControlType.values()) System.out.println(c);
public static HtmlControlType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String toString()
toString
in class java.lang.Enum<HtmlControlType>
public static HtmlControlType getType(java.lang.String cType)
public java.lang.String getHtmlLabel()
public void setHtmlLabel(java.lang.String htmlLabel)
public java.lang.String getCardinality()
public static HtmlControlType getCtForList(HtmlControlType ct)
public boolean isAjax()
public void setAjax(boolean ajax)