getEntry(Map context) Gets the entry from the context that corresponds to this field; if this
form is being rendered in an error condition (ie isError in the context
is true) then the value will be retreived from the parameters Map in
the context.
Gets the name of the Service Attribute (aka Parameter) that corresponds
with this field. This can be used to get additional information about the field.
Use the getServiceName() method to get the Entity name that the field is in.
Gets the entry from the context that corresponds to this field; if this
form is being rendered in an error condition (ie isError in the context
is true) then the value will be retreived from the parameters Map in
the context.
Parameters: context -
Gets the name of the Entity Field that corresponds
with this field. This can be used to get additional information about the field.
Use the getEntityName() method to get the Entity name that the field is in.
Get the name of the Map in the form context that contains the entry,
available from the getEntryName() method. This entry is used to
pre-populate the field widget when not in an error condition. In an
error condition the parameter name is used to get the value from the
parameters Map.
the widget/interaction part will be red if the date value is
before-now (for ex. thruDate), after-now (for ex. fromDate), or by-name (if the
field's name or entry-name or fromDate or thruDate the corresponding
action will be done); only applicable when the field is a timestamp
Parameters: context -