Tomahawk sandbox tag library.
Tag pprPanelGroup


AJAX component which supports updating its children via AJAX calls. These updates can occur regularly or based on triggering input components.


Tag Information
Tag Classorg.apache.myfaces.custom.ppr.PPRPanelGroupTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
partialTriggersfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Comma or Space seperated List of ids from ui_command-items which trigger a partial update of this PanelGroup
periodicalUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Does a periodical refresh of the partial page inside the ppr group. In milliseconds. No partialTriggers are needed.
componentUpdateFunctionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
client javascript function which will do the actual dom update. function signature: function(formNodeElement, updateTargetElement, pprResponseElement)
periodicalTriggersfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If a periodicalUpdate is set this trigger starts the periodical requests. No partialTriggers are needed.
partialTriggerPatternfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Regular Expression If the client Id of a submitting Component matches this Pattern the corresponding pprPanelGroup is updated via AJAX
excludeFromStoppingPeriodicalUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Normally when a link is clicked during periodical update, the update is stopped in order to prevent the server from getting unexpected requests. For any POST-request this is the wanted behaviour because the screen is completely refreshed and periodical updating starts again after the response. However, this behaviour may be unwanted e.g. in case of opening a new window with a link where the main screen should stay refreshed. This attribute takes a regular expression of link-client-ids for which the periodical update should not be stopped. If this value is given, there will be a default timeout of 2000 milliseconds before any periodical update will start again. This is done as mentioned before in order to prevent the server from getting unexpected requests. This timeout can be influenced via the waitBeforePeriodicalUpdate attribute.
waitBeforePeriodicalUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
This attribute only works in combination with the excludeFromStoppingPeriodicalUpdate attribute. The value in milliseconds tells the periodical update mechanism to stop for the given amount of time after clicking a link, specified by the excludeFromStoppingPeriodicalUpdate attribute. The default value is 2000 milliseconds.
inlineLoadingMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If this attribute is set the content of the PPRPanelGroup will be replaced by the provided Loading-Message during partial update
showDebugMessagesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If false, alert messages which can be fired after a ppr response are not displayed in the browser. May switched to true in test environments. Default: false
stateUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to false, there will be no stateUpdate on server side due to the partialPage refresh. Default: true
appendMessagesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
comma separated List of client Ids that specify the messages components in the page to which messages are appended by this PPRPanelGroup
replaceMessagesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
comma separated List of client Ids that specify the messages components in the page which messages are replaced by this PPRPanelGroup
afterUpdateJSHookfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Javascript code executed after a ppr update has been completed
layoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Determines the type of layout that is used when rendering a panelGroup: when 'block' is specified, an HTML div is rendered instead of the default HTML span.
colspanfalsefalsejavax.el.ValueExpression
(must evaluate to int)
standard html colspan attribute for table cell
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is clicked.
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is double-clicked.
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed down over this element.
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed over this element.
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is released over this element.
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is pressed over this element.
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved while it is in this element.
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moves out of this element.
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved into this element.
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is released over this element.
displayValueOnlyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If true, renders only the value of the component, but no input widget. Default is false.
displayValueOnlyStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Style used when displayValueOnly is true.
displayValueOnlyStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Style class used when displayValueOnly is true.
enabledOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
forceIdfalsefalsejava.lang.StringIf true, this component will force the use of the specified id when rendering.
forceIdIndexfalsefalsejava.lang.StringIf false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.)
dirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The base language of this document.
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: An advisory title for this element. Often used by the user agent as a tooltip.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: CSS styling instructions.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The CSS class for this element. Corresponds to the HTML 'class' attribute.
idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.