Interface IAbstractElement

All Superinterfaces:
IElement, IPropertyContainer
All Known Subinterfaces:
IBlockElement, IFormField
All Known Implementing Classes:
AbstractElement, AbstractSelectField, AreaBreak, BlockElement, Button, Cell, CheckBox, ComboBoxField, Div, FormField, Image, InputField, LineSeparator, Link, List, ListBoxField, ListItem, MulticolContainer, Paragraph, Radio, SignatureFieldAppearance, SvgImage, Tab, Table, Text, TextArea

public interface IAbstractElement extends IElement
The interface represents abstract layout element and provides an access to its children.
  • Method Details

    • getChildren

      List<IElement> getChildren()
      Gets the child elements of this elements.
      Returns:
      a list of children