org.apache.myfaces.tobago.taglib.component
Interface ReloadTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ReloadTag

public interface ReloadTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered

Update the parent component


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setFrequency(String frequency)
          Time in milliseconds after which the parent component is automaticaly 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.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 

Method Detail

setFrequency

void setFrequency(String frequency)
Time in milliseconds after which the parent component is automaticaly reloaded.


setUpdate

void setUpdate(String update)
Is update required.


setImmediate

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.



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.