Class ContentData

  • All Implemented Interfaces:

    
    public class ContentData
    
                        

    Base content data.

    The info UI will change depending of the type of the data.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class ContentData.Single

      Single model, used to show only one item, (e.g. a movie)

      public final class ContentData.Multiple

      Multiple model, used to show a list of items

      The list selector will only show when there is 2 or more elements on the list.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail