Interface HasItemId

    • Method Detail

      • setItemId

        void setItemId​(String itemId)
        Sets the widget's item id. Unlike a widget's id, the widget's item id is not tied to id attribute of the widget's root element. As such, the item id does not have to be unique.
        Parameters:
        itemId - the item id
      • getItemId

        String getItemId()
        Returns the item id. Unlike the widget's id, the item id does not have to be unique.
        Returns:
        the item id