Interface CPListTemplateItem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setUserInfo​(java.lang.Object value)
      Any custom user info related to this item.
      java.lang.String text()
      The primary text shown in a cell displaying this list item.
      java.lang.Object userInfo()
      Any custom user info related to this item.
    • Method Detail

      • setUserInfo

        void setUserInfo​(java.lang.Object value)
        Any custom user info related to this item.
      • text

        java.lang.String text()
        The primary text shown in a cell displaying this list item.
      • userInfo

        java.lang.Object userInfo()
        Any custom user info related to this item.