Interface ConfigTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
Renders a UIComponent for configurations applied in the browser.
- Since:
- 5.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFocusOnError
(String focusOnError) Should the focus set to first error on page.void
setWaitOverlayDelayAjax
(String waitOverlayDelayAjax) The delay before a AJAX request will get an overlay.void
setWaitOverlayDelayFull
(String waitOverlayDelayFull) The delay before a full request will get an overlay.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Method Details
-
setFocusOnError
Should the focus set to first error on page. -
setWaitOverlayDelayFull
The delay before a full request will get an overlay. -
setWaitOverlayDelayAjax
The delay before a AJAX request will get an overlay.
-