org.beanfabrics.model
Interface PresentationModel

All Superinterfaces:
Bean, ContextOwner, Supportable, Validatable
All Known Subinterfaces:
IBigDecimalPM, IBooleanPM, IDatePM, IIconPM, IIntegerPM, IListPM<T>, IMapPM<K,V>, IOperationPM, ITextPM, IValuePM
All Known Implementing Classes:
AbstractOperationPM, AbstractPM, AbstractValuePM, BigDecimalPM, BooleanPM, DatePM, DecimalPM, IconPM, IconTextPM, IntegerPM, ListPM, MapPM, MoneyPM, OperationPM, TextPM

public interface PresentationModel
extends Bean, Validatable, Supportable, ContextOwner

Base interface for a presentation model.

Author:
Michael Karneim

Method Summary
 
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
 



© 2010 by Michael Karneim, http://www.beanfabrics.org