Class XulStepFieldsModel.FieldsCollection
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.ui.xul.util.AbstractModelList<StepFieldNode>
org.pentaho.di.ui.core.database.dialog.XulStepFieldsModel.FieldsCollection
- All Implemented Interfaces:
Serializable,Iterable<StepFieldNode>,Collection<StepFieldNode>,List<StepFieldNode>,org.pentaho.ui.xul.containers.XulManagedCollection,org.pentaho.ui.xul.XulEventSource
- Enclosing class:
- XulStepFieldsModel
public static class XulStepFieldsModel.FieldsCollection
extends org.pentaho.ui.xul.util.AbstractModelList<StepFieldNode>
- See Also:
-
Field Summary
Fields inherited from class org.pentaho.ui.xul.util.AbstractModelList
childrenFields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
changeSupport -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.ui.xul.util.AbstractModelList
add, add, addAll, addAll, asList, clear, contains, containsAll, fireCollectionChanged, get, getChildren, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, moveChildDown, moveChildDown, moveChildUp, moveChildUp, onAdd, onRemove, remove, remove, removeAll, removeModel, retainAll, set, setChildren, size, subList, toArray, toArrayMethods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
FieldsCollection
public FieldsCollection()
-