Interface HelpItem

    • Method Detail

      • getViewType

        int getViewType()
        Gets the type of the item
        Returns:
        the type of the item
      • getName

        java.lang.String getName()
        Gets the name of the item
        Returns:
        the name of the item, or an empty String if there is no name.
      • getId

        java.lang.Long getId()
        Gets the ID of this item.
        Returns:
        The ID of this item, or null if there is none.
      • getParentId

        java.lang.Long getParentId()
        Returns the ID of the parent item.
        Returns:
        the ID of the parent item, or null if there is none.