ru.goodidea.df.dictionary
Class BooleanField
java.lang.Object
ru.goodidea.df.dictionary.datasource.FieldAbstract
ru.goodidea.df.dictionary.Field
ru.goodidea.df.dictionary.BooleanField
- All Implemented Interfaces:
- java.io.Serializable, PanelBuildable, XMLable, XMLFillable
public class BooleanField
- extends Field
- implements java.io.Serializable, XMLable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BooleanField
public BooleanField()
BooleanField
public BooleanField(java.lang.Boolean value,
FieldModel model)
BooleanField
public BooleanField(Componentable comp)
isValue
public boolean isValue()
setValue
public void setValue(java.lang.Object property)
- Specified by:
setValue in class Field
getValue
public java.lang.Object getValue()
- Specified by:
getValue in class Field
fillXML
public void fillXML(org.w3c.dom.Element root)
- fillXML
- Specified by:
fillXML in interface XMLFillable- Overrides:
fillXML in class Field
- Parameters:
root - Element
restoreXML
public void restoreXML(org.w3c.dom.Element root)
- Specified by:
restoreXML in interface XMLable- Overrides:
restoreXML in class Field
Copyright © 2009. All Rights Reserved.