public static enum ControlsInfo.UIElement extends java.lang.Enum<ControlsInfo.UIElement>
Enum Constant and Description |
---|
ADDRESSMAP |
ATTACHMENT |
AUTOCOMPLETE |
BUTTON |
CHART |
CHECKBOX |
DATEPICKER |
DROPDOWN |
DROPDOWNLIST |
GENERATED |
GRID |
HIDDEN |
ICON |
IMAGE |
INVALID |
LABEL |
LAYOUT |
LINK |
LISTBOX |
LOOKUP |
MENU |
MULTISELECT |
RADIOBUTTONS |
RADIOGROUP |
RICHTEXTEDITOR |
SECTIONINCLUDE |
SIGNATURE |
SLIDER |
TEXT |
TEXTAREA |
TIMELINE |
TRACKINGMAP |
VIDEO |
Modifier and Type | Method and Description |
---|---|
static ControlsInfo.UIElement |
getUIElement(java.lang.String element) |
boolean |
isActionType() |
boolean |
isCheckBoxOrRadio() |
boolean |
isHidden() |
boolean |
isTextType() |
boolean |
shouldIncludeSIScript() |
static ControlsInfo.UIElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlsInfo.UIElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlsInfo.UIElement LOOKUP
public static final ControlsInfo.UIElement TIMELINE
public static final ControlsInfo.UIElement CHART
public static final ControlsInfo.UIElement GENERATED
public static final ControlsInfo.UIElement LISTBOX
public static final ControlsInfo.UIElement DROPDOWNLIST
public static final ControlsInfo.UIElement HIDDEN
public static final ControlsInfo.UIElement BUTTON
public static final ControlsInfo.UIElement ICON
public static final ControlsInfo.UIElement LINK
public static final ControlsInfo.UIElement MENU
public static final ControlsInfo.UIElement VIDEO
public static final ControlsInfo.UIElement TEXT
public static final ControlsInfo.UIElement TEXTAREA
public static final ControlsInfo.UIElement DROPDOWN
public static final ControlsInfo.UIElement DATEPICKER
public static final ControlsInfo.UIElement AUTOCOMPLETE
public static final ControlsInfo.UIElement MULTISELECT
public static final ControlsInfo.UIElement SLIDER
public static final ControlsInfo.UIElement CHECKBOX
public static final ControlsInfo.UIElement RADIOGROUP
public static final ControlsInfo.UIElement RICHTEXTEDITOR
public static final ControlsInfo.UIElement ADDRESSMAP
public static final ControlsInfo.UIElement TRACKINGMAP
public static final ControlsInfo.UIElement LABEL
public static final ControlsInfo.UIElement SIGNATURE
public static final ControlsInfo.UIElement ATTACHMENT
public static final ControlsInfo.UIElement RADIOBUTTONS
public static final ControlsInfo.UIElement IMAGE
public static final ControlsInfo.UIElement GRID
public static final ControlsInfo.UIElement LAYOUT
public static final ControlsInfo.UIElement SECTIONINCLUDE
public static final ControlsInfo.UIElement INVALID
public static ControlsInfo.UIElement[] values()
for (ControlsInfo.UIElement c : ControlsInfo.UIElement.values()) System.out.println(c);
public static ControlsInfo.UIElement 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 static ControlsInfo.UIElement getUIElement(java.lang.String element)
public boolean isHidden()
public boolean isActionType()
public boolean isTextType()
public boolean isCheckBoxOrRadio()
public boolean shouldIncludeSIScript()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.