org.beanfabrics.model
Class AbstractValuePM
java.lang.Object
org.beanfabrics.AbstractBean
org.beanfabrics.ValidatableBean
org.beanfabrics.model.AbstractPM
org.beanfabrics.model.AbstractValuePM
- All Implemented Interfaces:
- Bean, ContextOwner, IValuePM, PresentationModel, Supportable, Validatable
- Direct Known Subclasses:
- IconPM, TextPM
public abstract class AbstractValuePM
- extends AbstractPM
- implements IValuePM
- Author:
- Michael Karneim
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractValuePM
public AbstractValuePM()
getDescription
public java.lang.String getDescription()
-
- Specified by:
getDescription in interface IValuePM
setDescription
public void setDescription(java.lang.String description)
-
- Specified by:
setDescription in interface IValuePM
isMandatory
public boolean isMandatory()
-
- Specified by:
isMandatory in interface IValuePM
setMandatory
public void setMandatory(boolean mandatory)
-
- Specified by:
setMandatory in interface IValuePM
getTitle
public java.lang.String getTitle()
-
- Specified by:
getTitle in interface IValuePM
setTitle
public void setTitle(java.lang.String title)
-
- Specified by:
setTitle in interface IValuePM
isEditable
public boolean isEditable()
-
- Specified by:
isEditable in interface IValuePM
setEditable
public void setEditable(boolean editable)
-
- Specified by:
setEditable in interface IValuePM
revalidate
public void revalidate()
- Description copied from class:
ValidatableBean
- Updates the validation state of this object.
- Specified by:
revalidate in interface Validatable- Overrides:
revalidate in class ValidatableBean
© 2010 by Michael Karneim, http://www.beanfabrics.org