|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapPM<K,V extends PresentationModel>
The IMapPM
is the minimal interface for a presentation model that
maps key objects to presentation model objects.
Method Summary | |
---|---|
java.util.Map<K,V> |
toMap()
Returns a new Map with all elements of this map. |
Methods inherited from interface org.beanfabrics.model.IListPM |
---|
addListListener, contains, getAt, getSelection, getSortKeys, indexOf, isEmpty, listIterator, removeListListener, size, sortBy, sortBy, sortBy, swap, swap, toArray, toCollection |
Methods inherited from interface org.beanfabrics.Bean |
---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface org.beanfabrics.validation.Validatable |
---|
getValidationState, getValidator, isValid, revalidate |
Methods inherited from interface org.beanfabrics.support.Supportable |
---|
getSupportMap |
Methods inherited from interface org.beanfabrics.context.ContextOwner |
---|
getContext |
Methods inherited from interface org.beanfabrics.HasComparable |
---|
getComparable |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
java.util.Map<K,V> toMap()
Map
with all elements of this map.
Map
with all elements of this map.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |