org.beanfabrics.swing.customizer
Class AbstractCustomizerPM

java.lang.Object
  extended by org.beanfabrics.AbstractBean
      extended by org.beanfabrics.ValidatableBean
          extended by org.beanfabrics.model.AbstractPM
              extended by org.beanfabrics.swing.customizer.AbstractCustomizerPM
All Implemented Interfaces:
Bean, ContextOwner, HasComparable, PresentationModel, Supportable, CustomizerPM, Validatable
Direct Known Subclasses:
BnListCustomizerPM, BnTableCustomizerPM, ModelSubscriberCustomizerPM

public abstract class AbstractCustomizerPM
extends AbstractPM
implements CustomizerPM

The AbstractCustomizerPM is the abstract base class for customizer presentation models.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.beanfabrics.model.AbstractPM
AbstractPM.PropertiesValidationRule
 
Field Summary
protected  TitlePM title
           
 
Fields inherited from class org.beanfabrics.model.AbstractPM
KEY_MESSAGE_ONE_OR_MORE_INVALID
 
Constructor Summary
AbstractCustomizerPM()
           
 
Method Summary
 CustomizerBase getCustomizer()
           
 void setCustomizer(CustomizerBase customizer)
           
 
Methods inherited from class org.beanfabrics.model.AbstractPM
getComparable, getContext, getSupportMap, revalidateProperties
 
Methods inherited from class org.beanfabrics.ValidatableBean
getValidationState, getValidator, isValid, revalidate, setValidationState
 
Methods inherited from class org.beanfabrics.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, equals, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

title

protected final TitlePM title
Constructor Detail

AbstractCustomizerPM

public AbstractCustomizerPM()
Method Detail

setCustomizer

public void setCustomizer(CustomizerBase customizer)
Specified by:
setCustomizer in interface CustomizerPM

getCustomizer

public CustomizerBase getCustomizer()