Class IRating.Updater

    • Constructor Summary

      Constructors 
      Constructor Description
      Updater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IRating.Updater cancelable​(boolean cancelable)
      Sets the given value of cancelable to update to client widget
      IRating.Updater clientAction​(java.lang.String clientAction)
      Sets the given value of clientAction to update to client widget
      IRating.Updater disabled​(boolean disabled)
      Sets the given value of disabled to update to client widget
      IRating.Updater draggable​(java.lang.String draggable)
      Sets the given value of draggable to update to client widget
      IRating.Updater droppable​(java.lang.String droppable)
      Sets the given value of droppable to update to client widget
      IRating.Updater focus​(boolean focus)
      Sets the given value of focus to update to client widget
      IRating.Updater height​(java.lang.String height)
      Sets the given value of height to update to client widget
      IRating.Updater hflex​(java.lang.String hflex)
      Sets the given value of hflex to update to client widget
      IRating.Updater iconSclass​(java.lang.String iconSclass)
      Sets the given value of iconSclass to update to client widget
      IRating.Updater id​(java.lang.String id)
      Sets the given value of id to update to client widget
      IRating.Updater left​(java.lang.String left)
      Sets the given value of left to update to client widget
      java.util.Map<java.lang.String,​java.lang.Object> marshal()
      Serializes the keys and values of the updater.
      IRating.Updater max​(int max)
      Sets the given value of max to update to client widget
      IRating.Updater mold​(java.lang.String mold)
      Sets the given value of mold to update to client widget
      IRating.Updater orient​(java.lang.String orient)
      Sets the given value of orient to update to client widget
      IRating.Updater rating​(int rating)
      Sets the given value of rating to update to client widget
      IRating.Updater readonly​(boolean readonly)
      Sets the given value of readonly to update to client widget
      IRating.Updater renderdefer​(int renderdefer)
      Sets the given value of renderdefer to update to client widget
      IRating.Updater sclass​(java.lang.String sclass)
      Sets the given value of sclass to update to client widget
      IRating.Updater style​(java.lang.String style)
      Sets the given value of style to update to client widget
      IRating.Updater tabindex​(java.lang.Integer tabindex)
      Sets the given value of tabindex to update to client widget
      IRating.Updater tooltiptext​(java.lang.String tooltiptext)
      Sets the given value of tooltiptext to update to client widget
      IRating.Updater top​(java.lang.String top)
      Sets the given value of top to update to client widget
      IRating.Updater vflex​(java.lang.String vflex)
      Sets the given value of vflex to update to client widget
      IRating.Updater visible​(boolean visible)
      Sets the given value of visible to update to client widget
      IRating.Updater widgetClass​(java.lang.String widgetClass)
      Sets the given value of widgetClass to update to client widget
      IRating.Updater width​(java.lang.String width)
      Sets the given value of width to update to client widget
      IRating.Updater zclass​(java.lang.String zclass)
      Sets the given value of zclass to update to client widget
      IRating.Updater zIndex​(int zIndex)
      Sets the given value of zIndex to update to client widget
      • Methods inherited from class java.lang.Object

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