Class HtmlWidgetMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,HtmlWidget>

A collection of HtmlWidget objects keyed by their names.
See Also:
  • Constructor Details

  • Method Details

    • append

      Adds the specified widgets to this map.
      Parameters:
      w - The widgets to add to this map.
      Returns:
      This object.