Enum EDesignerPropertyPanel
- All Implemented Interfaces:
Serializable
,Comparable<EDesignerPropertyPanel>
Deprecated.
Enumeration for the different property panels of the designer. Also contains the help URL for each panel.
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Panel for setting autocomplete settings of a form field (input fields).Deprecated.Panel for configuring when the element should be available, depending on the user's group and the current state.Deprecated.Panel with the basic settings of a form element.Deprecated.Panel for editing the available buttons of a button set form element.Deprecated.Panel for configuring constraints (eg. required) and the conditional behavior of an element (eg. when it is visible).Deprecated.Panel for adding optional CSS classes to a form element.Deprecated.Panel for configuring when the element should be disabled, depending on the user's group and the current state.Deprecated.Panel for configuring how the form element looks like when the form is exported as a PDF or Word document.Deprecated.Panel for editing the advanced settings of the formDeprecated.Panel for configuring if and how many backup are taken of the form.Deprecated.Panel for the base settings of the entire form.Deprecated.Panel for the layout settings of the entire form.Deprecated.Panel for editing the search engine optimization metadata of the formDeprecated.Panel for editing the validation settings of the formDeprecated.Panel for editing the help text for a form elementDeprecated.Panel for adding optional HTML attributes to an element.Deprecated.Panel for selecting an image, including the option to upload and manage images.Deprecated.Panel for setting the default value of an input elementDeprecated.Panel for configuring the label of an input element.Deprecated.Panel for editing various layout settings, such as the background color of a page.Deprecated.Panel for various other options that do not belong anywhere else, such as a comment for the form elementDeprecated.Panel for entering the value of the text element.Deprecated.Panel for the available options of a select form element. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()
Deprecated.An ID for identifying this property panel.static EDesignerPropertyPanel
Deprecated.Returns the enum constant of this type with the specified name.static EDesignerPropertyPanel[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AUTOFILL
Deprecated.Panel for setting autocomplete settings of a form field (input fields). -
AVAILABILITY_SETTINGS
Deprecated.Panel for configuring when the element should be available, depending on the user's group and the current state. -
BASE_PROPERTIES
Deprecated.Panel with the basic settings of a form element. -
BUTTONS
Deprecated.Panel for editing the available buttons of a button set form element. -
CONSTRAINTS
Deprecated.Panel for configuring constraints (eg. required) and the conditional behavior of an element (eg. when it is visible). -
CSS_CLASSES
Deprecated.Panel for adding optional CSS classes to a form element. -
DISABLED_SETTINGS
Deprecated.Panel for configuring when the element should be disabled, depending on the user's group and the current state. -
EXPORT_SETTINGS
Deprecated.Panel for configuring how the form element looks like when the form is exported as a PDF or Word document. -
FORM_ADVANCED
Deprecated.Panel for editing the advanced settings of the form -
FORM_BACKUP
Deprecated.Panel for configuring if and how many backup are taken of the form. -
FORM_BASE_SETTINGS
Deprecated.Panel for the base settings of the entire form. -
FORM_LAYOUT
Deprecated.Panel for the layout settings of the entire form. -
FORM_SEO
Deprecated.Panel for editing the search engine optimization metadata of the form -
FORM_VALIDATION
Deprecated.Panel for editing the validation settings of the form -
HELP_TEXT
Deprecated.Panel for editing the help text for a form element -
HTML_ATTRIBUTES
Deprecated.Panel for adding optional HTML attributes to an element. -
IMAGE_SELECTION
Deprecated.Panel for selecting an image, including the option to upload and manage images. -
INITIAL_VALUES
Deprecated.Panel for setting the default value of an input element -
LABEL
Deprecated.Panel for configuring the label of an input element. -
LAYOUT
Deprecated.Panel for editing various layout settings, such as the background color of a page. -
MISCELLANEOUS
Deprecated.Panel for various other options that do not belong anywhere else, such as a comment for the form element -
RICH_TEXT
Deprecated.Panel for entering the value of the text element. -
SELECT_OPTIONS
Deprecated.Panel for the available options of a select form element.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getHelpId
Deprecated.- Returns:
- The help ID for this property panel. This needs to be added to the base help URL.
-
getId
Deprecated.An ID for identifying this property panel. In the designer, each property panel has got the HTML data attributedata-panel-id
set to this value.- Returns:
- The unique ID of this property panel.
-