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 TypeMethodDescriptionvoidsetFocusOnError(String focusOnError) Should the focus set to first error on page.voidsetWaitOverlayDelayAjax(String waitOverlayDelayAjax) The delay before a AJAX request will get an overlay.voidsetWaitOverlayDelayFull(String waitOverlayDelayFull) The delay before a full request will get an overlay.Methods inherited from interface HasBinding
setBindingMethods inherited from interface 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.
-