Interface I_CmsListItem

    • Method Detail

      • add

        void add​(com.google.gwt.user.client.ui.Widget w)
        Adds a widget to this list item.

        Parameters:
        w - the widget to add
      • getId

        java.lang.String getId()
        Returns the logical id, it is not the HTML id.

        Specified by:
        getId in interface I_CmsDraggable
        Returns:
        the id
      • setId

        void setId​(java.lang.String id)
        Sets the logical id, it is not the HTML id.

        Parameters:
        id - the id to set