| java.lang.Object de.ug2t.model.values.MoValue de.ug2t.model.values.MoSingleValue
MoSingleValue | public class MoSingleValue extends MoValue implements IMoSingleValue(Code) | | author: Dirk author: date: 13.07.2003 project: WiSer-Framework author: author: This class represents one value-object in the model author:
|
MoSingleValue | public MoSingleValue()(Code) | | |
pcmf_UI2Model | public boolean pcmf_UI2Model()(Code) | |
Does ...
a boolean with ... |
pcmf_cloneModelValue | public IMoValue pcmf_cloneModelValue(boolean xChilds, boolean xFull)(Code) | |
Does ...
a IMoValue with ... |
pcmf_cloneModelValue | public IMoValue pcmf_cloneModelValue(boolean xChilds)(Code) | | |
pcmf_getValidator | public IUnValidator pcmf_getValidator()(Code) | |
Gets the validator of this value
a IUnValidator |
pcmf_getValue | public Object pcmf_getValue()(Code) | |
This function returns the stored value
a Object with the stored value |
pcmf_model2UI | public boolean pcmf_model2UI()(Code) | |
Does ...
a boolean with ... |
pcmf_setValue | public void pcmf_setValue(Object xValue)(Code) | |
This function sets the value of the value object. This value is not valid
(and will not be return by the getValue method) until the validator is
called
a Object with the previous value stored in the value object Parameters: xValue - is the value which is stored by the value object
|
pcmf_setValueValidate | public Object pcmf_setValueValidate(Object xValue)(Code) | |
This function sets the value of the value object. The validator is called
immediately
a Object with the previous value stored in the value object Parameters: xValue - is the value which is stored by the value object
|
pcmf_validate | public boolean pcmf_validate()(Code) | |
Does...
a Type with
* |
|
|