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.
      • getChildren

        java.util.List<? extends HelpItem> getChildren()
        Gets the list of children that this item has.
        Returns:
        the list of children that this item has. May be empty if there are no children, or if the item type does not permit children.