|
|||||||||
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.ModelSubscriberCustomizerPM
public class ModelSubscriberCustomizerPM
The ModelSubscriberCustomizerPM
is the presentation model for the ModelSubscriberCustomizer
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.beanfabrics.model.AbstractPM |
---|
AbstractPM.PropertiesValidationRule |
Field Summary | |
---|---|
protected PathPM |
path
|
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 | |
---|---|
ModelSubscriberCustomizerPM()
|
Method Summary | |
---|---|
void |
setCustomizer(CustomizerBase customizer)
|
void |
setModelSubscriber(ModelSubscriber aSubscriber)
|
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 path
Constructor Detail |
---|
public ModelSubscriberCustomizerPM()
Method Detail |
---|
public void setCustomizer(CustomizerBase customizer)
setCustomizer
in interface CustomizerPM
setCustomizer
in class AbstractCustomizerPM
public void setModelSubscriber(ModelSubscriber aSubscriber)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |