Interface ReloadTagDeclaration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

        setBinding
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId

        setId
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

        setRendered
    • Method Detail

      • setFrequency

        void setFrequency​(String frequency)
        Time in milliseconds after which the parent component is automatically 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.