org.barracudamvc.plankton.data
Interface PList

All Superinterfaces:
Cloneable, Collection, List, PData, Serializable, StateMap
All Known Implementing Classes:
PArrayList

public interface PList
extends List, PData

The purpose of this interface is to extend the standard List interface to support the notions of

  1. parental hierarchy (allowing you to navigate up)
  2. state (by implementing the StateMap interface)


Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface org.barracudamvc.plankton.data.PData
getParent, getRootParent, isInheritParents, setInheritParents, setParent
 
Methods inherited from interface org.barracudamvc.plankton.data.StateMap
clearState, getState, getStateKeys, getStateStore, putState, removeState
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.