Interface Element

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ArticleControl, AsideControl, AudioControl, BarcodeControl, BaseForm, BasicBlockControl, BootstrapColumnControl, BootstrapContainerControl, BootstrapRowControl, ButtonColumnControl, ButtonControl, CanvasControl, Component, ContainerControl, Control, CustomResource, DatabaseResource, DynamicMenuItemControl, EbaseButtonControlProperties, EventOwner, Field, FieldColumnControl, FieldControl, FileUploadControl, FileUploadTextControl, FinishButtonControl, FooterControl, GridCellControl, GridControl, GroupAndPagePanelProperties, GroupPanelControl, HeaderControl, HeadingControl, HorizontalLineControl, HorizontalMenuControl, HTMLControl, HyperlinkControl, IFrameControl, ImageColumnControl, ImageControl, IncludeControl, InitiateUploadControl, IntegrationResource, IntegrationService, LayoutControl, ListControl, ListHyperlinkControl, ListItemControl, ListPanelControl, ListTextControl, MainControl, MenuControl, MenuItemControl, MessageControl, NavControl, NextPageButtonControl, Page, PageBreakControl, PageControl, PageNavigationPanel, PagePanelControl, PanelControl, PrevPageButtonControl, PrintResource, RepeatingTableControl, RepeatingTableListControl, RepeatingTableListRowControl, RepeatingTableRowControl, Resource, RESTfulWebService, RestoreButtonControl, SaveButtonControl, SectionControl, SpacerControl, StaticMenuItemControl, StoredProcedureResource, TabControl, Table, TableColumn, TableControl, TablePageControl, TabSetControl, TextControl, TitlePanelControl, VerticalMenuControl, VideoControl, 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

    Modifier and Type Method Description
    java.lang.String getElementName()
    Returns the element name
    java.lang.String getElementType()
    Returns the element type
  • Method Details

    • 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