Class IStyle.Updater

    • Constructor Summary

      Constructors 
      Constructor Description
      Updater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IStyle.Updater content​(java.lang.String content)
      Sets the given value of content to update to client widget
      IStyle.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.
      IStyle.Updater media​(java.lang.String media)
      Sets the given value of media to update to client widget
      IStyle.Updater mold​(java.lang.String mold)
      Sets the given value of mold to update to client widget
      IStyle.Updater src​(java.lang.String src)
      Sets the given value of src to update to client widget
      IStyle.Updater visible​(boolean visible)
      Sets the given value of visible to update to client widget
      IStyle.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