Serialized Form


Package pt.digitalis.dif.listeners

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

serialVersionUID: 1308752358426404726L

Serialized Fields

httpChal

pt.digitalis.dif.controller.interfaces.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.DocumentListener extends HttpListener implements Serializable

serialVersionUID: 14857394857879979L

Serialized Fields

documentRepositoryManager

pt.digitalis.dif.utils.extensions.document.IDocumentRepositoryManager documentRepositoryManager

session

pt.digitalis.dif.controller.interfaces.IDIFSession session

sessionManager

pt.digitalis.dif.controller.security.managers.ISessionManager sessionManager

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

serialVersionUID: 5016965695982538616L

Serialized Fields

errorHandler

pt.digitalis.dif.controller.interfaces.IDispatcherErrorHandler errorHandler
The associated error handler implementation.


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

java.lang.String email
the user email


followupStage

java.lang.String followupStage
where the user will be redirected after successful registration


followupStageParameters

java.util.Map<K,V> followupStageParameters
the destination stage parameters


fullName

java.lang.String fullName
the user full name


languageID

java.lang.String languageID
the language to use


password

java.lang.String password
the user password


profileID

java.lang.String profileID
the profile id


username

java.lang.String username
the user login name

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

serialVersionUID: 554433322232L

Serialized Fields

registrationActionId

java.lang.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

items

java.util.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

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

java.awt.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

java.lang.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

java.lang.String id
The unique id for the chart


label

java.lang.String label
The label for the chart image


limitToFirst

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


minumumValue

java.lang.Double minumumValue
the bottom limit to render on the chart


othersDescription

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


pieRenderOrigin

java.lang.Double pieRenderOrigin

render3d

boolean render3d
T if the chart should be rendered 3D


showLegend

java.lang.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

java.lang.String title
The title of the chart


titleXAxis

java.lang.String titleXAxis
the X axis


titleYAxis

java.lang.String titleYAxis
the Y axis


type

ChartType type
The chart type


unit

java.lang.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

pt.digitalis.dif.controller.interfaces.IDIFRequest difRequest
the current request. Will persist through each servlet request


httpChal

pt.digitalis.dif.controller.interfaces.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

java.lang.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

java.util.List<E> activePopups
The currently active popuplist


addDefaultCSSContributions

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


charset

java.lang.String charset
The charset


contributions

DocumentContributions contributions
Document contributions gathered from all the inner tags


difgen

int difgen
Sys-generated component number


docType

java.lang.String docType
The DocType


firstFocusInputID

java.lang.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


mainDocument

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


maskOnLoad

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


scratchPad

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


templateID

java.lang.String templateID
The template stage ID


templatePopupID

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


title

java.lang.String title
The page title

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

serialVersionUID: -3906489178003484323L

Serialized Fields

cssClass

java.lang.String cssClass
The css class to generated optionally


title

java.lang.String title
the message title

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

serialVersionUID: 6425836121477794768L

Serialized Fields

item

java.lang.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

java.lang.String category
The category for this item


description

java.lang.String description
The description


detail

java.lang.String detail
The details message


id

java.lang.String id
The id of the help item to add


image

java.lang.String image
The image


largeImage

java.lang.String largeImage
The larger image


url

java.lang.String url
The external URL

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

serialVersionUID: -6199210039542211488L

Serialized Fields

cssClass

java.lang.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

java.lang.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

java.lang.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

java.lang.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

java.lang.String editParameters
the edit parametrs


idColumn

java.lang.String idColumn
the custom ID column


popupForm

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


popupParameters

java.lang.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

formManager

FormManager formManager
The form manager

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

serialVersionUID: 8937789985985439376L

Serialized Fields

extComponentsIdList

java.util.ArrayList<E> extComponentsIdList
The ext components array


form

IFormComponent form
the parent form tag object


groupLabel

java.lang.Boolean groupLabel
Group Label switch on/off


helpID

java.lang.String helpID
The Help Item ID


htmlCheckBoxIdList

java.util.ArrayList<E> htmlCheckBoxIdList
The html radios array


htmlElementsIdList

java.util.ArrayList<E> htmlElementsIdList
The array containing normal html elements


htmlInputsIdList

java.util.ArrayList<E> htmlInputsIdList
The html inputs array


htmlRadioIdList

java.util.ArrayList<E> htmlRadioIdList
The html radios array


mandatoryField

boolean mandatoryField
Mandatory field


noTabIndex

boolean noTabIndex
Do not include tab index in generated code


numberOfChilds

java.lang.Integer numberOfChilds
determines if a component has childs


onChange

java.lang.String onChange
The onChange value


parameter

pt.digitalis.dif.dem.objects.parameters.IParameter<T> parameter
the parameter correspondent to input tag


readonly

boolean readonly
If the field is readonly


tip

java.lang.String tip
The tip field

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

serialVersionUID: -5930262875915460283L

Serialized Fields

autoSubmit

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


id

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


label

java.lang.String label
The label to display

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

serialVersionUID: -2751479590351514744L

Serialized Fields

addNull

java.lang.Boolean addNull
If T a null option will be added


ajaxEvent

java.lang.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


autoSubmit

java.lang.Boolean autoSubmit
ComboField autoSubmit feature


connectByField

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


connectTo

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


emptyText

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


fields

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


id

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


label

java.lang.String label
The label to display


listWidth

java.lang.Integer listWidth
The combo box drop-down list width


options

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


optionsperpage

java.lang.String optionsperpage
The number of options in each page


valign

java.lang.String valign
the vertical alignment for the combo field


value

java.lang.String value
The selected value


width

java.lang.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

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


cols

java.lang.Integer cols
the number of columns.


contentID

java.lang.String contentID
the ContentEditor ID.


id

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


mode

java.lang.String mode
The Presentation Mode can assume Edit, Preview.


onSuccessSaveJS

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


readOnly

java.lang.Boolean readOnly
The read only.


rows

java.lang.Integer rows
the number of rows.


saveAjaxEvent

java.lang.String saveAjaxEvent
The saveAjaxEvent.


title

java.lang.String title
The content Title.

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

serialVersionUID: -2751479590351514744L

Serialized Fields

id

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


label

java.lang.String label
The label to display


value

java.lang.String value
The value to display

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


form

IFormComponent form
the parent form tag object


labelWidth

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


layout

java.lang.String layout
Layout style


title

java.lang.String title
The title of the legend of the fieldset HTML element

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

serialVersionUID: -5590439796059266658L

Serialized Fields

id

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


label

java.lang.String label
The label to display


mimeTypes

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


maxDocumentSize

java.lang.String maxDocumentSize
The max document size for upload

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

serialVersionUID: -3951913686362629877L

Serialized Fields

abstractGrid

AbstractGridTag abstractGrid
The Grid to apply filters


border

boolean border
Adds a border to the form


cancelStageID

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


clientValidation

boolean clientValidation
Validate data on the client


destinationStageID

java.lang.String destinationStageID
ID of the stage to redirect to


helpCategory

java.lang.String helpCategory
The Help Category for all inner help items


labelWidth

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


layout

java.lang.String layout
Layout style


method

java.lang.String method
Submit method for the form


name

java.lang.String name
Name of the form


noActions

boolean noActions
Ommit's the default action generation for 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.


saveAction

boolean saveAction
If a save action should be rendered


submitAction

boolean submitAction
If a submit action should be rendered


title

java.lang.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

java.lang.String cssClass
The name CSS class to set

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

java.lang.String tip
the title tip

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

serialVersionUID: -275147234651514744L

Serialized Fields

id

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


value

java.lang.String value
The value to force. Will override the parameter binding

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

serialVersionUID: -1395478555149275329L

Serialized Fields

id

java.lang.String id
Id for ident field


label

java.lang.String label
The label of the indentation


tip

java.lang.String tip
The tip of the indentation

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

serialVersionUID: -2751479590351514744L

Serialized Fields

cols

java.lang.Integer cols
the number of columns


id

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


label

java.lang.String label
The label to display


richMode

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


rows

java.lang.Integer rows
the number of rows

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

serialVersionUID: 8965412366363627488L

Serialized Fields

title

java.lang.String title
The title of the parameter Erros

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

serialVersionUID: 2699823813016874604L

Serialized Fields

autoSubmit

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


id

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


label

java.lang.String label
The label to display


layout

java.lang.String layout
The layout of the radios to be rendered


options

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


valign

java.lang.String valign
the vertical alignment for the radio field

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

serialVersionUID: 2699823813016874604L

Serialized Fields

border

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


columnWidth

java.lang.String columnWidth
The columns width


description

java.lang.String description
Optional description


items

java.util.List<E> items
List of inner fields


label

java.lang.String label
The label to display


layout

java.lang.String layout
The layout of the radios to be rendered


legend

boolean legend
If a legend should be rendered or not


options

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


radioGroupDefinion

RadioGroupDefinition radioGroupDefinion
RadioGroup helper definition

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

serialVersionUID: -2751479590351514744L

Serialized Fields

confidential

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


cssClass

java.lang.String cssClass
A CSS class to apply to the input


id

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


label

java.lang.String label
The label to display


size

java.lang.Integer size
the input size in characters


suffix

java.lang.String suffix
the input suffix


value

java.lang.String value
The value to force. Will override the parameter binding


width

java.lang.String width
The width to be forced into the textfield


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

java.lang.String parameters
the stage of the component to include


renderImmediate

boolean renderImmediate
if the component should render now


stageID

java.lang.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

java.util.List<E> items
The inner items

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.CheckList extends AbstractCheckListContainer implements Serializable

serialVersionUID: -4670521801556597841L

Serialized Fields

autoBreak

java.lang.Boolean autoBreak
Auto-inserts line breaks after each subItem group


autoNumberPrefix

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


hasMandatoryFields

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


mandatoryNote

java.lang.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

java.lang.Boolean breakBefore
Add a visual break before this item


error

java.lang.String error
The error of the summary item


helpID

java.lang.String helpID
The help ID of the summary item


prefix

java.lang.String prefix
The prefix of the summary item


required

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


requirednote

java.lang.String requirednote
Defines if the check list item required note


stageID

java.lang.String stageID
The stage ID of the summary item


stageParameters

java.lang.String stageParameters
The stage's parameters of the summary item


status

CheckListItemStatusType status
the status of the summary item


tip

java.lang.String tip
The tip of the summary item


title

java.lang.String title
The title of the summary item


url

java.lang.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

java.lang.String animationDirection
the direction to animate the hide motion


autoHideHeight

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


autoHideWidth

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


id

java.lang.String id
the area unique ID


linkTitle

java.lang.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

java.lang.String cssClass
the name of the css class to apply


linkTitle

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


targetAreaID

java.lang.String targetAreaID
the target area ID to control


transitionAnimation

TransitionAnimation transitionAnimation
the direction to animate the hide motion


type

java.lang.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

footnotesManager

IFootnoteContainer footnotesManager
The footnotes manager


layout

java.lang.String layout
The layout


title

java.lang.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

java.lang.String fileURL

id

java.lang.String id

order

java.lang.Integer order

scope

java.lang.String scope

type

java.lang.String type

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

serialVersionUID: 1L

Serialized Fields

bindTo

java.lang.String bindTo
the binding for the dialog


buttons

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


id

java.lang.String id
The dialog ID


jsCondition

java.lang.String jsCondition
the JS condition to show the dialog


jsHandler

java.lang.String jsHandler
the JS handler code


panelContainerId

java.lang.String panelContainerId
The panel container id to be rendered inside the dialog


title

java.lang.String title
the dialog window title


type

java.lang.String type
The dialog type


width

java.lang.Integer width
The dialog width

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

serialVersionUID: 1L

Serialized Fields

id

java.lang.String id
The dialog ID


title

java.lang.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.Menu extends AbstractInnerDIFTag implements Serializable

serialVersionUID: -5777195894508345660L

Serialized Fields

adminGroup

java.lang.String adminGroup
The administration group for editing for the menu


cssClass

java.lang.String cssClass
CSS class to add to the menu container


dynamicSubMenus

java.lang.Boolean dynamicSubMenus
Generate sub-menus collapsible


editable

java.lang.Boolean editable
If the menu is customizable by administrators


iconImage

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


items

java.util.List<E> items
The enclosed menu items


layout

MenuLayoutType layout
The layout for the menu


name

java.lang.String name
The name of the menu


title

java.lang.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

java.lang.String content
the text content


cssClass

java.lang.String cssClass
CSS class to add to the menu item


groupListAccess

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


label

java.lang.String label
The label of the menu item


newWindow

java.lang.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

java.lang.String parameters
the stage parameters


popup

java.lang.String popup
the popupMode config


showWithoutAccess

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


stageID

java.lang.String stageID
The stageID for the menu item to link to


subItems

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


toolTip

java.lang.String toolTip
The tool tip of the menu item


url

java.lang.String url
The URL to link to

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

java.lang.String message
The 'message' attribute.


mode

java.lang.String mode
The 'mode' attribute.


type

java.lang.String type
The 'type' attribute.

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

serialVersionUID: -8701318340534507430L

Serialized Fields

activePage

java.lang.Integer activePage
The default active page


hasIndexPage

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


layout

java.lang.String layout
the container layout

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

serialVersionUID: -4313085125101132389L

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

serialVersionUID: -4670761490892713672L

Serialized Fields

cssClass

java.lang.String cssClass
The name CSS class to set


title

java.lang.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

java.lang.Boolean newLine
Inserts a new line before this item


title

java.lang.String title
The title of the summary item


value

java.lang.String value
The value of the summary item

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

serialVersionUID: 5053847238144664418L

Serialized Fields

definition

WizardDefinition definition
The wizard definition object


description

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


formLayout

java.lang.String formLayout
the layout of the inner form


hasIndexPage

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


height

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


indexLayout

java.lang.String indexLayout
the layout of the index when visible


items

java.util.List<E> items
The list of items of the current wizard


name

java.lang.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


showIndex

java.lang.Boolean showIndex
if the index should be showed on all pages


showTitlePrefix

boolean showTitlePrefix
Turn on or off the titlePrefix


submitTitle

java.lang.String submitTitle
Submit title message


titlePrefix

java.lang.String titlePrefix
Customize the title prefix message


topNavigation

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


wizard

WizardDefinition wizard
The wizard definition


wizardStep

java.lang.Integer wizardStep
The wizard step


wrapWithForm

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

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

java.lang.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

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


parameters

java.lang.String parameters
Parameters to pass to the stage


stageID

java.lang.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

java.lang.Boolean border
Inserts a border


collapsed

java.lang.Boolean collapsed
Starts as collapsed


collapsible

java.lang.Boolean collapsible
Can be collapsed


height

java.lang.Integer height
The height of the panel component


innerComplexPanels

java.util.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


split

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


title

java.lang.String title
The panel component title


type

PanelType type
the type of the container


width

java.lang.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

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


height

java.lang.Integer height
The height of the tree component


treeItemManager

ITreeItemContainer treeItemManager
The tree item manager


treeTitle

java.lang.String treeTitle
The tree component title


treeWidth

java.lang.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

java.lang.String addEvent
Identifier for addEvent


availablesDataSet

java.lang.String availablesDataSet
Identifier for available DataSet


deleteEvent

java.lang.String deleteEvent
Identifier for deleteEvent


descriptionColumnId

java.lang.String descriptionColumnId
Identifier for description column


descriptionSelectedColumn

java.lang.String descriptionSelectedColumn
Identifier for description column


enableDragAndDrop

java.lang.Boolean enableDragAndDrop
Identifier for enable drag and drop


id

java.lang.String id
Identifier for Id


idColumn

java.lang.String idColumn
Identifier for id column


idSelectedColumn

java.lang.String idSelectedColumn
Identifier for id select column


selectedDataSet

java.lang.String selectedDataSet
Identifier for selected DataSet


titleAvailable

java.lang.String titleAvailable
Identifier for title available grid


titleSelected

java.lang.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


border

java.lang.Boolean border
Inserts a border


collapsed

java.lang.Boolean collapsed
Starts as collapsed


collapsible

java.lang.Boolean collapsible
Can be collapsed


description

java.lang.String description
The description of this panel


enabled

boolean enabled
If the current panel should be rendered


footnotesManager

IFootnoteContainer footnotesManager
The footnotes manager


height

java.lang.Integer height
The height of the panel component


id

java.lang.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

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


title

java.lang.String title
The title of the accordion


width

java.lang.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

java.lang.String align
The alignment


cssClass

java.lang.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

java.lang.Integer height
The height of the frame component


propertiesEditorDefiniton

PropertiesEditorDefinition propertiesEditorDefiniton
Properties Editor definition


props

java.util.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

java.lang.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

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


border

java.lang.Boolean border
Inserts a border


collapsed

java.lang.Boolean collapsed
Starts as collapsed


collapsible

java.lang.Boolean collapsible
Can be collapsed


height

java.lang.Integer height
The height of the panel component


title

java.lang.String title
The panel component title


width

java.lang.String width
The width of the panel component

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

serialVersionUID: -7920875493579131994L

Serialized Fields

cssClass

java.lang.String cssClass
CSS class to apply


error

java.lang.String error
The error of the summary item


helpID

java.lang.String helpID
The help ID of the item


stageID

java.lang.String stageID
The stage ID of the item


stageParameters

java.lang.String stageParameters
The stage's parameters of the item


status

TreeItemStatusType status
the status of the item


tip

java.lang.String tip
The tip of the item


title

java.lang.String title
The title of the item


url

java.lang.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.AbstractGridTag extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 264296946373985600L

Serialized Fields

addForm

boolean addForm
Uses a generated add form for new rows


ajaxEvent

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


groupColumn

java.lang.String groupColumn
Group column


id

java.lang.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

java.lang.String title
the grid title

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

serialVersionUID: -4770632575033420846L

Serialized Fields

align

java.lang.String align
The column align


attribute

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


confirmation

boolean confirmation
Confirmation dialog?


confirmationMessage

java.lang.String confirmationMessage
Message Confirmation dialog


defaultValue

java.lang.String defaultValue
The default value for new records


hidden

boolean hidden
If the column should be hidden by default


optionsAjaxEvent

java.lang.String optionsAjaxEvent
The AJAX event for editing combo columns


readonly

boolean readonly
If the column should be editable


sortable

boolean sortable
Sortable column?


summary

java.lang.String summary
The summary function to set


summaryCalc

java.lang.String summaryCalc
the summary calc implementation id


summaryFormat

java.lang.String summaryFormat
The summary function format renderer to set


title

java.lang.String title
the column title


type

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


urlFormat

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


urlLabel

java.lang.String urlLabel
The label for the url to be rendered


width

int width
The initial width of the column


wordWrap

java.lang.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

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


title

java.lang.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

addInline

boolean addInline
Uses an automated add row with in-line editing


align

PanelAlignment align
the panel alignment


autoRender

java.lang.Boolean autoRender
Defined if grid is auto renderer


columnElements

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


data

java.lang.Object data
The list to read the data from


delRow

boolean delRow
Generates a delete row button


dragAndDropText

java.lang.String dragAndDropText
The grid dragAndDropText


editForm

boolean editForm
Uses a generated edit form for row editing


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

java.lang.Integer height
The grid heigth


multiSelect

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


noDataMessage

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


plainHtml

boolean plainHtml
Force a plain HTML table


readonly

java.lang.Boolean readonly
Creates an editable grid


readonlyColumn

java.lang.String readonlyColumn
Defines the column do dictate conditional row editing


recordsperpage

java.lang.String recordsperpage
The number of records in each page


renderFootnotes

boolean renderFootnotes
The tag's 'renderFootnotes' attribute.


serversort

boolean serversort
If the grid supports remote sorting


width

java.lang.String width
The grid width


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

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

serialVersionUID: 5675472200740262181L


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.Logout extends AbstractInnerDIFTag implements Serializable

serialVersionUID: 1L

Serialized Fields

cssClass

java.lang.String cssClass
The CSS class name


hint

java.lang.String hint
The logout pop-up hint


onLogoutStageID

java.lang.String onLogoutStageID
Stage to redirect to after successful logout


title

java.lang.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

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


confirmationMessage

java.lang.String confirmationMessage
A custom confirmation message text


cssClass

java.lang.String cssClass
the CSS class to apply


description

java.lang.String description
the description of the link


noTabIndex

boolean noTabIndex
Do not include tab index in generated code


parameters

java.lang.String parameters
the stage of the component to include


popup

java.lang.String popup
the popupMode config


showDescriptionWhenNoAccess

boolean showDescriptionWhenNoAccess
Show the link even when there is no access


stageID

java.lang.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


onLoginStageID

java.lang.String onLoginStageID
Stage to redirect to after successful login


onLogoutStageID

java.lang.String onLogoutStageID
Stage to redirect to after successful logout


showUserInfo

java.lang.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

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


loadingMessage

java.lang.String loadingMessage
the loading message text


newWindow

java.lang.Boolean newWindow
Open stage or url in a new window


parsedAction

AJAXRequestActionDefinition parsedAction

refreshComponentID

java.lang.String refreshComponentID
DOM element ID to update


showLoadingMessage

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


showResult

java.lang.Boolean showResult
DOM element ID to update


stageID

java.lang.String stageID
Stage to redirect to


stageParameters

java.lang.String stageParameters
Stage parameters


targetElementID

java.lang.String targetElementID
DOM element ID to update


url

java.lang.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

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


confirmationMessage

java.lang.String confirmationMessage
A custom confirmation message text


cssClass

java.lang.String cssClass
The CSS class to use


disabled

boolean disabled
Render the link as disabled


groupListAccess

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


id

java.lang.String id
the action item HTML element ID


javaScriptFunction

java.lang.String javaScriptFunction
The JS function to call on click


label

java.lang.String label
The label of the action item


newWindow

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


popup

java.lang.String popup
the popupMode config


showWithoutAccess

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


stageID

java.lang.String stageID
The stageID for the menu item to link to


stageParameters

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


submitType

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


title

java.lang.String title
The title of the action item


type

java.lang.String type
The action type


url

java.lang.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

java.lang.String align
The alignment


cssClass

java.lang.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

java.lang.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

java.lang.String description
the description message if available


documentID

java.lang.Long documentID
the document id from the repository


eventID

java.lang.String eventID
the event id


id

java.lang.String id
The ID for the HTML element to generate


layout

java.lang.String layout
the layout to render


message

java.lang.String message
the document link message


mimetype

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


parameters

java.lang.String parameters
the event parameters

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

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description
the description message if available


id

java.lang.String id
The ID for the HTML element to generate


layout

java.lang.String layout
the layout to render


message

java.lang.String message
the document link message


mimetype

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


urls

java.lang.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

java.lang.String description
the description message if available


message

java.lang.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

java.lang.String id
The tag's 'id' attribute.


label

java.lang.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

java.lang.String name
The parameter Name


type

RequestParameterType type
The parameter Type


value

java.lang.String value
The parameter Value

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

serialVersionUID: 3763876537625L

Serialized Fields

cssClass

java.lang.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



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