Class InspectContainer

  • Direct Known Subclasses:
    AnalysisContainer

    @Deprecated
    public class InspectContainer
    extends java.lang.Object
    Deprecated.
    PluginData API has been deprecated - see https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API for new API.
    Container used to hold data for Player page.
    See Also:
    TableContainer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.TreeMap<java.lang.String,​java.lang.String> html
      Deprecated.
       
      protected java.util.TreeMap<java.lang.String,​TableContainer> tables
      Deprecated.
       
      protected java.util.List<java.lang.String> values
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      InspectContainer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addHtml​(java.lang.String key, java.lang.String html)
      Deprecated.
       
      void addTable​(java.lang.String key, TableContainer table)
      Deprecated.
       
      void addValue​(java.lang.String label, java.io.Serializable value)
      Deprecated.
       
      boolean hasOnlyValues()
      Deprecated.
      Check if InspectContainer has only values, and not HTML or Tables.
      boolean hasValues()
      Deprecated.
       
      boolean isEmpty()
      Deprecated.
       
      java.lang.String parseHtml()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • values

        protected final java.util.List<java.lang.String> values
        Deprecated.
      • html

        protected final java.util.TreeMap<java.lang.String,​java.lang.String> html
        Deprecated.
      • tables

        protected final java.util.TreeMap<java.lang.String,​TableContainer> tables
        Deprecated.
    • Constructor Detail

      • InspectContainer

        public InspectContainer()
        Deprecated.
    • Method Detail

      • addValue

        public final void addValue​(java.lang.String label,
                                   java.io.Serializable value)
        Deprecated.
      • addHtml

        public final void addHtml​(java.lang.String key,
                                  java.lang.String html)
        Deprecated.
      • addTable

        public final void addTable​(java.lang.String key,
                                   TableContainer table)
        Deprecated.
      • parseHtml

        public final java.lang.String parseHtml()
        Deprecated.
      • hasOnlyValues

        public final boolean hasOnlyValues()
        Deprecated.
        Check if InspectContainer has only values, and not HTML or Tables.
        Returns:
        true/false
      • isEmpty

        public boolean isEmpty()
        Deprecated.
      • hasValues

        public final boolean hasValues()
        Deprecated.