Interface FormItem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FormVisualEntity, IBmObject, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Addition, AutoCommandBar, Button, ContextMenu, DataItem, Decoration, ExtendedTooltip, FormField, FormGroup, Group, Table
All Known Implementing Classes:
AdditionImpl, AutoCommandBarImpl, ButtonImpl, ContextMenuImpl, DataItemImpl, DecorationImpl, ExtendedTooltipImpl, FormFieldImpl, FormGroupImpl, FormItemImpl, GroupImpl, TableImpl

public interface FormItem extends NamedElement, FormVisualEntity
A representation of the model object 'Item'. !!! Attention !!! Add new FormItem you must 1) add corresponding type to com._1c.g5.v8.dt.form.resource.FormItemInformationService 2) if new FormItem contains ExtInfo you must update method "getExtensionInfo" in com._1c.g5.v8.dt.form.resource.FormItemInformationService 3) if new FormItem contains ExtInfo you must update method "getBindEvents" in com._1c.g5.v8.dt.form.resource.FormItemInformationService

The following features are supported:

See Also: