public static enum PropertyMap.DisplayControl extends Enum<PropertyMap.DisplayControl> implements PropertyMap.EnumValue
Enum Constant and Description |
---|
BOUND_OBJECT_FRAME |
CHECK_BOX |
COMBO_BOX |
COMMAND_BUTTON |
CUSTOM_CONTROL |
EMPTY_CELL |
IMAGE |
LABEL |
LINE |
LIST_BOX |
NAVIGATION_BUTTON |
NAVIGATION_CONTROL |
OBJECT_FRAME |
OPTION_BUTTON |
OPTION_GROUP |
PAGE |
PAGE_BREAK |
RECTANGLE |
SUB_FORM |
TAB_CTL |
TEXT_BOX |
TOGGLE_BUTTON |
WEB_BROWSER |
Modifier and Type | Method and Description |
---|---|
Short |
getValue() |
String |
toString() |
static PropertyMap.DisplayControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMap.DisplayControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyMap.DisplayControl BOUND_OBJECT_FRAME
public static final PropertyMap.DisplayControl CHECK_BOX
public static final PropertyMap.DisplayControl COMBO_BOX
public static final PropertyMap.DisplayControl COMMAND_BUTTON
public static final PropertyMap.DisplayControl CUSTOM_CONTROL
public static final PropertyMap.DisplayControl EMPTY_CELL
public static final PropertyMap.DisplayControl IMAGE
public static final PropertyMap.DisplayControl LABEL
public static final PropertyMap.DisplayControl LINE
public static final PropertyMap.DisplayControl LIST_BOX
public static final PropertyMap.DisplayControl NAVIGATION_BUTTON
public static final PropertyMap.DisplayControl NAVIGATION_CONTROL
public static final PropertyMap.DisplayControl OBJECT_FRAME
public static final PropertyMap.DisplayControl OPTION_BUTTON
public static final PropertyMap.DisplayControl OPTION_GROUP
public static final PropertyMap.DisplayControl PAGE
public static final PropertyMap.DisplayControl PAGE_BREAK
public static final PropertyMap.DisplayControl RECTANGLE
public static final PropertyMap.DisplayControl SUB_FORM
public static final PropertyMap.DisplayControl TAB_CTL
public static final PropertyMap.DisplayControl TEXT_BOX
public static final PropertyMap.DisplayControl TOGGLE_BUTTON
public static final PropertyMap.DisplayControl WEB_BROWSER
public static PropertyMap.DisplayControl[] values()
for (PropertyMap.DisplayControl c : PropertyMap.DisplayControl.values()) System.out.println(c);
public static PropertyMap.DisplayControl 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 Short getValue()
getValue
in interface PropertyMap.EnumValue
public String toString()
toString
in class Enum<PropertyMap.DisplayControl>
Copyright © 2005–2024 OpenHMS. All rights reserved.