public interface ReloadTagDeclaration extends HasIdBindingAndRendered
Modifier and Type | Method and Description |
---|---|
void |
setFrequency(String frequency)
Time in milliseconds after which the parent component is automatically reloaded.
|
void |
setImmediate(String immediate)
Flag indicating that the update check should be performed immediately (that is, during Apply Request Values phase)
rather than waiting until Render Response phase.
|
void |
setUpdate(String update)
Is update required.
|
setBinding
setRendered
void setFrequency(String frequency)
void setUpdate(String update)
void setImmediate(String immediate)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.