|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.AbstractBean
org.beanfabrics.ValidatableBean
org.beanfabrics.model.AbstractPM
org.beanfabrics.swing.customizer.AbstractCustomizerPM
org.beanfabrics.swing.customizer.list.BnListCustomizerPM
public class BnListCustomizerPM
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 |
---|
protected final PathPM pathToList
protected final PathPM cellConfigPath
Constructor Detail |
---|
public BnListCustomizerPM()
Method Detail |
---|
public void setCustomizer(CustomizerBase customizer)
setCustomizer
in interface CustomizerPM
setCustomizer
in class AbstractCustomizerPM
public void setBnList(BnList bnList)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |