%FIELD_ITEM; : Field item

Java class : leon.view.LyFieldItem

ROLE

All types of input fields contained in a form.

ELEMENTS

<!ENTITY % FIELD_ITEM 
	  (TEXT |
	   NUMBER |
	   DATE |
	   CHOICE |
	   BOOLEAN |
	   RELATION |
	   FILE |
	   HREF |
	   HREFS |
	   LABEL |
	   LIST |
	   ICON |
	   DICTIONARY |
	   GAUGE |
	   %PANEL;)>
Element Mand. Mult. Description
TEXT yes no Input field of Text type.
NUMBER yes no Input field of Number type.
DATE yes no Input field of Date type.
CHOICE yes no Input field of Choice type.
BOOLEAN yes no Input field of Boolean type.
RELATION yes no Input field of Relation type.
FILE yes no Input field of File reference type.
HREF yes no Input field of Hypertext reference type.
HREFS yes no Input field of Hypertext reference list type.
LABEL yes no Input field of Label type.
LIST yes no Input field of List type.
ICON yes no Input field of Icon type.
DICTIONARY yes no Input field of Dictionary type.
GAUGE yes no FIELD_ITEM.GAUGE
PANEL
yes no Panel used as input field.