org.beanfabrics.model
Interface IBooleanPM

All Superinterfaces:
Bean, ContextOwner, ITextPM, IValuePM, PresentationModel, Supportable, Validatable
All Known Implementing Classes:
BooleanPM

public interface IBooleanPM
extends ITextPM

Author:
Michael Karneim

Method Summary
 java.lang.Boolean getBoolean()
           
 void setBoolean(java.lang.Boolean b)
           
 
Methods inherited from interface org.beanfabrics.model.ITextPM
getOptions, getText, isModified, preset, reformat, reset, setOptions, setText
 
Methods inherited from interface org.beanfabrics.model.IValuePM
getComparable, getDescription, getTitle, isEditable, isEmpty, isMandatory, setDescription, setEditable, setMandatory, setTitle
 
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
 

Method Detail

setBoolean

void setBoolean(java.lang.Boolean b)

getBoolean

java.lang.Boolean getBoolean()


© 2010 by Michael Karneim, http://www.beanfabrics.org