public enum EDesignerPropertyPanel extends Enum<EDesignerPropertyPanel>
Enum Constant and Description |
---|
AVAILABILITY_SETTINGS
Panel for configuring when the element should be available, depending on the user's group and the current state.
|
BASE_PROPERTIES
Panel with the basic settings of a form element.
|
BUTTONS
Panel for editing the available buttons of a button set form element.
|
CONSTRAINTS
Panel for configuring constraints (eg. required) and the conditional behavior of an element (eg. when it is
visible).
|
CSS_CLASSES
Panel for adding optional CSS classes to a form element.
|
DISABLED_SETTINGS
Panel for configuring when the element should be disabled, depending on the user's group and the current state.
|
EXPORT_SETTINGS
Panel for configuring how the form element looks like when the form is exported as a PDF or Word document.
|
FORM_BACKUP
Panel for configuring if and how many backup are taken of the form.
|
FORM_BASE_SETTINGS
Panel for the base settings of the entire form.
|
FORM_LAYOUT
Panel for the layout settings of the entire form.
|
HELP_TEXT
Panel for editing the help text for a form element
|
HTML_ATTRIBUTES
Panel for adding optional HTML attributes to an element.
|
IMAGE_SELECTION
Panel for selecting an image, including the option to upload and manage images.
|
INITIAL_VALUES
Panel for setting the default value of an input element
|
LABEL
Panel for configuring the label of an input element.
|
LAYOUT
Panel for editing various layout settings, such as the background color of a page.
|
MISCELLANEOUS
Panel for various other options that do not belong anywhere else, such as a comment for the form element
|
RICH_TEXT
Panel for entering the value of the text element.
|
SELECT_OPTIONS
Panel for the available options of a select form element.
|
Modifier and Type | Method and Description |
---|---|
String |
getHelpId() |
String |
getId()
An ID for identifying this property panel.
|
static EDesignerPropertyPanel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDesignerPropertyPanel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDesignerPropertyPanel AVAILABILITY_SETTINGS
public static final EDesignerPropertyPanel BASE_PROPERTIES
public static final EDesignerPropertyPanel BUTTONS
public static final EDesignerPropertyPanel CONSTRAINTS
public static final EDesignerPropertyPanel CSS_CLASSES
public static final EDesignerPropertyPanel DISABLED_SETTINGS
public static final EDesignerPropertyPanel EXPORT_SETTINGS
public static final EDesignerPropertyPanel FORM_BACKUP
public static final EDesignerPropertyPanel FORM_BASE_SETTINGS
public static final EDesignerPropertyPanel FORM_LAYOUT
public static final EDesignerPropertyPanel HELP_TEXT
public static final EDesignerPropertyPanel HTML_ATTRIBUTES
public static final EDesignerPropertyPanel IMAGE_SELECTION
public static final EDesignerPropertyPanel INITIAL_VALUES
public static final EDesignerPropertyPanel LABEL
public static final EDesignerPropertyPanel LAYOUT
public static final EDesignerPropertyPanel MISCELLANEOUS
public static final EDesignerPropertyPanel RICH_TEXT
public static final EDesignerPropertyPanel SELECT_OPTIONS
public static EDesignerPropertyPanel[] values()
for (EDesignerPropertyPanel c : EDesignerPropertyPanel.values()) System.out.println(c);
public static EDesignerPropertyPanel 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 getHelpId()
public String getId()
data-panel-id
set to this value.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.