Class IArea.Updater

    • Constructor Summary

      Constructors 
      Constructor Description
      Updater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IArea.Updater coords​(java.lang.String coords)
      Sets the given value of coords to update to client widget
      IArea.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.
      IArea.Updater mold​(java.lang.String mold)
      Sets the given value of mold to update to client widget
      IArea.Updater shape​(java.lang.String shape)
      Sets the given value of shape to update to client widget
      IArea.Updater tabindex​(java.lang.Integer tabindex)
      Sets the given value of tabindex to update to client widget
      IArea.Updater tooltiptext​(java.lang.String tooltiptext)
      Sets the given value of tooltiptext to update to client widget
      IArea.Updater visible​(boolean visible)
      Sets the given value of visible to update to client widget
      IArea.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