Class StiComponentsCollection

All Implemented Interfaces:
IStiJsonReportObject, Serializable, Cloneable, Iterable<StiComponent>, Collection<StiComponent>, List<StiComponent>, RandomAccess, SequencedCollection<StiComponent>

public class StiComponentsCollection extends ArrayList<StiComponent> implements IStiJsonReportObject
See Also:
  • Constructor Details

    • StiComponentsCollection

      public StiComponentsCollection(StiContainer parent)
    • StiComponentsCollection

      public StiComponentsCollection()
    • StiComponentsCollection

      public StiComponentsCollection(int size)
  • Method Details