pt.digitalis.dif.presentation.views.jsp.objects.contributions
Class WebUIJavascriptDojoImpl

java.lang.Object
  extended by pt.digitalis.dif.presentation.views.jsp.objects.contributions.WebUIJavascriptDojoImpl
All Implemented Interfaces:
IWebUIJavascript

Deprecated.

@Deprecated
public class WebUIJavascriptDojoImpl
extends java.lang.Object
implements IWebUIJavascript

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
10 de Ago de 2011

Constructor Summary
WebUIJavascriptDojoImpl()
          Deprecated.  
 
Method Summary
 java.util.List<IDocumentContribution> getAJAXDataStore(AbstractDIFTag tag, java.lang.String elementID, java.lang.String ajaxloader, java.lang.String idField, java.lang.String fields, boolean paging, boolean remoteSorting, boolean restfull, java.lang.String onLoad, java.lang.String baseParams)
          Deprecated. Returns the implementation of an AJAX data store
 java.util.List<IDocumentContribution> getAJAXRequest(ITagExecutionContext tag, AJAXRequestDefinition requestDef)
          Deprecated. Return the implementation of a AJAX request
 java.util.List<IDocumentContribution> getAJAXRequestMask(java.lang.String id, java.lang.String beforeRequestMessage)
          Deprecated. Return the implementation of a AJAX request connection with a loading message
 java.util.List<IDocumentContribution> getAlignElements(java.lang.String referenceElementID, java.lang.String targetElementID, LocationReference reference)
          Deprecated. Returns the implementation of an alignment initialization of an element relative to another's screen position
 java.util.List<IDocumentContribution> getAttachToEvent(java.lang.String componentID, java.lang.String event, java.lang.String javaScriptFunction)
          Deprecated. Adds an event JavaScript handler to a specific component by ID
 java.util.List<IDocumentContribution> getAutocomplete(ComboDefinition comboDefinition, java.lang.String descValue, java.lang.Integer recordsperpage, java.lang.String noneDescription, boolean transformComponent)
          Deprecated. Returns the implementation of an Autocomplete comboBox element
 java.util.List<IDocumentContribution> getContentEditor(ContentEditorDefinition definition, AbstractDIFTag tag)
          Deprecated. Returns the implementation of a Content Editor field element
 java.util.List<IDocumentContribution> getDateField(java.lang.String elementID, java.lang.String value, java.lang.String format, int tabIndex, java.lang.String onChange, AbstractInnerDIFTag tag)
          Deprecated. Returns the implementation of a Date field element
 java.util.List<IDocumentContribution> getDialog(java.lang.String elementID, java.lang.String showFuncName, java.lang.String dialogTitle)
          Deprecated. Returns the implementation of a dialog for the given elements
 java.util.List<IDocumentContribution> getFieldSet(java.lang.String containerElementID, java.lang.String elementID, java.lang.String elementTitle, boolean colapsible, boolean collpapsed)
          Deprecated. Returns the implementation of a fieldset for the given element
 java.util.List<IDocumentContribution> getFXShowHide(java.lang.String elementID, java.lang.String showID, java.lang.String hideID, boolean startVisible)
          Deprecated. Returns the implementation of a show/hide functionality for the given elements
 java.util.List<IDocumentContribution> getFXShowHide(java.lang.String elementID, java.lang.String toogleID, java.lang.String animationObjectID, TransitionAnimation animation, boolean startVisible, java.lang.Character origin)
          Deprecated. Returns the implementation of a show/hide functionality for the given elements
 java.util.List<IDocumentContribution> getGrid(GridPanelDefinition<GridDefinition> gridPanel)
          Deprecated. Return the implementation of a grid
 java.util.List<IDocumentContribution> getHTMLEditor(java.lang.String elementID, java.lang.String memoValue, int tabIndex, java.lang.Integer cols, java.lang.Integer rows, java.lang.String language)
          Deprecated. Returns the implementation of a Rich Text Editor field element
 java.util.List<IDocumentContribution> getInputSelectOnClick(java.lang.String componentID)
          Deprecated. Adds a script to select all field content on click
 java.util.List<IDocumentContribution> getLinkWithConfirmation(ITagExecutionContext tag, java.lang.String linkID, java.lang.String url, java.lang.String confirmationMessage, boolean attachToElement, boolean newWindow)
          Deprecated. Returns the implementation of a messageBox for the given elements
 java.util.List<IDocumentContribution> getMessageBox(java.lang.String title, java.lang.String text, java.lang.String jsContent, java.lang.String type, java.lang.String buttons, java.lang.String funcName, java.lang.String execFuncName, java.lang.String languageID, java.lang.Integer width)
          Deprecated. Returns the implementation of a messageBox for the given elements
 java.util.List<IDocumentContribution> getOnHoverErrorTip(java.lang.String componentID, java.lang.String errorMessage)
          Deprecated. Adds an error tip on move hover to an element
 java.util.List<IDocumentContribution> getOnHoverTip(java.lang.String componentID, java.lang.String tipMessage)
          Deprecated. Adds a tip on move hover to an element
 java.lang.String getOnLoadInitScript()
          Deprecated. Defines how to start an onLoad block of JavaScript
 java.lang.String getOnLoadTerminatorScript()
          Deprecated. Defines how to close an onLoad block of JavaScript
 java.util.List<IDocumentContribution> getPageContainer(PageContainerDefinition pageContainerDefinition, ITagExecutionContext tag)
          Deprecated. Return the implementation of a PageContainer
 java.util.List<IDocumentContribution> getPanel(java.lang.String containerElementID, java.lang.String elementID, java.lang.String elementTitle)
          Deprecated. Returns the implementation of a panel for the given element
 java.util.List<IDocumentContribution> getPanel(java.lang.String containerElementID, java.lang.String elementID, java.lang.String elementTitle, java.lang.Integer height, java.lang.String cssClass)
          Deprecated. Returns the implementation of a panel for the given element
 java.util.List<IDocumentContribution> getPanelContainer(ITagExecutionContext tag, PanelContainerDefinition panelContainerDefinition)
          Deprecated. Return the implementation of a panel container
 java.util.List<IDocumentContribution> getPanelContainer(ITagExecutionContext tag, java.lang.String panelID, java.lang.String elementIDs, java.lang.String width, java.lang.String height, boolean border)
          Deprecated. Return the implementation of a panel container
 java.util.List<IDocumentContribution> getPropertiesEditor(GridPanelDefinition<PropertiesEditorDefinition> propertiesEditorPanelDefinition)
          Deprecated. Return the implementation of a properties editor
 java.util.List<IDocumentContribution> getSetFocus(java.lang.String componentID)
          Deprecated. Adds a script to set the focus on te given component
 java.util.List<IDocumentContribution> getTimeUpdater(java.lang.String containerElementID, java.lang.String format)
          Deprecated. Return the implementation of an updater agent that continuasly updates the current time in a given element
 java.util.List<IDocumentContribution> getTipsInitializer()
          Deprecated. Initializes the tips engine
 java.util.List<IDocumentContribution> getTopMenu(ITagExecutionContext tag, MenuDefinition menuDefinition, java.lang.String menuContainerElementID, java.lang.String subMenuContainerTag)
          Deprecated. Returns the implementation of a accordion for the given elements
 java.util.List<IDocumentContribution> getTree(TreeDefinition def, boolean render, java.util.Map<java.lang.String,java.lang.String> messages)
          Deprecated. Return the implementation of a tree panel
 java.util.List<IDocumentContribution> getWindow(ITagExecutionContext tag, WindowDefinition window)
          Deprecated. Returns the implementation of a window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebUIJavascriptDojoImpl

public WebUIJavascriptDojoImpl()
Deprecated. 
Method Detail

getAJAXDataStore

public java.util.List<IDocumentContribution> getAJAXDataStore(AbstractDIFTag tag,
                                                              java.lang.String elementID,
                                                              java.lang.String ajaxloader,
                                                              java.lang.String idField,
                                                              java.lang.String fields,
                                                              boolean paging,
                                                              boolean remoteSorting,
                                                              boolean restfull,
                                                              java.lang.String onLoad,
                                                              java.lang.String baseParams)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of an AJAX data store

Specified by:
getAJAXDataStore in interface IWebUIJavascript
Parameters:
tag - the calling tag
elementID - the ID of the element to create as a Accordion
ajaxloader - the AJAX stage and event id. Ex: "stageID:eventID"
idField - the field to use as the identifier
fields - the fields to use for the store records to create
paging - if the data source supports paging
remoteSorting - if the store should support remote sorting
restfull - if the data store should implement the RESTful behavior
onLoad - the on load event body if available
baseParams - base parameters
Returns:
the contributions list
See Also:
IWebUIJavascript.getAJAXDataStore(pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractDIFTag, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String)

getAJAXRequest

public java.util.List<IDocumentContribution> getAJAXRequest(ITagExecutionContext tag,
                                                            AJAXRequestDefinition requestDef)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a AJAX request

Specified by:
getAJAXRequest in interface IWebUIJavascript
Parameters:
tag - the caller tag
requestDef - the AJAX request definition
Returns:
the list of contributions
See Also:
IWebUIJavascript.getAJAXRequest(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.AJAXRequestDefinition)

getAJAXRequestMask

public java.util.List<IDocumentContribution> getAJAXRequestMask(java.lang.String id,
                                                                java.lang.String beforeRequestMessage)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a AJAX request connection with a loading message

Specified by:
getAJAXRequestMask in interface IWebUIJavascript
Parameters:
id - the AJAX request connection id
beforeRequestMessage - loading message
Returns:
the list of contributions
See Also:
IWebUIJavascript.getAJAXRequestMask(java.lang.String, java.lang.String)

getAlignElements

public java.util.List<IDocumentContribution> getAlignElements(java.lang.String referenceElementID,
                                                              java.lang.String targetElementID,
                                                              LocationReference reference)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of an alignment initialization of an element relative to another's screen position

Specified by:
getAlignElements in interface IWebUIJavascript
Parameters:
referenceElementID - the HTML element id to use as reference
targetElementID - the id of the HTML element to change the position
reference - the reference location
Returns:
the list of contributions
See Also:
IWebUIJavascript.getAlignElements(java.lang.String, java.lang.String, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.LocationReference)

getAttachToEvent

public java.util.List<IDocumentContribution> getAttachToEvent(java.lang.String componentID,
                                                              java.lang.String event,
                                                              java.lang.String javaScriptFunction)
Deprecated. 
Description copied from interface: IWebUIJavascript
Adds an event JavaScript handler to a specific component by ID

Specified by:
getAttachToEvent in interface IWebUIJavascript
Parameters:
componentID - the id of the component to add the event to
event - the name of the event
javaScriptFunction - the function to attach
Returns:
the list of contributions
See Also:
IWebUIJavascript.getAttachToEvent(java.lang.String, java.lang.String, java.lang.String)

getAutocomplete

public java.util.List<IDocumentContribution> getAutocomplete(ComboDefinition comboDefinition,
                                                             java.lang.String descValue,
                                                             java.lang.Integer recordsperpage,
                                                             java.lang.String noneDescription,
                                                             boolean transformComponent)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of an Autocomplete comboBox element

Specified by:
getAutocomplete in interface IWebUIJavascript
Parameters:
comboDefinition - the combo definition object
descValue - the initial description value for AJAX requests
recordsperpage - Page the results with n options in each page
noneDescription - the text for null values
transformComponent - if T will transform a component with the given ID
Returns:
the contributions list
See Also:
IWebUIJavascript.getAutocomplete(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.ComboDefinition, java.lang.String, java.lang.Integer, java.lang.String, boolean)

getContentEditor

public java.util.List<IDocumentContribution> getContentEditor(ContentEditorDefinition definition,
                                                              AbstractDIFTag tag)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a Content Editor field element

Specified by:
getContentEditor in interface IWebUIJavascript
Parameters:
definition - the content editor definition
tag - the tag that called it
Returns:
the contributions list
See Also:
IWebUIJavascript.getContentEditor(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.ContentEditorDefinition, pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractDIFTag)

getDateField

public java.util.List<IDocumentContribution> getDateField(java.lang.String elementID,
                                                          java.lang.String value,
                                                          java.lang.String format,
                                                          int tabIndex,
                                                          java.lang.String onChange,
                                                          AbstractInnerDIFTag tag)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a Date field element

Specified by:
getDateField in interface IWebUIJavascript
Parameters:
elementID - the ID of the element to convert to an Autocomplete combo box
value - the initial value
format - the date format to validate
tabIndex - the tabindex of the new input
onChange - the On Change event code
Returns:
the contributions list
See Also:
IWebUIJavascript.getDateField(java.lang.String, java.lang.String, java.lang.String, int, String, pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractInnerDIFTag)

getDialog

public java.util.List<IDocumentContribution> getDialog(java.lang.String elementID,
                                                       java.lang.String showFuncName,
                                                       java.lang.String dialogTitle)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a dialog for the given elements

Specified by:
getDialog in interface IWebUIJavascript
Parameters:
elementID - the ID of the element to convert to a Dialog
showFuncName - the id of JavaScript function to create to call the dialog for later binding
dialogTitle - the title for the Help dialog
Returns:
the contributions list
See Also:
IWebUIJavascript.getDialog(java.lang.String, java.lang.String, java.lang.String)

getFieldSet

public java.util.List<IDocumentContribution> getFieldSet(java.lang.String containerElementID,
                                                         java.lang.String elementID,
                                                         java.lang.String elementTitle,
                                                         boolean colapsible,
                                                         boolean collpapsed)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a fieldset for the given element

Specified by:
getFieldSet in interface IWebUIJavascript
Parameters:
containerElementID - the ID of the element to contain the Accordion
elementID - the ID of the element to create as a Accordion
elementTitle - the title of the accordion
colapsible - if the fieldset is collapsible
collpapsed - if the fieldset should be rendered collapsed (closed)
Returns:
the contributions list
See Also:
IWebUIJavascript.getFieldSet(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)

getFXShowHide

public java.util.List<IDocumentContribution> getFXShowHide(java.lang.String elementID,
                                                           java.lang.String showID,
                                                           java.lang.String hideID,
                                                           boolean startVisible)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a show/hide functionality for the given elements

Specified by:
getFXShowHide in interface IWebUIJavascript
Parameters:
elementID - the HTML element id to hide/show
showID - the id of the HTML element to bind the onClick event to the show action
hideID - the id of the HTML element to bind the onClick event to the hide action
startVisible - defines if the content starts visible or not
Returns:
the list of contributions
See Also:
IWebUIJavascript.getFXShowHide(java.lang.String, java.lang.String, java.lang.String, boolean)

getFXShowHide

public java.util.List<IDocumentContribution> getFXShowHide(java.lang.String elementID,
                                                           java.lang.String toogleID,
                                                           java.lang.String animationObjectID,
                                                           TransitionAnimation animation,
                                                           boolean startVisible,
                                                           java.lang.Character origin)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a show/hide functionality for the given elements

Specified by:
getFXShowHide in interface IWebUIJavascript
Parameters:
elementID - the HTML element id to hide/show
toogleID - the id of the HTML element to bind to the onClick event
animationObjectID - the animation instance variable name to create
animation - the type of animation to use
startVisible - defines if the content starts visible or not
origin - the origin for the animation motion
Returns:
the list of contributions
See Also:
IWebUIJavascript.getFXShowHide(java.lang.String, java.lang.String, java.lang.String, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.TransitionAnimation, boolean, java.lang.Character)

getGrid

public java.util.List<IDocumentContribution> getGrid(GridPanelDefinition<GridDefinition> gridPanel)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a grid

Specified by:
getGrid in interface IWebUIJavascript
Parameters:
gridPanel - the grid definition object
Returns:
the list of contributions
See Also:
IWebUIJavascript.getGrid(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.panels.GridPanelDefinition)

getHTMLEditor

public java.util.List<IDocumentContribution> getHTMLEditor(java.lang.String elementID,
                                                           java.lang.String memoValue,
                                                           int tabIndex,
                                                           java.lang.Integer cols,
                                                           java.lang.Integer rows,
                                                           java.lang.String language)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a Rich Text Editor field element

Specified by:
getHTMLEditor in interface IWebUIJavascript
Parameters:
elementID - the ID of the element to convert to a Rich Text Editor
memoValue - the value
tabIndex - the tabIndex
cols - the columns (will be used to calculate the width in pixels)
rows - the rows (will be used to calculate the width in pixels)
language - Language currently selected in the browser
Returns:
the contributions list
See Also:
IWebUIJavascript.getHTMLEditor(java.lang.String, java.lang.String, int, java.lang.Integer, java.lang.Integer, java.lang.String)

getInputSelectOnClick

public java.util.List<IDocumentContribution> getInputSelectOnClick(java.lang.String componentID)
Deprecated. 
Description copied from interface: IWebUIJavascript
Adds a script to select all field content on click

Specified by:
getInputSelectOnClick in interface IWebUIJavascript
Parameters:
componentID - the component ID to add the behavior
Returns:
the list of contributions
See Also:
IWebUIJavascript.getInputSelectOnClick(java.lang.String)

getLinkWithConfirmation

public java.util.List<IDocumentContribution> getLinkWithConfirmation(ITagExecutionContext tag,
                                                                     java.lang.String linkID,
                                                                     java.lang.String url,
                                                                     java.lang.String confirmationMessage,
                                                                     boolean attachToElement,
                                                                     boolean newWindow)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a messageBox for the given elements

Specified by:
getLinkWithConfirmation in interface IWebUIJavascript
Parameters:
tag - the current tag
linkID - the ID of the link HTML component to bind
url - the URL to navigate to
confirmationMessage - the confirmation message
attachToElement - generate the binding to the clink event of the input referenced by the linkID
newWindow - if T will open the URL in a new window
Returns:
the contributions list
See Also:
IWebUIJavascript.getLinkWithConfirmation(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, java.lang.String, java.lang.String, java.lang.String, boolean, boolean)

getMessageBox

public java.util.List<IDocumentContribution> getMessageBox(java.lang.String title,
                                                           java.lang.String text,
                                                           java.lang.String jsContent,
                                                           java.lang.String type,
                                                           java.lang.String buttons,
                                                           java.lang.String funcName,
                                                           java.lang.String execFuncName,
                                                           java.lang.String languageID,
                                                           java.lang.Integer width)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a messageBox for the given elements

Specified by:
getMessageBox in interface IWebUIJavascript
Parameters:
title - the message box title
text - the text/question
jsContent - the text/question provided by a JS expression
type - the message box type
buttons - the buttons to show
funcName - the name of the function that will activate the message box
execFuncName - the name of the function to call after selection
languageID - the current language ID
width - the dialog width
Returns:
the contributions list
See Also:
IWebUIJavascript.getMessageBox(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer)

getOnHoverErrorTip

public java.util.List<IDocumentContribution> getOnHoverErrorTip(java.lang.String componentID,
                                                                java.lang.String errorMessage)
Deprecated. 
Description copied from interface: IWebUIJavascript
Adds an error tip on move hover to an element

Specified by:
getOnHoverErrorTip in interface IWebUIJavascript
Parameters:
componentID - the component ID to link the tip to
errorMessage - the error message
Returns:
the list of contributions
See Also:
IWebUIJavascript.getOnHoverErrorTip(java.lang.String, java.lang.String)

getOnHoverTip

public java.util.List<IDocumentContribution> getOnHoverTip(java.lang.String componentID,
                                                           java.lang.String tipMessage)
Deprecated. 
Description copied from interface: IWebUIJavascript
Adds a tip on move hover to an element

Specified by:
getOnHoverTip in interface IWebUIJavascript
Parameters:
componentID - the component ID to link the tip to
tipMessage - the message
Returns:
the list of contributions
See Also:
IWebUIJavascript.getOnHoverTip(java.lang.String, java.lang.String)

getOnLoadInitScript

public java.lang.String getOnLoadInitScript()
Deprecated. 
Description copied from interface: IWebUIJavascript
Defines how to start an onLoad block of JavaScript

Specified by:
getOnLoadInitScript in interface IWebUIJavascript
Returns:
the onLoad start code block
See Also:
IWebUIJavascript.getOnLoadInitScript()

getOnLoadTerminatorScript

public java.lang.String getOnLoadTerminatorScript()
Deprecated. 
Description copied from interface: IWebUIJavascript
Defines how to close an onLoad block of JavaScript

Specified by:
getOnLoadTerminatorScript in interface IWebUIJavascript
Returns:
the onLoad start code block
See Also:
IWebUIJavascript.getOnLoadTerminatorScript()

getPageContainer

public java.util.List<IDocumentContribution> getPageContainer(PageContainerDefinition pageContainerDefinition,
                                                              ITagExecutionContext tag)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a PageContainer

Specified by:
getPageContainer in interface IWebUIJavascript
Parameters:
pageContainerDefinition - the page container with the inner panel pages
tag - the tag
Returns:
the list of contributions
See Also:
IWebUIJavascript.getPageContainer(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.PageContainerDefinition, pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext)

getPanel

public java.util.List<IDocumentContribution> getPanel(java.lang.String containerElementID,
                                                      java.lang.String elementID,
                                                      java.lang.String elementTitle)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a panel for the given element

Specified by:
getPanel in interface IWebUIJavascript
Parameters:
containerElementID - the ID of the element to contain the panel
elementID - the ID of the element to create as a panel
elementTitle - the title of the accordion
Returns:
the contributions list
See Also:
IWebUIJavascript.getPanel(java.lang.String, java.lang.String, java.lang.String)

getPanel

public java.util.List<IDocumentContribution> getPanel(java.lang.String containerElementID,
                                                      java.lang.String elementID,
                                                      java.lang.String elementTitle,
                                                      java.lang.Integer height,
                                                      java.lang.String cssClass)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a panel for the given element

Specified by:
getPanel in interface IWebUIJavascript
Parameters:
containerElementID - the ID of the element to contain the Panel
elementID - the ID of the element to create as a Panel
elementTitle - the title of the Panel
height - the height of the panel. AutoHeight if null.
cssClass - the CSS class to apply, or null if none
Returns:
the contributions list
See Also:
IWebUIJavascript.getPanel(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String)

getPanelContainer

public java.util.List<IDocumentContribution> getPanelContainer(ITagExecutionContext tag,
                                                               PanelContainerDefinition panelContainerDefinition)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a panel container

Specified by:
getPanelContainer in interface IWebUIJavascript
Parameters:
tag - the calling tag
panelContainerDefinition - the panel container component definition
Returns:
the contributions list
See Also:
IWebUIJavascript.getPanelContainer(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.PanelContainerDefinition)

getPanelContainer

public java.util.List<IDocumentContribution> getPanelContainer(ITagExecutionContext tag,
                                                               java.lang.String panelID,
                                                               java.lang.String elementIDs,
                                                               java.lang.String width,
                                                               java.lang.String height,
                                                               boolean border)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a panel container

Specified by:
getPanelContainer in interface IWebUIJavascript
Parameters:
tag - the calling tag
panelID - the ID of the element to create the component on
elementIDs - the IDs of the elements to add to the Panel
width - the width of the panel
height - the height of the panel
border - if T will render a border frame
Returns:
the contributions list
See Also:
IWebUIJavascript.getPanelContainer(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)

getPropertiesEditor

public java.util.List<IDocumentContribution> getPropertiesEditor(GridPanelDefinition<PropertiesEditorDefinition> propertiesEditorPanelDefinition)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a properties editor

Specified by:
getPropertiesEditor in interface IWebUIJavascript
Parameters:
propertiesEditorPanelDefinition - the properties to render and their properties
Returns:
the contributions list
See Also:
IWebUIJavascript.getPropertiesEditor(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.panels.GridPanelDefinition)

getSetFocus

public java.util.List<IDocumentContribution> getSetFocus(java.lang.String componentID)
Deprecated. 
Description copied from interface: IWebUIJavascript
Adds a script to set the focus on te given component

Specified by:
getSetFocus in interface IWebUIJavascript
Parameters:
componentID - the component ID to set the focus
Returns:
the list of contributions
See Also:
IWebUIJavascript.getSetFocus(java.lang.String)

getTimeUpdater

public java.util.List<IDocumentContribution> getTimeUpdater(java.lang.String containerElementID,
                                                            java.lang.String format)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of an updater agent that continuasly updates the current time in a given element

Specified by:
getTimeUpdater in interface IWebUIJavascript
Parameters:
containerElementID - the ID of the element to update with the current time
format - the format of the time to render
Returns:
the contributions list
See Also:
IWebUIJavascript.getTimeUpdater(java.lang.String, java.lang.String)

getTipsInitializer

public java.util.List<IDocumentContribution> getTipsInitializer()
Deprecated. 
Description copied from interface: IWebUIJavascript
Initializes the tips engine

Specified by:
getTipsInitializer in interface IWebUIJavascript
Returns:
the list of contributions
See Also:
IWebUIJavascript.getTipsInitializer()

getTopMenu

public java.util.List<IDocumentContribution> getTopMenu(ITagExecutionContext tag,
                                                        MenuDefinition menuDefinition,
                                                        java.lang.String menuContainerElementID,
                                                        java.lang.String subMenuContainerTag)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a accordion for the given elements

Specified by:
getTopMenu in interface IWebUIJavascript
Parameters:
tag - the tag component execution context
menuDefinition - the menu definition object
menuContainerElementID - the menu container
subMenuContainerTag - the tag used to identity each sub-menu
Returns:
the contributions list
See Also:
IWebUIJavascript.getTopMenu(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.MenuDefinition, java.lang.String, java.lang.String)

getTree

public java.util.List<IDocumentContribution> getTree(TreeDefinition def,
                                                     boolean render,
                                                     java.util.Map<java.lang.String,java.lang.String> messages)
Deprecated. 
Description copied from interface: IWebUIJavascript
Return the implementation of a tree panel

Specified by:
getTree in interface IWebUIJavascript
Parameters:
def - the tree definition to generate
render - if T will render the tree
messages - the tag messages
Returns:
the contributions list
See Also:
IWebUIJavascript.getTree(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.TreeDefinition, boolean, java.util.Map)

getWindow

public java.util.List<IDocumentContribution> getWindow(ITagExecutionContext tag,
                                                       WindowDefinition window)
Deprecated. 
Description copied from interface: IWebUIJavascript
Returns the implementation of a window

Specified by:
getWindow in interface IWebUIJavascript
Parameters:
tag - the caller tag
window - the window definition object
Returns:
the contributions list
See Also:
IWebUIJavascript.getWindow(pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext, pt.digitalis.dif.presentation.views.jsp.taglibs.objects.definitions.WindowDefinition)


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