Interface ConfigTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- IsRendered
Renders a UIComponent for configurations applied in the browser.
- Since:
- 5.4.0
- 
Method SummaryModifier 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRendered
- 
Method Details- 
setFocusOnErrorShould the focus set to first error on page.
- 
setWaitOverlayDelayFullThe delay before a full request will get an overlay.
- 
setWaitOverlayDelayAjaxThe delay before a AJAX request will get an overlay.
 
-