public class JDynFormFieldBoolean extends org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField implements org.gvsig.tools.dynform.JDynFormField, FocusListener
| Modifier and Type | Field and Description |
|---|---|
protected Object |
assignedValue |
| Constructor and Description |
|---|
JDynFormFieldBoolean(org.gvsig.tools.dynobject.DynObject parameters,
org.gvsig.tools.service.spi.ServiceManager serviceManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent arg0) |
void |
focusLost(FocusEvent arg0) |
Object |
getAssignedValue() |
protected JCheckBox |
getJCheckBox() |
Object |
getValue() |
boolean |
hasValidValue() |
void |
initComponent() |
void |
setValue(Object value) |
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, asJComponent, fireFieldChangedEvent, fireFieldEnterEvent, fireFieldExitEvent, fireMessageEvent, getDefinition, getJLabel, getLabel, getManager, getName, getParameterValue, isModified, isReadOnly, problemIndicator, removeListener, setReadOnly, setTranslateEmptyToNull, toString, translateEmptyToNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected Object assignedValue
public JDynFormFieldBoolean(org.gvsig.tools.dynobject.DynObject parameters,
org.gvsig.tools.service.spi.ServiceManager serviceManager)
public Object getAssignedValue()
getAssignedValue in class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormFieldprotected JCheckBox getJCheckBox()
public void initComponent()
initComponent in class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormFieldpublic void setValue(Object value)
setValue in interface org.gvsig.tools.dynform.JDynFormFieldpublic Object getValue()
getValue in interface org.gvsig.tools.dynform.JDynFormFieldpublic boolean hasValidValue()
hasValidValue in interface org.gvsig.tools.dynform.JDynFormFieldpublic void focusGained(FocusEvent arg0)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent arg0)
focusLost in interface FocusListenerCopyright © 2014 gvSIG Association. All Rights Reserved.