Class IScript.Updater

    • Constructor Summary

      Constructors 
      Constructor Description
      Updater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IScript.Updater charset​(java.lang.String charset)
      Sets the given value of charset to update to client widget
      IScript.Updater content​(java.lang.String content)
      Sets the given value of content to update to client widget
      IScript.Updater defer​(boolean defer)
      Sets the given value of defer to update to client widget
      IScript.Updater id​(java.lang.String id)
      Sets the given value of id to update to client widget
      java.util.Map<java.lang.String,​java.lang.Object> marshal()
      Serializes the keys and values of the updater.
      IScript.Updater mold​(java.lang.String mold)
      Sets the given value of mold to update to client widget
      IScript.Updater packages​(java.lang.String packages)
      Sets the given value of packages to update to client widget
      IScript.Updater src​(java.lang.String src)
      Sets the given value of src to update to client widget
      IScript.Updater visible​(boolean visible)
      Sets the given value of visible to update to client widget
      IScript.Updater widgetClass​(java.lang.String widgetClass)
      Sets the given value of widgetClass to update to client widget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait