Java Doc for FieldImpl.java in » Development » ivatamasks » com » ivata » mask » field » Java Source Code / Java DocumentationJava Source Code and Java Documentation
true if this field is required and must have anon- null, non-empty value.
public boolean
isOneToOne() If this field represents another value object, but the relationship with
its container is one-to-one, then it can be included in the parent's
mask directly.
Construct a field with the given parent or inherited field.
Parameters: parentParam - The field whose characteristics this one inherits, if theyhave not been set directly. Parameters: extendedFieldParam - field defined by an explicit "extends" attribute in theconfiguration. Parameters: maskFactoryParam - This mask factory is used to retrieve the mask for this field,if the field represents a value object.
If this field represents a combo (select) type, returns the choice keys
as a List of String instances.
List of String instancesrepresenting the key values of all choice options.
Get the key to used as a field label for this field. This key can be
matched against the application resources messages to get the
text in the correct language for the current locale.
Returns the label message key.
Get whether or not this field can be amended. Useful for automatically
generated fields such as timestamps.
true if the field cannot be manually changed.
If this field represents another value object, but the relationship with
its container is one-to-one, then it can be included in the parent's
mask directly.
true if this field should be displayed directlyin the mask of the parent field.
setChoiceProperties
public void setChoiceProperties(Properties choicePropertiesParam)(Code)