Interface ConfigTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
public interface ConfigTagDeclaration extends HasIdBindingAndRendered
Renders a UIComponent for configurations applied in the browser.- Since:
- 5.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
setFocusOnError
void setFocusOnError(String focusOnError)
Should the focus set to first error on page.
-
setWaitOverlayDelayFull
void setWaitOverlayDelayFull(String waitOverlayDelayFull)
The delay before a full request will get an overlay.
-
setWaitOverlayDelayAjax
void setWaitOverlayDelayAjax(String waitOverlayDelayAjax)
The delay before a AJAX request will get an overlay.
-
-