%FIELD_END; : End of a field definition

ROLE

This entity allows to define the list of common elements for the end definition of all the field types.

ELEMENTS

<!ENTITY % FIELD_END 
	  (FORMULA?,
	   DATA*,
	   TIP?,
	   BEAN*,
	   CONSTRAINT*,
	   (CONTROL | CONTROL_REF)*)>
Element Mand. Mult. Description
FORMULA no no This is the formula for computing the field value with an expression language.
DATA no yes Specific data of the field.
TIP no no Tip on the field.
BEAN no yes Java class defining a graphical object to be used for this field.
CONSTRAINT no yes Positioning constraint used in the forms for the corresponding caption.
CONTROL yes no Applicative control for this field.
CONTROL_REF yes no Applicative control reference for this field.