Class ModelTypedList<T>

All Implemented Interfaces:
IChangeGenerator, IChangeListener, ITypedList<T>, Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
PObjectTypedList

public class ModelTypedList<T> extends AbstractTypedList<T>
This is an implementation which wraps lists appearing in the model and thus can produce typed content.
Author:
dobisekm
  • Constructor Details

    • ModelTypedList

      public ModelTypedList(IPObject pobject, IListType prototype, boolean readOnly, List data)
      Parameters:
      pobject -
      prototype -
      readOnly -
      data -
      Since:
      3.1.2
  • Method Details

    • setValueWrapper

      public void setValueWrapper(@Nullable ModelTypedList.ValueWrapper valueWrapper)
      Sets value wrapper for wrapping low-level data into high-level data for data in this list.
      Since:
      3.9.0