com.ebasetech.xi.api
Interface Element

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BarcodeControl, BaseForm, ButtonColumnControl, ButtonControl, Component, ContainerControl, Control, CustomResource, DatabaseResource, DynamicMenuItemControl, EbaseButtonControlProperties, EventOwner, Field, FieldColumnControl, FieldControl, FinishButtonControl, GridCellControl, GridControl, GroupAndPagePanelProperties, GroupPanelControl, HorizontalLineControl, HorizontalMenuControl, HTMLControl, HyperlinkControl, ImageColumnControl, ImageControl, IncludeControl, IntegrationResource, IntegrationService, LayoutControl, MenuControl, MenuItemControl, MessageControl, MqResource, NextPageButtonControl, Page, PageBreakControl, PageControl, PageNavigationPanel, PagePanelControl, PanelControl, PrevPageButtonControl, PrintResource, RepeatingTableControl, RepeatingTableRowControl, Resource, RestoreButtonControl, SaveButtonControl, SpacerControl, StaticMenuItemControl, StoredProcedureResource, TabControl, Table, TableColumn, TableControl, TablePageControl, TabSetControl, TextControl, TitlePanelControl, VerticalMenuControl, WebForm, WebFormEventOwner, WebFormField, WebFormTable, WebFormTableColumn, WebServiceResource, WorkflowJob, XmlResource, XmlResourceBase

public interface Element
extends java.io.Serializable

Element is the base interface for all elements of a form.

Since:
V4.4

Method Summary
 java.lang.String getElementName()
          Returns the element name
 java.lang.String getElementType()
          Returns the element type
 

Method Detail

getElementName

java.lang.String getElementName()
Returns the element name

Returns:
element name
Since:
V4.4

getElementType

java.lang.String getElementType()
Returns the element type

Returns:
element type
Since:
V4.4