org.beanfabrics.swing.customizer.list
Class BnListCustomizerPM

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
                  extended by org.beanfabrics.swing.customizer.list.BnListCustomizerPM
All Implemented Interfaces:
Bean, ContextOwner, HasComparable, PresentationModel, Supportable, CustomizerPM, Validatable

public class BnListCustomizerPM
extends AbstractCustomizerPM

The BnListCustomizerPM is the presentation model for the BnListCustomizer.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.beanfabrics.model.AbstractPM
AbstractPM.PropertiesValidationRule
 
Field Summary
protected  PathPM cellConfigPath
           
protected  PathPM pathToList
           
 
Fields inherited from class org.beanfabrics.swing.customizer.AbstractCustomizerPM
title
 
Fields inherited from class org.beanfabrics.model.AbstractPM
KEY_MESSAGE_ONE_OR_MORE_INVALID
 
Constructor Summary
BnListCustomizerPM()
           
 
Method Summary
 void setBnList(BnList bnList)
           
 void setCustomizer(CustomizerBase customizer)
           
 
Methods inherited from class org.beanfabrics.swing.customizer.AbstractCustomizerPM
getCustomizer
 
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

pathToList

protected final PathPM pathToList

cellConfigPath

protected final PathPM cellConfigPath
Constructor Detail

BnListCustomizerPM

public BnListCustomizerPM()
Method Detail

setCustomizer

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

setBnList

public void setBnList(BnList bnList)