Package | Description |
---|---|
org.joty.app | |
org.joty.data | |
org.joty.gui |
Modifier and Type | Method and Description |
---|---|
JotyDate |
JotyApplication.createDate() |
Modifier and Type | Field and Description |
---|---|
JotyDate |
FieldDescriptor.m_dateVal |
JotyDate |
WrappedField.m_dateVal |
Modifier and Type | Method and Description |
---|---|
JotyDate |
WrappedField.dateVal() |
JotyDate |
WrappedResultSet.dateValue(java.lang.String dbFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
JotyDate.setDate(JotyDate date) |
void |
WrappedField.setVal(JotyDate dtVal) |
void |
JotyResultSet.setValue(java.lang.String dbFieldName,
JotyDate m_dateVal,
boolean m_delayed,
int retValIndex) |
void |
WrappedResultSet.setValue(java.lang.String dbFieldName,
JotyDate val,
boolean delayedVal,
int genIdIndex) |
Modifier and Type | Method and Description |
---|---|
void |
InitialValue.setValue(JotyDate value) |