public static enum CDExtField.Flag2 extends Enum<CDExtField.Flag2> implements INumberEnum<Integer>
Enum Constant and Description |
---|
ALLOWTABBINGOUT
TRUE if tab will exit field (used for richtext only)
|
CONTROL
TRUE if field is a control
|
CONTROLDYNAMIC
TRUE if field is a dynamic control
|
HIDEDELIMITERS
TRUE if hiding delimeters
|
HTML_IN_FIELDDEF
TRUE means we have a CD_EXTHTML field
|
KW_CHOICE_RECALC
TRUE to recalc the value choices.
|
KW_RTL_READING_ORDER |
LITERALIZE
TRUE if this is a formula field which should have item substitution based
on items on the form.
|
PASSWORD
TRUE if field is a password field
|
PROPORTIONALHEIGHT
TRUE if field has proportional height
|
PROPORTIONALWIDTH
TRUE if field has proportional width
|
RUNEXITINGONCHANGE
TRUE if should run exiting event when value changes.
|
SHOWIMSTATUS
TRUE if a names type field displays im online status
|
TIMEZONE
TRUE if this is a time zone field
|
USEAPPLETINBROWSER
TRUE if an applet should be used for a browser (richtext only)
|
USEJSCTLINBROWSER
TRUE if we should use a JS Control in the browser
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDExtField.Flag2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDExtField.Flag2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDExtField.Flag2 KW_CHOICE_RECALC
public static final CDExtField.Flag2 HTML_IN_FIELDDEF
public static final CDExtField.Flag2 HIDEDELIMITERS
public static final CDExtField.Flag2 KW_RTL_READING_ORDER
public static final CDExtField.Flag2 ALLOWTABBINGOUT
public static final CDExtField.Flag2 PASSWORD
public static final CDExtField.Flag2 USEAPPLETINBROWSER
public static final CDExtField.Flag2 CONTROL
public static final CDExtField.Flag2 LITERALIZE
public static final CDExtField.Flag2 CONTROLDYNAMIC
public static final CDExtField.Flag2 RUNEXITINGONCHANGE
public static final CDExtField.Flag2 TIMEZONE
public static final CDExtField.Flag2 PROPORTIONALHEIGHT
public static final CDExtField.Flag2 PROPORTIONALWIDTH
public static final CDExtField.Flag2 SHOWIMSTATUS
public static final CDExtField.Flag2 USEJSCTLINBROWSER
public static CDExtField.Flag2[] values()
for (CDExtField.Flag2 c : CDExtField.Flag2.values()) System.out.println(c);
public static CDExtField.Flag2 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 long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
public Integer getValue()
getValue
in interface INumberEnum<Integer>
Copyright © 2019–2021 HCL. All rights reserved.