Serialized Form


Package com.mchange.v2.c3p0.impl

Class com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource extends com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class com.mchange.v2.c3p0.impl.AuthMaskingProperties extends Properties implements Serializable

Class com.mchange.v2.c3p0.impl.DbAuth extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class com.mchange.v2.c3p0.impl.DefaultConnectionTester extends com.mchange.v2.c3p0.AbstractConnectionTester implements Serializable

Class com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase extends com.mchange.v2.c3p0.impl.IdentityTokenResolvable implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pcs

PropertyChangeSupport pcs

description

String description

driverClass

String driverClass

factoryClassLocation

String factoryClassLocation

identityToken

String identityToken

jdbcUrl

String jdbcUrl

properties

Properties properties

Class com.mchange.v2.c3p0.impl.JndiRefDataSourceBase extends com.mchange.v2.c3p0.impl.IdentityTokenResolvable implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

caching

boolean caching

factoryClassLocation

String factoryClassLocation

identityToken

String identityToken

jndiEnv

Hashtable<K,V> jndiEnv

jndiName

Object jndiName

Class com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase extends com.mchange.v2.c3p0.impl.IdentityTokenResolvable implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

connectionPoolDataSource

ConnectionPoolDataSource connectionPoolDataSource

dataSourceName

String dataSourceName

factoryClassLocation

String factoryClassLocation

identityToken

String identityToken

numHelperThreads

int numHelperThreads

Class com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase extends com.mchange.v2.c3p0.impl.IdentityTokenResolvable implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pcs

PropertyChangeSupport pcs

vcs

VetoableChangeSupport vcs

acquireIncrement

int acquireIncrement

acquireRetryAttempts

int acquireRetryAttempts

acquireRetryDelay

int acquireRetryDelay

autoCommitOnClose

boolean autoCommitOnClose

automaticTestTable

String automaticTestTable

breakAfterAcquireFailure

boolean breakAfterAcquireFailure

checkoutTimeout

int checkoutTimeout

connectionCustomizerClassName

String connectionCustomizerClassName

connectionTesterClassName

String connectionTesterClassName

debugUnreturnedConnectionStackTraces

boolean debugUnreturnedConnectionStackTraces

factoryClassLocation

String factoryClassLocation

forceIgnoreUnresolvedTransactions

boolean forceIgnoreUnresolvedTransactions

identityToken

String identityToken

idleConnectionTestPeriod

int idleConnectionTestPeriod

initialPoolSize

int initialPoolSize

maxAdministrativeTaskTime

int maxAdministrativeTaskTime

maxConnectionAge

int maxConnectionAge

maxIdleTime

int maxIdleTime

maxIdleTimeExcessConnections

int maxIdleTimeExcessConnections

maxPoolSize

int maxPoolSize

maxStatements

int maxStatements

maxStatementsPerConnection

int maxStatementsPerConnection

minPoolSize

int minPoolSize

nestedDataSource

DataSource nestedDataSource

overrideDefaultPassword

String overrideDefaultPassword

overrideDefaultUser

String overrideDefaultUser

preferredTestQuery

String preferredTestQuery

propertyCycle

int propertyCycle

testConnectionOnCheckin

boolean testConnectionOnCheckin

testConnectionOnCheckout

boolean testConnectionOnCheckout

unreturnedConnectionTimeout

int unreturnedConnectionTimeout

userOverridesAsString

String userOverridesAsString

usesTraditionalReflectiveProxies

boolean usesTraditionalReflectiveProxies

Package pt.digitalis.dif.content.model.data

Class pt.digitalis.dif.content.model.data.ContentItem extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

String id
id private attribute


node

Node node
node private attribute


name

String name
name private attribute


description

String description
description private attribute


creationDate

Date creationDate
creationDate private attribute


creatorId

String creatorId
creatorId private attribute


content

Blob content
content private attribute


contentItemAcls

Set<E> contentItemAcls
contentItemAcls private attribute

Class pt.digitalis.dif.content.model.data.ContentItemAcl extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


contentItem

ContentItem contentItem
contentItem private attribute


userId

String userId
userId private attribute


groupId

String groupId
groupId private attribute

Class pt.digitalis.dif.content.model.data.Node extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


name

String name
name private attribute


description

String description
description private attribute


creationDate

Date creationDate
creationDate private attribute


creatorId

String creatorId
creatorId private attribute


fullPath

String fullPath
fullPath private attribute


parentNodeId

Long parentNodeId
parentNodeId private attribute


isPublic

Character isPublic
isPublic private attribute


nodeAcls

Set<E> nodeAcls
nodeAcls private attribute


contentItems

Set<E> contentItems
contentItems private attribute

Class pt.digitalis.dif.content.model.data.NodeAcl extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


node

Node node
node private attribute


userId

String userId
userId private attribute


groupId

String groupId
groupId private attribute


Package pt.digitalis.dif.dem.managers.impl.model.data

Class pt.digitalis.dif.dem.managers.impl.model.data.Acl extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


userId

String userId
userId private attribute


groupId

String groupId
groupId private attribute


entityType

String entityType
entityType private attribute


entityId

String entityId
entityId private attribute


publicAccess

String publicAccess
publicAccess private attribute


isEnabled

String isEnabled
isEnabled private attribute


isDefault

String isDefault
isDefault private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.CustomMessages extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


messageId

String messageId
messageId private attribute


message

String message
message private attribute


entityId

String entityId
entityId private attribute


language

String language
language private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.EcommercePayments extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


businessId

String businessId
businessId private attribute


creator

String creator
creator private attribute


businessContext

String businessContext
businessContext private attribute


ecommerceProcessor

String ecommerceProcessor
ecommerceProcessor private attribute


paymentValue

BigDecimal paymentValue
paymentValue private attribute


status

String status
status private attribute


statusMessage

String statusMessage
statusMessage private attribute


securityToken

String securityToken
securityToken private attribute


dateCreation

Timestamp dateCreation
dateCreation private attribute


dateReceived

Timestamp dateReceived
dateReceived private attribute


dateProcessed

Timestamp dateProcessed
dateProcessed private attribute


transactionDate

Timestamp transactionDate
transactionDate private attribute


transactionId

String transactionId
transactionId private attribute


authorizationId

String authorizationId
authorizationId private attribute


redirectUrl

String redirectUrl
redirectUrl private attribute


configurationId

String configurationId
configurationId private attribute


sentOnReport

boolean sentOnReport
sentOnReport private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.ErrorLog extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


processName

String processName
processName private attribute


errorDescription

String errorDescription
errorDescription private attribute


erroDate

Date erroDate
erroDate private attribute


appName

String appName
appName private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.Groups extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

String id
id private attribute


groups

Groups groups
groups private attribute


name

String name
name private attribute


description

String description
description private attribute


defaultGroup

boolean defaultGroup
defaultGroup private attribute


userses

Set<E> userses
userses private attribute


userGroupses

Set<E> userGroupses
userGroupses private attribute


groupses

Set<E> groupses
groupses private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.PersistentAction extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


objectAction

Blob objectAction
objectAction private attribute


poolName

String poolName
poolName private attribute


actionId

Long actionId
actionId private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.PersistentForm extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


formId

String formId
formId private attribute


disabledFields

String disabledFields
disabledFields private attribute


fieldDefs

String fieldDefs
fieldDefs private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.UserAttributes extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


users

Users users
users private attribute


attributeKey

String attributeKey
attributeKey private attribute


attributeValue

String attributeValue
attributeValue private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.UserGroups extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


groups

Groups groups
groups private attribute


users

Users users
users private attribute

Class pt.digitalis.dif.dem.managers.impl.model.data.Users extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

String id
id private attribute


groups

Groups groups
groups private attribute


email

String email
email private attribute


enabled

boolean enabled
enabled private attribute


name

String name
name private attribute


password

String password
password private attribute


defaultUser

boolean defaultUser
defaultUser private attribute


nick

String nick
nick private attribute


userAttributeses

Set<E> userAttributeses
userAttributeses private attribute


userGroupses

Set<E> userGroupses
userGroupses private attribute


Package pt.digitalis.dif.documents.model.data

Class pt.digitalis.dif.documents.model.data.Documents extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

Long id
id private attribute


document

Blob document
document private attribute


creator

String creator
creator private attribute


name

String name
name private attribute


description

String description
description private attribute


filename

String filename
filename private attribute


creationDate

Date creationDate
creationDate private attribute


mimeType

String mimeType
mimeType private attribute


Package pt.digitalis.dif.ecommerce

Class pt.digitalis.dif.ecommerce.PaymentException extends Exception implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.ecommerce.exceptions

Class pt.digitalis.dif.ecommerce.exceptions.DIFEComerceException extends DIFException implements Serializable

serialVersionUID: 5713290876747000009L

Class pt.digitalis.dif.ecommerce.exceptions.PaymentDoesNotExist extends DIFEComerceException implements Serializable

serialVersionUID: -7940470145788412857L


Package pt.digitalis.dif.elearning.moodle.integration

Class pt.digitalis.dif.elearning.moodle.integration.ELearningCommunicationException extends Exception implements Serializable

serialVersionUID: 8483130725972581534L

Serialized Fields

error

String error
The error message

Class pt.digitalis.dif.elearning.moodle.integration.RESTException extends ELearningCommunicationException implements Serializable

serialVersionUID: 5965731294270301948L

Serialized Fields

errorCode

String errorCode
The REST error code


Package pt.digitalis.dif.exception

Class pt.digitalis.dif.exception.AbstractCustomBusinessException extends Exception implements Serializable

serialVersionUID: -2561786144839344787L

Serialized Fields

messageTitle

String messageTitle
The message title for presentation purposes

Class pt.digitalis.dif.exception.DIFException extends Exception implements Serializable

serialVersionUID: -462214831205636575L

Serialized Fields

exceptionContext

Map<K,V> exceptionContext
Exception context.

Class pt.digitalis.dif.exception.InternalFrameworkException extends DIFException implements Serializable

serialVersionUID: 1120934514453714926L

Serialized Fields

difContext

IDIFContext difContext
The execution context.


Package pt.digitalis.dif.exception.codegen

Class pt.digitalis.dif.exception.codegen.AnnotationMisuseException extends DIFCodeGenerationException implements Serializable

serialVersionUID: 6690908007977245072L

Class pt.digitalis.dif.exception.codegen.DIFCodeGenerationException extends DIFException implements Serializable

serialVersionUID: -5542945037042596445L

Class pt.digitalis.dif.exception.codegen.IllegalAnnotationUsage extends AnnotationMisuseException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.exception.codegen.IncompatiblePrimaryAnnotationsException extends AnnotationMisuseException implements Serializable

serialVersionUID: 7696717647937187244L


Package pt.digitalis.dif.exception.controller

Class pt.digitalis.dif.exception.controller.BusinessFlowException extends InternalFrameworkException implements Serializable

serialVersionUID: 0L

Class pt.digitalis.dif.exception.controller.ControllerException extends DIFException implements Serializable

serialVersionUID: 1120934514453714926L

Serialized Fields

generatedFromException

boolean generatedFromException
T if the controller exception was generated by another exception


step

ControllerExecutionStep step
The controller execution step

Class pt.digitalis.dif.exception.controller.LicenseViolationException extends ControllerException implements Serializable

serialVersionUID: 3842413635375666695L

Class pt.digitalis.dif.exception.controller.SessionTimeoutException extends ControllerException implements Serializable

serialVersionUID: 7879556771104702795L

Class pt.digitalis.dif.exception.controller.UserHasNoAccessToStage extends ControllerException implements Serializable

serialVersionUID: 8699822807499688298L


Package pt.digitalis.dif.exception.manager

Class pt.digitalis.dif.exception.manager.RegistrationManagerException extends Exception implements Serializable

serialVersionUID: -312327368449607144L


Package pt.digitalis.dif.exception.objects

Class pt.digitalis.dif.exception.objects.ParameterException extends DIFException implements Serializable

serialVersionUID: -3450110830894378355L


Package pt.digitalis.dif.exception.security

Class pt.digitalis.dif.exception.security.AuthenticationManagerException extends DIFException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.exception.security.AuthorizationManagerException extends DIFException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.exception.security.IdentityManagerException extends DIFException implements Serializable

serialVersionUID: 1L

Serialized Fields

isReadOnlyException

boolean isReadOnlyException
isReadOnly value

Class pt.digitalis.dif.exception.security.IllegalFileUploadException extends ControllerException implements Serializable

serialVersionUID: 323905729986028913L


Package pt.digitalis.dif.identity.ldap

Class pt.digitalis.dif.identity.ldap.IdentityManagerLDAPException extends IdentityManagerException implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.identity.repository

Class pt.digitalis.dif.identity.repository.IdentityManagerDBException extends IdentityManagerException implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.listeners

Class pt.digitalis.dif.listeners.AbstractRESTfullHttpListener extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1308752358426404726L

Serialized Fields

httpChal

IChAL<RequestType,ResponseType> httpChal
The associated ChAL implementation.

Class pt.digitalis.dif.listeners.AJAXListener extends HttpListener implements Serializable

serialVersionUID: 14857394857879979L

Class pt.digitalis.dif.listeners.AssetListener extends HttpListener implements Serializable

serialVersionUID: -5129451303399518776L

Class pt.digitalis.dif.listeners.AuthenticationListener extends HttpListener implements Serializable

serialVersionUID: 14817324857574979L

Class pt.digitalis.dif.listeners.ClientRemoteAuthListener extends AbstractRESTfullHttpListener implements Serializable

serialVersionUID: 2470158169874543432L

Serialized Fields

identityManager

IIdentityManager identityManager
The


sessionManager

ISessionManager sessionManager
The

Class pt.digitalis.dif.listeners.DocumentListener extends HttpListener implements Serializable

serialVersionUID: 14857394857879979L

Serialized Fields

documentRepositoryManager

IDocumentRepositoryManager documentRepositoryManager

session

IDIFSession session

sessionManager

ISessionManager sessionManager

Class pt.digitalis.dif.listeners.HttpListener extends AbstractRESTfullHttpListener implements Serializable

serialVersionUID: 5016965695982538616L

Serialized Fields

errorHandler

IDispatcherErrorHandler errorHandler
The associated error handler implementation.

Class pt.digitalis.dif.listeners.ProviderAccessTokenListener extends AbstractRESTfullHttpListener implements Serializable

serialVersionUID: 6277657794475237960L

Class pt.digitalis.dif.listeners.ProviderAuthorizationListener extends AbstractRESTfullHttpListener implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.model.dataset

Class pt.digitalis.dif.model.dataset.DataSetException extends Exception implements Serializable

serialVersionUID: -6602484555366787718L

Class pt.digitalis.dif.model.dataset.InvalidFieldName extends DataSetException implements Serializable

serialVersionUID: 5397421250692204810L


Package pt.digitalis.dif.model.hibernate

Class pt.digitalis.dif.model.hibernate.AliasWithPrefixToBeanResultTransformer extends org.hibernate.transform.AliasToBeanResultTransformer implements Serializable

serialVersionUID: 1L

Serialized Fields

localResultClass

Class<T> localResultClass

prefix

String prefix
The prefix for the column aliases

Class pt.digitalis.dif.model.hibernate.CountMultipleColumnsProjection extends org.hibernate.criterion.CountProjection implements Serializable

serialVersionUID: 1L

Serialized Fields

distinct

boolean distinct
Activate distinct counting


Package pt.digitalis.dif.model.utils

Class pt.digitalis.dif.model.utils.NotInitializedException extends Exception implements Serializable

serialVersionUID: 1269075769914653026L


Package pt.digitalis.dif.presentation.ajax

Class pt.digitalis.dif.presentation.ajax.JSONResponseMap extends HashMap<String,Object> implements Serializable

serialVersionUID: 5014116719408237896L

Serialized Fields

innerJSONResponseObj

pt.digitalis.dif.presentation.ajax.JSONResponseMap.InnerJSONResponseObj innerJSONResponseObj

Package pt.digitalis.dif.presentation.registration

Class pt.digitalis.dif.presentation.registration.RegistrationAction extends pt.digitalis.utils.pools.AbstractAction implements Serializable

serialVersionUID: 7951707053665179562L

Serialized Fields

email

String email
the user email


followupStage

String followupStage
where the user will be redirected after successful registration


followupStageParameters

Map<K,V> followupStageParameters
the destination stage parameters


fullName

String fullName
the user full name


languageID

String languageID
the language to use


password

String password
the user password


profileID

String profileID
the profile id


userInformation

Map<K,V> userInformation
the user information


username

String username
the user login name

Class pt.digitalis.dif.presentation.registration.RegistrationMailAction extends MailAction implements Serializable

serialVersionUID: 554433322232L

Serialized Fields

registrationActionId

Long registrationActionId
Preserves the registration action id


Package pt.digitalis.dif.presentation.views.jsp.taglibs

Class pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractActionsComponent extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8751589359921281450L

Serialized Fields

buttonsLayout

boolean buttonsLayout
The buttons layout


items

List<E> items
The enclosed action items

Class pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractDIFTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -8757362621374433574L

Serialized Fields

uiModeDescriptor

WebUIModeDescriptor uiModeDescriptor
the ui Mode decriptor cache attribute

Class pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractInnerDIFTag extends AbstractDIFTag implements Serializable

serialVersionUID: 2942615850818983754L

Serialized Fields

previousContributions

DocumentContributions previousContributions
Document contributions prior to the buffered mode was activated


Package pt.digitalis.dif.presentation.views.jsp.taglibs.chart

Class pt.digitalis.dif.presentation.views.jsp.taglibs.chart.Chart extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1915773569587519228L

Serialized Fields

categoryLabelOrientation

ChartLabelOrientation categoryLabelOrientation

chartBackgroundColor

Color chartBackgroundColor
the Chart background color


chartDefinition

ChartDefinition chartDefinition
The chart to create the chart from (will override the dataSeries if set)


chartOrientation

ChartOrientation chartOrientation
the chart render orientation


dataEventID

String dataEventID
The event ID to get the chart data from


dynamicResize

boolean dynamicResize
dynamic resizable to the parent container


exportToExcel

boolean exportToExcel
If T will allow export to Excel file


height

int height
the height of the chart image


id

String id
The unique id for the chart


label

String label
The label for the chart image


limitToFirst

Integer limitToFirst
set a limit for the elements to show on the chart to the Top X values


minumumValue

Double minumumValue
the bottom limit to render on the chart


othersDescription

String othersDescription
When limitToFirst and showOthersElement are enabled this is used to customize the others element title


pieRenderOrigin

Double pieRenderOrigin

render3d

boolean render3d
T if the chart should be rendered 3D


showLegend

Boolean showLegend
Should show legend or not


showOthersElement

boolean showOthersElement
When limitToFirst is enabled if T will show an others element with the sum of all other values


stacked

boolean stacked
T if the chart has stacked data (one series added on top of the other )


title

String title
The title of the chart


titleXAxis

String titleXAxis
the X axis


titleYAxis

String titleYAxis
the Y axis


type

ChartType type
The chart type


unit

String unit
the values unit for the labels


width

int width
The width of the chart image

Class pt.digitalis.dif.presentation.views.jsp.taglibs.chart.ChartServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 0L

Serialized Fields

difRequest

IDIFRequest difRequest
the current request. Will persist through each servlet request


httpChal

IChAL<RequestType,ResponseType> httpChal
The associated ChAL implementation.


Package pt.digitalis.dif.presentation.views.jsp.taglibs.core

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.Breadcrumbs extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -6199210039542211488L

Serialized Fields

cssClass

String cssClass
The css class to generated optionally


printServiceNames

boolean printServiceNames
Print service names instead of stage names

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.Document extends AbstractDIFTag implements Serializable

serialVersionUID: 2584550020189899024L

Serialized Fields

activePopups

List<E> activePopups
The currently active popuplist


addDefaultCSSContributions

boolean addDefaultCSSContributions
If T will add the default custom configuration base on the PresentationConfiguration


charset

String charset
The charset


contributions

DocumentContributions contributions
Document contributions gathered from all the inner tags


difgen

int difgen
Sys-generated component number


docType

String docType
The DocType


firstFocusInputID

String firstFocusInputID
Saves the inner input component ID to set as focused on page load


footnotesManager

IFootnoteContainer footnotesManager
The footnotes manager.


formNameCounter

int formNameCounter
Form name generator increment counter


helpItems

HelpItemsManager helpItems
Help items


inputTabIndexCounter

int inputTabIndexCounter
Used to auto-index all components


javaScriptAPI

String javaScriptAPI
the JavaScript API ID. will override the application/default API configured


javaScriptAPICompatibilityMode

Boolean javaScriptAPICompatibilityMode
if T will force the compatibility mode for this stage in the JavaScript API


javaScriptUIComponent

boolean javaScriptUIComponent
T if the saved inner input component to focus on page load is a JavaScript generated UI component


mainDocument

Document mainDocument
The main document from the parent stage (component or template modes))


maskOnLoad

Boolean maskOnLoad
If true will apply a mask during javascript load execution


scratchPad

Map<K,V> scratchPad
A multi-purpose object map, for inter-operability between objects


templateID

String templateID
The template stage ID


templatePopupID

String templatePopupID
The popup template stage ID, if different from the generic template


title

String title
The page title


webUIJavaScriptAPI

WebUIJavaScriptAPI webUIJavaScriptAPI
the cache for the calculated webUIJavaScriptAPI

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.ErrorMessage extends GetError implements Serializable

serialVersionUID: -3906489178003484323L

Serialized Fields

cssClass

String cssClass
The css class to generated optionally


layout

String layout
the erro message layout


title

String title
the message title

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.GetError extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 6425836121477794768L

Serialized Fields

item

String item
The item name to display


raisedException

ErrorDescriptor raisedException
the raised exception

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.Help extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7371384497909020457L

Serialized Fields

category

String category
The category for this item


description

String description
The description


detail

String detail
The details message


id

String id
The id of the help item to add


image

String image
The image


largeImage

String largeImage
The larger image


url

String url
The external URL

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.LanguageSelector extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -6199210039542211488L

Serialized Fields

cssClass

String cssClass
The CSS class to generated optionally

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.Mode extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

webUIMode

UILevel webUIMode
the ui mode to render the contained content in

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.ModeConditional extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

contentGenerated

boolean contentGenerated
the map that will contain the generated content

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.ModeOthers extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.PageContent extends AbstractDIFTag implements Serializable

serialVersionUID: 1260216701905747456L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.WebUIModeSelector extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -5580604722683597667L

Serialized Fields

allowAccessibility

boolean allowAccessibility
Allow Accessibility UI


allowHTML

boolean allowHTML
Allow Plain HTML UI


allowRich

boolean allowRich
Allow RichMode UI


cssClass

String cssClass
The css class to generated optionally

Class pt.digitalis.dif.presentation.views.jsp.taglibs.core.WebUIThemeSelector extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1013419516644136401L

Serialized Fields

cssClass

String cssClass
The css class to generated optionally


Package pt.digitalis.dif.presentation.views.jsp.taglibs.crud

Class pt.digitalis.dif.presentation.views.jsp.taglibs.crud.FormCRUD extends Form implements Serializable

serialVersionUID: -7763597743375808052L

Serialized Fields

idColumn

String idColumn
the custom ID column

Class pt.digitalis.dif.presentation.views.jsp.taglibs.crud.GridCRUD extends Grid implements Serializable

serialVersionUID: 6970330265177683400L

Serialized Fields

ajaxDelete

boolean ajaxDelete
Perform delete in an AJAX request


deleteColumn

boolean deleteColumn
Add a delete column?


editColumn

boolean editColumn
Add an edit column?


editParameters

String editParameters
the edit parametrs


idColumn

String idColumn
the custom ID column


popupForm

boolean popupForm
Call edit/insert form in popup with AJAX refresh


popupParameters

String popupParameters
the popup parametrs


Package pt.digitalis.dif.presentation.views.jsp.taglibs.form

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.AbstractFormComponent extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 5422467911906751062L

Serialized Fields

configID

String configID
the business configuration ID


formManager

FormManager formManager
The form manager


insideDialog

Boolean insideDialog
is inside the dialog

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.AbstractFormInput extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8937789985985439376L

Serialized Fields

autoSubmit

Boolean autoSubmit
defines if in the on change event a submit is made


dataSourceAttribute

String dataSourceAttribute
The data source attribute when used inside a DetailsForm


form

AbstractFormComponent form
the parent form tag object


formInputContainer

IFormInputContainer formInputContainer
the nearest parent form input container tag


groupLabel

Boolean groupLabel
Group Label switch on/off


helpID

String helpID
The Help Item ID


inputDefinition

AbstractInputDefinition inputDefinition
the input definition


label

String label
The label to display


labelCSSClass

String labelCSSClass
The css class to apply to the label HTML element


mandatoryField

boolean mandatoryField
Mandatory field


noTabIndex

boolean noTabIndex
Do not include tab index in generated code


onChange

String onChange
The onChange value


parameter

IParameter<T> parameter
the parameter correspondent to input tag


parentInputField

AbstractFormInput<T extends AbstractInputDefinition> parentInputField
parent input field cache attribute


readonly

boolean readonly
If the field is readonly


tabIndex

Integer tabIndex
Saves the tabIndex for correct order. Calculated in the startTag.


tip

String tip
The tip field


value

String value
The value to display

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.AbstractGridForm extends Form implements Serializable

serialVersionUID: 3490512736615056038L

Serialized Fields

abstractGrid

AbstractGridTag abstractGrid
The Grid to apply filters

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.CaptchaField extends AbstractFormInput<InputCaptchaDefinition> implements Serializable

serialVersionUID: 74505852582984428L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.CheckBoxField extends AbstractFormInput<InputCheckDefinition> implements Serializable

serialVersionUID: -5930262875915460283L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.ComboField extends AbstractFormInput<InputComboDefinition> implements Serializable

serialVersionUID: -2751479590351514744L

Serialized Fields

addNull

Boolean addNull
If T a null option will be added


ajaxEvent

String ajaxEvent
An AJAX event to load the options for the combo. In the form "stageID:eventID"


autocomplete

boolean autocomplete
if the input should be rendered in auto-complete fashion


connectByField

String connectByField
The data field to pass the connect component's selected value


connectTo

String connectTo
Another component to connect to, to filter it's data


emptyText

String emptyText
The empty text that indicates that we must fill the field


fields

String fields
The fields to read from the JSON AJAX response. In the form "IDField,DescriptionField"


forceLocalDatasource

boolean forceLocalDatasource
Defines a local DataSource to force AJAX loading of locally managed lists of combo options. This will force a load of the store and after this locally filter the results on each search entered


listWidth

Integer listWidth
The combo box drop-down list width


options

List<E> options
The list of options that will be added to the combo


optionsperpage

String optionsperpage
The number of options in each page


showDescription

Boolean showDescription
If T a shows an HTML formated description bellow the option name


valign

String valign
the vertical alignment for the combo field


width

Integer width
The combo box width

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.ContentEditor extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -2751479590351514744L

Serialized Fields

collapse

Boolean collapse
True to defines if the content area appears collapsed. Only applied when not read only.


cols

Integer cols
the number of columns.


contentID

String contentID
the ContentEditor ID.


id

String id
the id of the field - will link to the id of the stage parameter.


maxLength

Long maxLength
The max length.


mode

String mode
The Presentation Mode can assume Edit, Preview.


onSuccessSaveJS

String onSuccessSaveJS
The javascript to execute after a successful execution of the save event


readOnly

Boolean readOnly
The read only.


richMode

Boolean richMode
if the input should be rendered in rich mode editor


rows

Integer rows
the number of rows.


saveAjaxEvent

String saveAjaxEvent
The saveAjaxEvent.


title

String title
The content Title.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.DateField extends AbstractFormInput<InputDateDefinition> implements Serializable

serialVersionUID: -2751479590351514744L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.DetailsForm extends AbstractGridForm implements Serializable

serialVersionUID: -8737231240792771445L

Serialized Fields

bindToGridID

String bindToGridID
The ID for the grid that this DetailsForm will bind to, when used outside of a grid component


events

List<E> events
the list of events to add to the form


formDefinition

DetailsFormDefinition formDefinition
the form definition object


formPosition

String formPosition
The details form position


height

Integer height
the height of the window (not applicable to panel details)


hideAfterSave

boolean hideAfterSave
if the panel should hide after save action (not applicable to window details)


hideGridColumns

String hideGridColumns
the list of coluns to hide on panel open (not applicable to window details)


insert

boolean insert
If T binds this form for insert operations on the parent grid


startVisible

boolean startVisible
if the panel should start visible (not applicable to window details)


update

boolean update
If T binds this form for update operations on the parent grid


width

Integer width
the width of the panel/window

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.DetailsFormEvent extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1421656856438385579L

Serialized Fields

type

DetailsFormEvent.DetailFormEventType type
the type of the event

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FieldSet extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -8805849501971285823L

Serialized Fields

border

boolean border
Render the field set border


collapsed

boolean collapsed
If the fieldset should be rendered collapsed


collapsible

boolean collapsible
If the fieldset should allow the collapsible functionality


cssClass

String cssClass
the cssClass to apply


fieldInputDefinitions

Map<K,V> fieldInputDefinitions
the input field definition objects inside the form


fieldSetDefinition

FieldSetDefinition fieldSetDefinition
the definition object


form

IFormComponent form
the parent form tag object


labelMinWidth

Integer labelMinWidth
The minimum width to set the labels to. Override default width


labelWidth

Integer labelWidth
The width to set the labels to. Override default width


layout

String layout
Layout style


title

String title
The title of the legend of the fieldset HTML element

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FileUploadField extends AbstractFormInput<InputFileDefinition> implements Serializable

serialVersionUID: -5590439796059266658L

Serialized Fields

allowDelete

Boolean allowDelete
if T will allow delete operation


docEntryId

Long docEntryId
The Document repository entry id


maxDocumentSize

String maxDocumentSize
The max document size for upload


mimeTypes

String mimeTypes
The mimeTypes allowed for upload. Comma separated values. Ex: text,zip


showPreview

Boolean showPreview
If T will show a preview of the previous file

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FilterForm extends AbstractGridForm implements Serializable

serialVersionUID: 3975998073526487182L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.Form extends AbstractFormComponent implements Serializable

serialVersionUID: -3951913686362629877L

Serialized Fields

allowFocusOnEnter

boolean allowFocusOnEnter
If the form focus the first input


border

Boolean border
Adds a border to the form


cancelStageID

String cancelStageID
The cancel action stage ID. If empty no cancel action will be rendered


cssClass

String cssClass
the CSS class to apply


destinationStageID

String destinationStageID
ID of the stage to redirect to


helpCategory

String helpCategory
The Help Category for all inner help items


labelMinWidth

Integer labelMinWidth
The minimum width to set the labels to. Override default width


labelWidth

Integer labelWidth
The width to set the labels to. Override default width


layout

String layout
Layout style


method

String method
Submit method for the form


name

String name
Name of the form


noRequiredIndicator

boolean noRequiredIndicator
set required indicator active or inactive


noRequiredMessage

boolean noRequiredMessage
Ommit's the required fields message


readonly

boolean readonly
Declares this form as readonly


renderFootnotes

boolean renderFootnotes
The tag's 'renderFootnotes' attribute.


responsiveFieldset

boolean responsiveFieldset
If the fieldset's inside should be rendered in responsive mode


saveAction

boolean saveAction
If a save action should be rendered


submitAction

boolean submitAction
If a submit action should be rendered


title

String title
The title of the legend of the fieldset HTML element

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FormActions extends AbstractActionsComponent implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

cssClass

String cssClass
The name CSS class to set

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FormCustomizer extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 99827670522956097L

Serialized Fields

businessID

String businessID
the form configuration business ID


cssClass

String cssClass
the CSS class name to apply


description

String description
the link description


formName

String formName
the name of the form


stageID

String stageID
the ID of the stage where the form belongs


title

String title
the link title

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FormCustomValidationJSCode extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1993926204611063874L

Serialized Fields

form

AbstractFormComponent form
the parent form tag object

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.FormText extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

form

IFormComponent form
the parent form tag object


tip

String tip
the title tip

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.HiddenField extends AbstractFormInput<InputHiddenDefinition> implements Serializable

serialVersionUID: -275147234651514744L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.ImageUploadField extends AbstractFormInput<InputImageDefinition> implements Serializable

serialVersionUID: -5590439796059266658L

Serialized Fields

allowDelete

Boolean allowDelete
if T will allow delete operation


maxDocumentSize

String maxDocumentSize
The max document size for upload


mimeTypes

String mimeTypes
The mimeTypes allowed for upload. Comma separated values. Ex: text,zip


resizeTo

String resizeTo
indicates the resolution to resize to


showPreview

Boolean showPreview
If T will show a preview of the previous image

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.IndentFields extends AbstractFormInput<InputIndentFieldsDefinition> implements Serializable

serialVersionUID: -1395478555149275329L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.MemoField extends AbstractFormInput<InputMemoDefinition> implements Serializable

serialVersionUID: -2751479590351514744L

Serialized Fields

cols

Integer cols
the number of columns


enableAlignments

Boolean enableAlignments
Enable Alignments -Available only in rich mode


enableColors

Boolean enableColors
Enable Colors -Available only in rich mode


enableFont

Boolean enableFont
Enable Font -Available only in rich mode


enableFontSize

Boolean enableFontSize
Enable Font Size -Available only in rich mode


enableFormat

Boolean enableFormat
Enable Format -Available only in rich mode


enableLinks

Boolean enableLinks
Enable Links -Available only in rich mode


enableLists

Boolean enableLists
Enable Lists -Available only in rich mode


enableSourceEdit

Boolean enableSourceEdit
Enable Source Edit -Available only in rich mode


maxLength

Integer maxLength
The max length.


placeHolder

String placeHolder
The html placeHolder


resizable

Boolean resizable
Resizable -Available only in rich mode


richMode

Boolean richMode
if the input should be rendered in rich mode editor


rows

Integer rows
the number of rows

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.ParameterErrors extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8965412366363627488L

Serialized Fields

cssClass

String cssClass
The css class to apply


title

String title
The title of the parameter Errors

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.RadioField extends AbstractFormInput<InputRadioDefinition> implements Serializable

serialVersionUID: 2699823813016874604L

Serialized Fields

layout

String layout
The layout of the radios to be rendered


options

List<E> options
The list of options to the radio group


style

String style
the style for the radio field. Use InputRadioStyle enum


valign

String valign
the vertical alignment for the radio field

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.RadioGroup extends AbstractFormInput<InputRadioGroupDefinition> implements Serializable

serialVersionUID: 2699823813016874604L

Serialized Fields

border

boolean border
If T a border (fieldSet) will be draw


columnWidth

String columnWidth
The columns width


description

String description
Optional description


items

List<E> items
List of inner fields


layout

String layout
The layout of the radios to be rendered


legend

boolean legend
If a legend should be rendered or not


options

List<E> options
The list of options to the radio group

Class pt.digitalis.dif.presentation.views.jsp.taglibs.form.TextField extends AbstractFormInput<InputTextDefinition> implements Serializable

serialVersionUID: -2751479590351514744L

Serialized Fields

confidential

boolean confidential
Confidential information. Will be used has a password type input


cssClass

String cssClass
A CSS class to apply to the input


placeHolder

String placeHolder
The html placeHolder


simpleText

boolean simpleText
Render the value with a text element, do not create an input


size

Integer size
the input size in characters


suffix

String suffix
the input suffix


width

String width
The width to be forced into the textfield


Package pt.digitalis.dif.presentation.views.jsp.taglibs.identitycard

Class pt.digitalis.dif.presentation.views.jsp.taglibs.identitycard.IdentityCardSignApplet extends AbstractDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

downloadDocumentId

String downloadDocumentId
The download document id.


downloadEvent

String downloadEvent
The download url.


extraParams

String extraParams
The extra params.


failureCallBackFunc

String failureCallBackFunc
The failure call back func.


stage

String stage
The form submit stage.


succesCallBackFunc

String succesCallBackFunc
The succes call back func.


title

String title
The title.


uploadDocumentParam

String uploadDocumentParam
The form document param.


uploadEvent

String uploadEvent
The form submit name.


Package pt.digitalis.dif.presentation.views.jsp.taglibs.integration

Class pt.digitalis.dif.presentation.views.jsp.taglibs.integration.Component extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -706889165696210385L

Serialized Fields

parameters

String parameters
the stage of the component to include


renderImmediate

boolean renderImmediate
if the component should render now


showMask

boolean showMask
if T the component show a mask when refreshing


stageID

String stageID
the stage of the component to include

Class pt.digitalis.dif.presentation.views.jsp.taglibs.integration.ComponentDIF1 extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -706889165696210385L

Serialized Fields

appID

String appID
the applicationID to create the link


mediaID

String mediaID
the mediaID to create the link


parameters

String parameters
the stage of the component to include


srvID

String srvID
the serviceID to create the link


stageID

String stageID
the stage of the component to include


Package pt.digitalis.dif.presentation.views.jsp.taglibs.layout

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.AbstractCheckListContainer extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8042206135399937499L

Serialized Fields

items

List<E> items
The inner items

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.AbstractToolbarAction extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -3092306006108618885L

Serialized Fields

iconCssClass

String iconCssClass
the icon CSS class


jsCode

String jsCode
the button JavaScript code


parentToolbar

IToolbar parentToolbar
The parent Grid component Tag


tooltip

String tooltip
the button tooltip

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.AbstractTreeItemContainer extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 6890342342653433678L

Serialized Fields

treeItemManager

ITreeItemContainer treeItemManager
The tree item manager

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Action extends AbstractToolbarAction implements Serializable

serialVersionUID: 3818363521582186194L

Serialized Fields

text

String text
the button text

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.AlertPopup extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 4979537232899047542L

Serialized Fields

cssClass

String cssClass
the cssClass to apply


description

String description
the description/body of the alert


id

String id
the elemento id


timeout

Long timeout
if set, after this time out the alert will disapear


title

String title
the title of the alert


type

String type
the cssClass to apply

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.AlertPopups extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7759914110768890398L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.CheckList extends AbstractCheckListContainer implements Serializable

serialVersionUID: -4670521801556597841L

Serialized Fields

autoBreak

Boolean autoBreak
Auto-inserts line breaks after each subItem group


autoNumberPrefix

Boolean autoNumberPrefix
Auto-inserts numbered prefixes to each item (taking into account subItem numbering


hasMandatoryFields

Boolean hasMandatoryFields
Defines if the check list has at least one required field.


mandatoryNote

String mandatoryNote
The note for mandatory fields. Only appears if at least one required filed exists.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.CheckListItem extends AbstractCheckListContainer implements Serializable

serialVersionUID: -7920875493579131994L

Serialized Fields

breakBefore

Boolean breakBefore
Add a visual break before this item


error

String error
The error of the summary item


helpID

String helpID
The help ID of the summary item


prefix

String prefix
The prefix of the summary item


required

Boolean required
Defines if the check list item is obligated to validate


requirednote

String requirednote
Defines if the check list item required note


stageID

String stageID
The stage ID of the summary item


stageParameters

String stageParameters
The stage's parameters of the summary item


status

CheckListItemStatusType status
the status of the summary item


tip

String tip
The tip of the summary item


title

String title
The title of the summary item


url

String url
The external URL of the summary item

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.CollapsibleArea extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8457843619960851765L

Serialized Fields

animate

boolean animate
if the hide/show should use animations


animationDirection

String animationDirection
the direction to animate the hide motion


autoHideHeight

Integer autoHideHeight
the minimal height after which the area will automatically collapse.


autoHideWidth

Integer autoHideWidth
the minimal width after which the area will automatically collapse.


cssClass

String cssClass
The CSS class to use


id

String id
the area unique ID


linkTitle

String linkTitle
the link(s) title for the show/hide action link. If the type is Toggle will support the notation 'showLink|hideLink'


persistState

CollapsibleAreaDefinition.PersistenceType persistState
if the visual state should be persisted between uses


showHideLinks

boolean showHideLinks
if T will show the toogle links. If F will assume that they will be externally generated with the CollapsibleAreaLink tag


transitionAnimation

TransitionAnimation transitionAnimation
the direction to animate the hide motion

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.CollapsibleAreaLink extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -6264059699268289778L

Serialized Fields

cssClass

String cssClass
the name of the css class to apply


linkTitle

String linkTitle
the link(s) title for the show/hide action link. If the type is Toggle will support the notation 'showLink|hideLink'


targetAreaID

String targetAreaID
the target area ID to control


transitionAnimation

TransitionAnimation transitionAnimation
the direction to animate the hide motion


type

String type
The link type: show, hide or toggle

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.ContainerBox extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7944289416273864918L

Serialized Fields

border

Boolean border
Draw border?


footnotesManager

IFootnoteContainer footnotesManager
The footnotes manager


layout

String layout
The layout


title

String title
The title of the container

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Contribution extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

fileURL

String fileURL

id

String id

localized

Boolean localized
Insert into the the JS Contributions the file with the same name has the main contribution plus the suffix of the current locale


order

Integer order

scope

String scope

type

String type

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Dialog extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

bindTo

String bindTo
the binding for the dialog.


buttons

LinkedHashMap<K,V> buttons
the buttons for the component , the LinkedHashMap maintains the button addition order.


closable

boolean closable
The closable.


cssClass

String cssClass
The dialog extra css class.


dialogEvents

Map<K,V> dialogEvents
The dialog events.


height

Integer height
The dialog height.


id

String id
The dialog ID.


jsCondition

String jsCondition
the JS condition to show the dialog.


jsHandler

String jsHandler
the JS handler code.


noButtons

boolean noButtons
The no buttons.


panelContainer

boolean panelContainer
Defines if this Dialog is a panel container or a simple HTML container.


panelContainerDefinition

PanelContainerDefinition panelContainerDefinition
the panel container full definition.


resizable

boolean resizable
Is the dialog resizable?.


stageID

String stageID
The dialog stage ID.


stageParameters

String stageParameters
The dialog stage Parameters.


title

String title
the dialog window title.


type

String type
The dialog type.


width

Integer width
The dialog width.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.DialogButton extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
The dialog ID


title

String title
the dialog window title

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.DialogJSCondition extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.DialogJSHandler extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.FieldLayout extends Form implements Serializable

serialVersionUID: 8500353511279907579L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Menu extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

adminGroup

String adminGroup
The administration group for editing for the menu


cssClass

String cssClass
CSS class to add to the menu container


dynamicSubMenus

Boolean dynamicSubMenus
Generate sub-menus collapsible


editable

Boolean editable
If the menu is customizable by administrators


iconImage

String iconImage
Icon to use as the side bar image. For MAIN_SIDE_ICON type only


items

List<E> items
The enclosed menu items


layout

MenuLayoutType layout
The layout for the menu


name

String name
The name of the menu


title

String title
The title for the menu box

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.MenuItem extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 5175554710790591161L

Serialized Fields

columnBreak

boolean columnBreak
If True will force a column break


content

String content
the text content


cssClass

String cssClass
CSS class to add to the menu item


groupListAccess

String groupListAccess
The group list to show this item to. Other will not see it


id

String id
the id


label

String label
The label of the menu item


newWindow

Boolean newWindow
If the link should be opened in a new window


noLink

boolean noLink
Will force no link to be generated. Result is similar to what show without access does generates


parameters

String parameters
the stage parameters


popup

String popup
the popupMode config


showWithoutAccess

boolean showWithoutAccess
Show the link to the stage even if there is no access to it


stageID

String stageID
The stageID for the menu item to link to


subItems

List<E> subItems
The sub-menu items if present


toolTip

String toolTip
The tool tip of the menu item


url

String url
The URL to link to

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.MenuItemDIF1Service extends MenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

appID

String appID
Application ID


mediaID

String mediaID
Media ID


parameters

String parameters
Optional parameters


providerID

String providerID
Provider ID


srvID

String srvID
Service ID

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.MenuText extends MenuItem implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.MessageBox extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 2006434416891371671L

Serialized Fields

message

String message
The 'message' attribute.


mode

String mode
The 'mode' attribute.


type

String type
The 'type' attribute.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.PageContainer extends AbstractPanelContainer implements Serializable

serialVersionUID: -8701318340534507430L

Serialized Fields

activePage

Integer activePage
The default active page


hasIndexPage

Boolean hasIndexPage
If there should be rendered an index page (from the first page)


layout

String layout
the container layout

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.PerfilMenu extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -4313085125101132389L

Serialized Fields

cssClass

String cssClass
The css Class


stages

List<E> stages
The stages.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.ProgressBar extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7845943994230861279L

Serialized Fields

current

Double current
current position of the progress bar


description

String description
a custom description for the bar text


id

String id
the component ID


renderOnPanelWithID

String renderOnPanelWithID
the parent panel that should trigger the render of the ProgressBar


title

String title
the optional title


total

Double total
total of the progress bar


width

String width
the width of the bar

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Summary extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -4670761490892713672L

Serialized Fields

cssClass

String cssClass
The name CSS class to set


title

String title
The name title for the summary


isFirstItem

boolean isFirstItem
for control purposes: Determines if the first summaryItem has been rendered.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.SummaryItem extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -5658115451389141998L

Serialized Fields

newLine

Boolean newLine
Inserts a new line before this item


title

String title
The title of the summary item


value

String value
The value of the summary item


valueCSSClass

String valueCSSClass
The value of the summary item

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.ToggleAction extends AbstractToolbarAction implements Serializable

serialVersionUID: 7530221972652570805L

Serialized Fields

text

String text
the button text

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.Wizard extends AbstractFormComponent implements Serializable

serialVersionUID: 5053847238144664418L

Serialized Fields

customMessageIDCancel

String customMessageIDCancel
the message ID to replace the Cancel link text. If null uses the default


customMessageIDExit

String customMessageIDExit
the message ID to replace the Exit link text. If null uses the default


customMessageIDFinish

String customMessageIDFinish
the message ID to replace the Finish link text. If null uses the default


customMessageIDNext

String customMessageIDNext
the message ID to replace the Next link text. If null uses the default


customMessageIDPrevious

String customMessageIDPrevious
the message ID to replace the Previous link text. If null uses the default


definition

WizardDefinition definition
The wizard definition object


description

String description
The description of the wizard. For the index page


formLayout

String formLayout
the layout of the inner form


hasIndexPage

Boolean hasIndexPage
if there should exist an auto generated wizard index page


height

Integer height
the wizard content fixed height. Forces inner scroll when the content exceeds it


indexLayout

String indexLayout
the layout of the index when visible


items

List<E> items
The list of items of the current wizard


name

String name
The name (id) of the wizard


noRequiredIndicator

boolean noRequiredIndicator
set required indicator active or inactive


panelContainer

IPanelContainer panelContainer
The panel manager


panelContainerDefinition

PanelContainerDefinition panelContainerDefinition

readonly

boolean readonly
Declares this form as readonly


showCancel

boolean showCancel
If T the show button will be show


showExit

boolean showExit
If T the exit button will be show


showFinish

boolean showFinish
If T the finish button will be show


showIndex

Boolean showIndex
if the index should be showed on all pages


showProgress

boolean showProgress
If T the progress information will be show


showTitlePrefix

boolean showTitlePrefix
Turn on or off the titlePrefix


titlePrefix

String titlePrefix
Customize the title prefix message


topNavigation

Boolean topNavigation
If T a top navigation will be added to the bottom one


wizard

WizardDefinition wizard
The wizard definition


wizardStep

Integer wizardStep
The wizard step


wrapWithForm

Boolean wrapWithForm
If the wizard should render it's inner components inside it's form

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.WizardPanel extends Panel implements Serializable

serialVersionUID: 2084170864780209684L

Serialized Fields

bindTo

String bindTo
the HTML component ID to bind the dialog animation from


definition

WizardPanelDefinition definition
The wizard definition object


dialog

boolean dialog
if T will create a popup Dialog Window with the wizard


handlers

Map<K,V> handlers
/** the event handlers


height

Integer height
the wizard height

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.WizardPanelHandler extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 5665992029198245698L

Serialized Fields

event

String event
the event name

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.WizardStage extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -8454866913732946L

Serialized Fields

accessible

boolean accessible
If the current step is accessible: for use in wizards


description

String description
The description to use for the current step. Default to the stage description.


enabled

boolean enabled
If the current step should be rendered


name

String name
The name to use for the current step. Default to the stage name.


parameters

String parameters
Parameters to pass to the stage


stageID

String stageID
The stage to add as a wizard step


Package pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.AbstractPanelContainer extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 8610587468649541455L

Serialized Fields

align

PanelAlignment align
the panel alignment


border

Boolean border
Inserts a border


collapsed

Boolean collapsed
Starts as collapsed


collapsible

Boolean collapsible
Can be collapsed


height

Integer height
The height of the panel component


innerComplexPanels

Map<K,V> innerComplexPanels
A map of inner complex panels that need to be redrawned upon activation, for each contained page panel


panelContainerDefinition

PanelContainerDefinition panelContainerDefinition
the panel container full definition


plain

Boolean plain
If T will render the tabs in plain format


resizable

Boolean resizable
if T the panel in rich mode will be resizable by the user


split

Boolean split
if T will show splitter bar to resize the panels


title

String title
The panel component title


type

PanelType type
the type of the container


width

String width
The width of the panel component

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.Accordion extends AbstractPanelContainer implements Serializable

serialVersionUID: -2167305586760224325L

Serialized Fields

autoOpenFirstPanel

boolean autoOpenFirstPanel
Determines if the first element is open or not

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.GridTreeSelect extends Grid implements Serializable

serialVersionUID: 1L

Serialized Fields

autoNumberPrefix

Boolean autoNumberPrefix
Auto-inserts numbered prefixes to each item (taking into account subItem numbering


height

Integer height
The height of the tree component


treeItemManager

ITreeItemContainer treeItemManager
The tree item manager


treeTitle

String treeTitle
The tree component title


treeWidth

String treeWidth
The width of the tree component

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.MultiSelect extends Grid implements Serializable

serialVersionUID: 198434560092336649L

Serialized Fields

addEvent

String addEvent
Identifier for addEvent


availablesDataSet

String availablesDataSet
Identifier for available DataSet


deleteEvent

String deleteEvent
Identifier for deleteEvent


descriptionColumnId

String descriptionColumnId
Identifier for description column


descriptionSelectedColumn

String descriptionSelectedColumn
Identifier for description column


id

String id
Identifier for Id


idColumn

String idColumn
Identifier for id column


idSelectedColumn

String idSelectedColumn
Identifier for id select column


selectedDataSet

String selectedDataSet
Identifier for selected DataSet


titleAvailable

String titleAvailable
Identifier for title available grid


titleSelected

String titleSelected
Identifier for title selected grid

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.Panel extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -2167305586760224325L

Serialized Fields

accessible

boolean accessible
If the current panel is accessible: for use in wizards


align

PanelAlignment align
the panel alignment


autoLoad

boolean autoLoad
If the current panel load's content on show


border

Boolean border
Inserts a border


collapsed

Boolean collapsed
Starts as collapsed


collapsible

Boolean collapsible
Can be collapsed


cssClass

String cssClass
a CSS class to apply to the panel Body


description

String description
The description of this panel


enabled

boolean enabled
If the current panel should be rendered


footnotesManager

IFootnoteContainer footnotesManager
The footnotes manager


height

Integer height
The height of the panel component


hidden

boolean hidden
if the panel should be rendered hidden


id

String id
The id of the accordion component to render


panelContainerDefinition

PanelContainerDefinition panelContainerDefinition
A fake container definition. Will be used to hold the contained panels if they exist, but cannot by itself be used as a main panel container element.


split

Boolean split
if T will show splitter bar to resize the panels


stageID

String stageID
The panel stage ID.


stageParameters

String stageParameters
The panel stage Parameters.


title

String title
The title of the accordion


toolbarButtons

List<E> toolbarButtons
the panel toolbar buttons


width

String width
The width of the panel component

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.PanelActions extends AbstractActionsComponent implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

align

String align
The alignment


cssClass

String cssClass
The name CSS class to set


parentPanelContainer

IPanelContainer parentPanelContainer

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.PanelContainer extends AbstractPanelContainer implements Serializable

serialVersionUID: 1233988927523339279L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.PropertiesEditor extends AbstractGridTag implements Serializable

serialVersionUID: 1L

Serialized Fields

height

Integer height
The height of the frame component


propertiesEditorDefiniton

PropertiesEditorDefinition propertiesEditorDefiniton
Properties Editor definition


props

List<E> props
the list of properties


treeItemManager

ITreeItemContainer treeItemManager
The tree item manager

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.Tabs extends AbstractPanelContainer implements Serializable

serialVersionUID: -2167305586760224325L

Serialized Fields

activeTab

Integer activeTab
The default active tab

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.Tree extends AbstractTreeItemContainer implements Serializable

serialVersionUID: -1886619212414728803L

Serialized Fields

align

PanelAlignment align
the panel alignment


autoNumberPrefix

Boolean autoNumberPrefix
Auto-inserts numbered prefixes to each item (taking into account subItem numbering


border

Boolean border
Inserts a border


collapsed

Boolean collapsed
Starts as collapsed


collapsible

Boolean collapsible
Can be collapsed


height

Integer height
The height of the panel component


title

String title
The panel component title


width

String width
The width of the panel component

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.TreeCard extends AbstractPanelContainer implements Serializable

serialVersionUID: -2167305586760224325L

Serialized Fields

activePanel

String activePanel
The default active tab

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.TreeItem extends AbstractTreeItemContainer implements Serializable

serialVersionUID: -7920875493579131994L

Serialized Fields

cssClass

String cssClass
CSS class to apply


error

String error
The error of the summary item


helpID

String helpID
The help ID of the item


stageID

String stageID
The stage ID of the item


stageParameters

String stageParameters
The stage's parameters of the item


status

TreeItemStatusType status
the status of the item


tip

String tip
The tip of the item


title

String title
The title of the item


url

String url
The external URL of the item


Package pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.AbstractGridAction extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -3092306006108618885L

Serialized Fields

iconCssClass

String iconCssClass
the icon CSS class


jsCode

String jsCode
the button JavaScript code


parentGrid

Grid parentGrid
The parent Grid component Tag


tooltip

String tooltip
the button tooltip

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.AbstractGridTag extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 264296946373985600L

Serialized Fields

ajaxEvent

String ajaxEvent
An AJAX event to load the options for the combo. In the form "stageID:eventID"


groupColumn

String groupColumn
Group column


id

String id
the grid component id


renderInnerContentOnTopPanel

boolean renderInnerContentOnTopPanel
If T will render all existing grid inner content on a top panel. If not will render it before the grid, outside the panel container


theFootnotesManager

FootnotesManager theFootnotesManager
The footnotes manager.


title

String title
the grid title


toolbarButtons

List<E> toolbarButtons
the grid toolbar buttons

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.Column extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -4770632575033420846L

Serialized Fields

align

String align
The column align


attribute

String attribute
the column data object attribute name from where to extract the cell value from


confirmation

boolean confirmation
Confirmation dialog?


confirmationMessage

String confirmationMessage
Message Confirmation dialog


defaultValue

String defaultValue
The default value for new records


forceUnmodifiedUpdate

boolean forceUnmodifiedUpdate
If T will force any AJAX updates to send this field value even if not modified


hidden

boolean hidden
If the column should be hidden by default


optionsAjaxEvent

String optionsAjaxEvent
The AJAX event for editing combo columns


readonly

boolean readonly
If the column should be editable


sortable

boolean sortable
Sortable column?


summary

String summary
The summary function to set


summaryCalc

String summaryCalc
the summary calc implementation id


summaryFormat

String summaryFormat
The summary function format renderer to set


title

String title
the column title


type

String type
The type of the column. Auto by default.


urlFormat

String urlFormat
The format string that will be used to render the url column value


urlLabel

String urlLabel
The label for the url to be rendered


width

int width
The initial width of the column


wordWrap

Boolean wordWrap
if the column't text should wrap

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.ColumnGroup extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -6371681992655041303L

Serialized Fields

innerElements

List<E> innerElements
the list of inner columns or column groups


title

String title
the title for the column group

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.Grid extends AbstractGridTag implements Serializable

serialVersionUID: 1992584408386046649L

Serialized Fields

align

PanelAlignment align
the panel alignment


autoRender

Boolean autoRender
Defined if grid is auto renderer


collapsed

boolean collapsed
If the grid should be rendered collapsed


collapsible

boolean collapsible
If the grid should allow the collapsible functionality


columnElements

List<E> columnElements
The map of all inner column elements and all their inner elements


data

Object data
The list to read the data from


delRow

boolean delRow
Generates a delete row button


dragAndDropText

String dragAndDropText
The grid dragAndDropText


enableDragAndDrop

boolean enableDragAndDrop
The grid enableDragAndDrop definition


exportToExcel

boolean exportToExcel
If T will allow export to Excel file


gridDefinition

GridDefinition gridDefinition
The current grid definition object


height

Integer height
The grid heigth


multiSelect

boolean multiSelect
Provides a multi-select model for the grid's rows


noDataMessage

String noDataMessage
Data to display when no data exists on the grid


plainHtml

boolean plainHtml
Force a plain HTML table


readonly

Boolean readonly
Creates an editable grid


readonlyColumn

String readonlyColumn
Defines the column do dictate conditional row editing


readonlyDatasource

Boolean readonlyDatasource
Creates an editable grid datasource


recordsperpage

String recordsperpage
The number of records in each page


renderFootnotes

boolean renderFootnotes
The tag's 'renderFootnotes' attribute.


rowActions

List<E> rowActions
the row actions


serversort

boolean serversort
If the grid supports remote sorting


showBorder

boolean showBorder
If the grid should be rendered with borders


showHeader

boolean showHeader
If the grid should be rendered with headers


showRowLines

boolean showRowLines
If the grid should be rendered with row lines


width

String width
The grid width

Class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.RowAction extends AbstractGridAction implements Serializable

serialVersionUID: -3399709413281253182L


Package pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.chart

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.chart.ChartDataSeries extends LinkedHashMap<String,BigDecimal> implements Serializable

serialVersionUID: 5675472200740262181L


Package pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.panels

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.panels.GridBulkActions extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

actions

List<E> actions
The actions.


buttonHandler

String buttonHandler
The combo handler.


gridFilterHandler

String gridFilterHandler
The grid filter handler.


updateRecordHandler

String updateRecordHandler
The update record handler.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.panels.GridJSConfig extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.presentation.views.jsp.taglibs.objects.streamgenerators.charts

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.streamgenerators.charts.MultiColorBarRenderer extends org.jfree.chart.renderer.category.BarRenderer3D implements Serializable

serialVersionUID: -5894109492045698424L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.streamgenerators.charts.MultiColorBarRenderer3d extends org.jfree.chart.renderer.category.BarRenderer3D implements Serializable

serialVersionUID: 1654105993121959103L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.objects.streamgenerators.charts.MultiColorLineRenderer3d extends org.jfree.chart.renderer.category.LineRenderer3D implements Serializable

serialVersionUID: 1654105993121959103L


Package pt.digitalis.dif.presentation.views.jsp.taglibs.security

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.Login extends UserInfo implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.LoginRegisterWindow extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -200966285350057465L

Serialized Fields

allowLogin

Boolean allowLogin
Allow login if not authenticated


allowLogout

Boolean allowLogout
Allow logout if not authenticated


allowRememberMe

Boolean allowRememberMe
Allow auto-login if not authenticated. via cookie


cssClass

String cssClass
The CSS class name


includeLoginForm

Boolean includeLoginForm
Include a login form in the popup window if not authenticated


includeRegisterForm

Boolean includeRegisterForm
Include a registration form in the popup window if not authenticated


loginLabel

String loginLabel
the login label


onLoginStageID

String onLoginStageID
Stage to redirect to after successful login


onLogoutStageID

String onLogoutStageID
Stage to redirect to after successful logout


onRegisterStageID

String onRegisterStageID
Stage to redirect to after successful registration

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.Logout extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

cssClass

String cssClass
The CSS class name


hint

String hint
The logout pop-up hint


onLogoutStageID

String onLogoutStageID
Stage to redirect to after successful logout


title

String title
The logout link title

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.StageLink extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -3386438801742830472L

Serialized Fields

confirmation

Boolean confirmation
If T will show a confirmations message before directing to the requested stage


confirmationMessage

String confirmationMessage
A custom confirmation message text


cssClass

String cssClass
the CSS class to apply


description

String description
the description of the link


noTabIndex

boolean noTabIndex
Do not include tab index in generated code


parameters

String parameters
the stage of the component to include


popup

String popup
the popupMode config


showDescriptionWhenNoAccess

boolean showDescriptionWhenNoAccess
Show the link even when there is no access


stageID

String stageID
the stageID to create the link

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.StageLinkDIF1 extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -3386438801742830472L

Serialized Fields

appID

String appID
the applicationID to create the link


cssClass

String cssClass
the CSS class to apply


description

String description
the description of the link


mediaID

String mediaID
the mediaID to create the link


noTabIndex

boolean noTabIndex
Do not include tab index in generated code


parameters

String parameters
the stage of the component to include


showDescriptionWhenNoAccess

boolean showDescriptionWhenNoAccess
Show the link even when there is no access


srvID

String srvID
the serviceID to create the link


stageID

String stageID
the stageID to create the link

Class pt.digitalis.dif.presentation.views.jsp.taglibs.security.UserInfo extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7475118843128990530L

Serialized Fields

allowLogin

boolean allowLogin
Allow login if not authenticated


allowLogout

boolean allowLogout
Allow logout if not authenticated


includeLoginForm

boolean includeLoginForm
Include a login form in-place if not authenticated


layout

String layout
the layout to generate


onLoginStageID

String onLoginStageID
Stage to redirect to after successful login


onLogoutStageID

String onLogoutStageID
Stage to redirect to after successful logout


showUserInfo

Boolean showUserInfo
Stage to redirect to after successful logout


Package pt.digitalis.dif.presentation.views.jsp.taglibs.utils

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.AbstractAJAXRequestActionTag extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 7703359294474129749L

Serialized Fields

executeJavaScript

Boolean executeJavaScript
indicates that the content is to be treated as JavaScript to execute


loadingMessage

String loadingMessage
the loading message text


newWindow

Boolean newWindow
Open stage or url in a new window


parsedAction

AJAXRequestActionDefinition parsedAction

refreshComponentID

String refreshComponentID
DOM element ID to update


showLoadingMessage

boolean showLoadingMessage
if T will show loading message while the action executes


showResult

Boolean showResult
DOM element ID to update


stageID

String stageID
Stage to redirect to


stageParameters

String stageParameters
Stage parameters


targetElementID

String targetElementID
DOM element ID to update


url

String url
URL to redirect to

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.ActionItem extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 5175554710790591161L

Serialized Fields

confirmation

Boolean confirmation
If T will show a confirmations message before directing to the requested stage


confirmationMessage

String confirmationMessage
A custom confirmation message text


cssClass

String cssClass
The CSS class to use


disabled

boolean disabled
Render the link as disabled


groupListAccess

String groupListAccess
The group list to show this item to. Other will not see it


id

String id
the action item HTML element ID


javascript

String javascript
The URL to link to


javaScriptFunction

String javaScriptFunction
The JS function to call on click


label

String label
The label of the action item


newWindow

boolean newWindow
If the link should be opened in a new window


popup

String popup
the popupMode config


showWithoutAccess

boolean showWithoutAccess
Show the link to the stage even if there is no access to it


stageID

String stageID
The stageID for the menu item to link to


stageParameters

String stageParameters
The stage parameters in a a key value comma separated list


submitType

String submitType
The Form Input type to assign the INPUT TYPE xxx to create


title

String title
The title of the action item


type

String type
The action type


url

String url
The URL to link to

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Actions extends AbstractActionsComponent implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

align

String align
The alignment


cssClass

String cssClass
The name CSS class to set

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.AjaxRequest extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

requestDefinition

AJAXRequestDefinition requestDefinition
request definition

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.DateTime extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1345545634654L

Serialized Fields

cssClass

String cssClass
The css class to generated optionally


showDate

boolean showDate
If the date should be displayed


showTime

boolean showTime
If the time should be displayed


updateTime

boolean updateTime
If the time should be updated (JavaScript) in the page

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.DocumentGenerator extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

description

String description
the description message if available


documentID

Long documentID
the document id from the repository


eventID

String eventID
the event id


id

String id
The ID for the HTML element to generate


layout

String layout
the layout to render


message

String message
the document link message


mimetype

String mimetype
the mime-type to force (visual icon only) to render


parameters

String parameters
the event parameters

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Download extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

description

String description
the description message if available


id

String id
The ID for the HTML element to generate


layout

String layout
the layout to render


message

String message
the document link message


mimetype

String mimetype
the mime-type to force (visual icon only) to render


urls

String urls
the urls to show

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.DownloadList extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1880547856269090070L

Serialized Fields

description

String description
the description message if available


message

String message
the document link message

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Failure extends AbstractAJAXRequestActionTag implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Footnote extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 5175554710790591161L

Serialized Fields

id

String id
The tag's 'id' attribute.


label

String label
The tag's 'label' attribute.


noteSequenceNumber

int noteSequenceNumber
The note sequence number on the page.


unnumbered

boolean unnumbered
The tag's 'unnumbered' attribute.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Footnotes extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

footnotesManager

FootnotesManager footnotesManager
The footnotes manager.

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.RequestParameter extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The parameter Name


type

RequestParameterType type
The parameter Type


value

String value
The parameter Value

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Search extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 3763876537625L

Serialized Fields

cssClass

String cssClass
The css class to generated optionally


externalEngines

boolean externalEngines
If searching on external engines is allowed

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.ServerProcess extends AjaxRequest implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.presentation.views.jsp.taglibs.utils.Success extends AbstractAJAXRequestActionTag implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.rules.exceptions

Class pt.digitalis.dif.rules.exceptions.InitializationException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

descriptor

AbstractDescriptor descriptor
the entity that has failed

Class pt.digitalis.dif.rules.exceptions.MissingContextException extends InitializationException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.rules.exceptions.TooManyContextParamsException extends InitializationException implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.rules.exceptions.flow

Class pt.digitalis.dif.rules.exceptions.flow.FlowActionDoesNotExistException extends FlowActionException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.rules.exceptions.flow.FlowActionException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

flowAction

FlowActionDescriptor flowAction
the Flow Action that has failed

Class pt.digitalis.dif.rules.exceptions.flow.FlowException extends Exception implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.rules.exceptions.flow.InvalidFlow extends FlowException implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidClass

Class<T> invalidClass
the given class that was classified as invalid for Flow by the manager


Package pt.digitalis.dif.rules.exceptions.rules

Class pt.digitalis.dif.rules.exceptions.rules.ConditionRuleInvalidException extends RuleException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.rules.exceptions.rules.InvalidRuleGroup extends RuleGroupException implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidGroupClass

Class<T> invalidGroupClass
the given class that was classified as invalid for RuleGroup by the manager

Class pt.digitalis.dif.rules.exceptions.rules.RuleDoesNotExistException extends RuleException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.rules.exceptions.rules.RuleException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

rule

RuleDescriptor rule
the Rule that has failed

Class pt.digitalis.dif.rules.exceptions.rules.RuleGroupException extends Exception implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.sanitycheck.exceptions

Class pt.digitalis.dif.sanitycheck.exceptions.SanityCheckException extends AbstractCustomBusinessException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.sanitycheck.exceptions.WrongTestMethodSignature extends SanityCheckException implements Serializable

serialVersionUID: -7189355421375629096L


Package pt.digitalis.dif.test.exception

Class pt.digitalis.dif.test.exception.PageTestException extends Exception implements Serializable

serialVersionUID: -4806783143943947420L


Package pt.digitalis.dif.test.objects

Class pt.digitalis.dif.test.objects.TagMethodsReturnMap.InvalidTagMethodsReturnMapException extends Exception implements Serializable

serialVersionUID: -5961032867129607991L


Package pt.digitalis.dif.translator.exception

Class pt.digitalis.dif.translator.exception.TranslatorException extends Exception implements Serializable

serialVersionUID: 436290834234234L


Package pt.digitalis.dif.utils.extensions.cms.exception

Class pt.digitalis.dif.utils.extensions.cms.exception.AlreadyDeletedException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.ContentItemNotFoundException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.ContentItemWithDuplicateNameAndParentNodeException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.ContentManagerException extends DIFException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.InvalidNameException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.InvalidParentNodeException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.InvalidPathException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.NoAccessException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.NodeNotFoundException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.NodeWithDuplicatePathException extends ContentManagerException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.cms.exception.NodeWithNodesException extends ContentManagerException implements Serializable

serialVersionUID: 1L


Package pt.digitalis.dif.utils.extensions.document

Class pt.digitalis.dif.utils.extensions.document.DocumentRepositoryException extends DIFException implements Serializable

serialVersionUID: 1L

Class pt.digitalis.dif.utils.extensions.document.MaximumDocumentSizeException extends DocumentRepositoryException implements Serializable

serialVersionUID: 1L

Serialized Fields

limit

Integer limit
the limit defined when the exception was launched

Class pt.digitalis.dif.utils.extensions.document.UnauthorizedDocumentAccess extends DocumentRepositoryException implements Serializable

serialVersionUID: 2042571585977559161L


Package pt.digitalis.dif.utils.mail

Class pt.digitalis.dif.utils.mail.MailAction extends pt.digitalis.utils.pools.AbstractAction implements Serializable

serialVersionUID: 429211122232L

Serialized Fields

addressBCC

String addressBCC
The mail address BCC field


addressCC

String addressCC
The mail address CC field


addressFrom

String addressFrom
The mail address FROM field


addressTo

String addressTo
The mail address TO field


body

String body
The mail body content


subject

String subject
The mail subject


type

MailType type
The mail MIME type


Package pt.digitalis.dif1.model.data

Class pt.digitalis.dif1.model.data.Userdetails extends AbstractBeanAttributes implements Serializable

Serialized Fields

id

UserdetailsId id
id private attribute


users

Users users
users private attribute


value

String value
value private attribute

Class pt.digitalis.dif1.model.data.UserdetailsId extends AbstractBeanAttributes implements Serializable

Serialized Fields

key

String key
key private attribute


userid

long userid
userid private attribute

Class pt.digitalis.dif1.model.data.Users extends AbstractBeanAttributes implements Serializable

Serialized Fields

emailaddress

String emailaddress
emailaddress private attribute


externalid

String externalid
externalid private attribute


groupid

short groupid
groupid private attribute


internal

Boolean internal
internal private attribute


loginname

String loginname
loginname private attribute


password

String password
password private attribute


suspension

Boolean suspension
suspension private attribute


userdetailses

Set<E> userdetailses
userdetailses private attribute


userid

long userid
userid private attribute


username

String username
username private attribute



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.