Package de.xima.fc.gui.common.statics
Enum EContentView
- All Implemented Interfaces:
IViewModel
,INamedUiElement
,Serializable
,Comparable<EContentView>
Enumeration describing views to formcycle content pages. Mainly for use inside IFrames.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe form designer that lets the user edit the current form fields and styling of the web form.Separate popup page with the PDF importer.Lets the user edit the files belonging to the current project.The workflow designer that lets the user edit the workflow configuration that determines what happens when the form is submitted. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic EContentView
The content view that represents the parent designer page, i.e.Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static EContentView
static EContentView
getDisplayName
(Locale locale) getDisplayTitle
(Locale locale) getExtenalURI
(FormVersion formVersion) getIcon()
getId()
Deprecated.Deprecated.getURI()
Deprecated.Should be replaced by method that build URI with context data (seeIUriResolver.buildUri(de.xima.fc.security.interfaces.endpoint.uri.IUriBuilderContext)
).boolean
Deprecated.boolean
Deprecated.boolean
isPublic()
Deprecated.static EContentView
Returns the enum constant of this type with the specified name.static EContentView[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FORM
The form designer that lets the user edit the current form fields and styling of the web form. -
FORM_PDF_IMPORT
Separate popup page with the PDF importer. -
WORKFLOW
The workflow designer that lets the user edit the workflow configuration that determines what happens when the form is submitted. -
FORM_PREVIEW
-
PROJECT_RESOURCES
Lets the user edit the files belonging to the current project. -
PROJECT_INBOX
-
PROJECT_DATATABLE
-
APPOINTMENTS
-
TEMPLATES_CSS
-
TEMPLATES_HTML
-
DATA_QUERIES_DB
-
DATA_QUERIES_LDAP
-
DATA_SOURCES
-
DATA_CONNECTION_DB
-
DATA_CONNECTION_LDAP
-
DATA_COUNTER
-
WEBDAV_CONNECTION_DB
-
-
Field Details
-
PARENT
The content view that represents the parent designer page, i.e.null
-
-
Method Details
-
values
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
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
-
getDisplayName
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Specified by:
getDisplayName
in interfaceIViewModel
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
getDisplayTitle
- Parameters:
locale
- Locale to use.- Returns:
- The title (tooltip) for this view in the given locale.
-
getCategory
- Returns:
- The title (tooltip) for this view in the given locale.
-
getParentView
-
getURI
Deprecated.Should be replaced by method that build URI with context data (seeIUriResolver.buildUri(de.xima.fc.security.interfaces.endpoint.uri.IUriBuilderContext)
).- Specified by:
getURI
in interfaceIViewModel
-
getExtenalURI
-
getHelpId
- Specified by:
getHelpId
in interfaceIViewModel
-
getIcon
- Returns:
- The icon for this view.
-
getId
- Specified by:
getId
in interfaceIViewModel
- Returns:
- Tab ID of this designer view.
-
getById
- Parameters:
id
- An ID as returned bygetId()
.- Returns:
- The corresponding designer view for the given ID, or
null
when no such view exists.
-
getByUri
-
getAccessProperties
Deprecated.UseIWebEndpoint.getAuthorizer()
fromgetParentView()
isntead. -
getParent
Deprecated. -
isPublic
Deprecated.- Specified by:
isPublic
in interfaceIViewModel
-
isAllowed
Deprecated.- Specified by:
isAllowed
in interfaceIViewModel
-
getLinkTarget
Deprecated.- Specified by:
getLinkTarget
in interfaceIViewModel
-
isExternal
Deprecated.- Specified by:
isExternal
in interfaceIViewModel
-
IWebEndpoint.getAuthorizer()
fromgetParentView()
isntead.