|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITextPM
| Method Summary | |
|---|---|
Options |
getOptions()
|
java.lang.String |
getText()
Returns the text value of this model. |
boolean |
isModified()
Returns if this object was modified (means: if the text value equals the default text). |
void |
preset()
Sets the text value as default text. |
void |
reformat()
Parses the content and formats it. |
void |
reset()
Sets the default text as text value. |
void |
setOptions(Options options)
|
void |
setText(java.lang.String aText)
Set the text to be stored in this model. |
| 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 |
|---|
java.lang.String getText()
void setText(java.lang.String aText)
null, it will be changed into the empty string
"".
aText - the text to setboolean isModified()
void reset()
void preset()
void setOptions(Options options)
Options getOptions()
void reformat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||