public class JDynFormFieldTimestamp extends AbstractJDynFormField implements JDynFormField, FocusListener
AbstractJDynFormField.IllegalFieldValue
JDynFormField.JDynFormFieldListener
Modifier and Type | Field and Description |
---|---|
protected Object |
assignedValue |
contents, emptyToNull, logger, parameters
Constructor and Description |
---|
JDynFormFieldTimestamp(DynObject parameters,
ServiceManager serviceManager) |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent arg0) |
void |
focusLost(FocusEvent arg0) |
Object |
getAssignedValue() |
protected JButton |
getJButton() |
protected JCalendar |
getJCalendar() |
protected JSpinner |
getJSpinner() |
Object |
getValue()
Get the value of field from the form.
|
boolean |
hasValidValue() |
void |
initComponent() |
void |
setReadOnly(boolean readonly) |
void |
setValue(Object value) |
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, asJComponent, clear, fetch, fireFieldChangedEvent, fireFieldEnterEvent, fireFieldExitEvent, fireMessageEvent, getDefinition, getForm, getJLabel, getLabel, getManager, getName, getParameterValue, getServiceManager, getTagValueAsBoolean, getTagValueAsBoolean, getTagValueAsInt, getTagValueAsInt, getTagValueAsString, getTagValueAsString, isModified, isReadOnly, loadDefaultValuesFromTags, problemIndicator, removeListener, setForm, setTranslateEmptyToNull, toString, translateEmptyToNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, clear, fetch, fireMessageEvent, getDefinition, getForm, getJLabel, getLabel, getName, isModified, isReadOnly, removeListener
asJComponent
getManager
protected Object assignedValue
public JDynFormFieldTimestamp(DynObject parameters, ServiceManager serviceManager)
public void setReadOnly(boolean readonly)
setReadOnly
in interface JDynFormField
setReadOnly
in class AbstractJDynFormField
public Object getAssignedValue()
getAssignedValue
in class AbstractJDynFormField
protected JSpinner getJSpinner()
protected JButton getJButton()
protected JCalendar getJCalendar()
public void initComponent()
initComponent
in class AbstractJDynFormField
public void setValue(Object value)
setValue
in interface JDynFormField
public Object getValue()
JDynFormField
getValue
in interface JDynFormField
public boolean hasValidValue()
hasValidValue
in interface JDynFormField
public void focusGained(FocusEvent arg0)
focusGained
in interface FocusListener
public void focusLost(FocusEvent arg0)
focusLost
in interface FocusListener