Interface IAbstractElement
- All Superinterfaces:
IElement, IPropertyContainer
- All Known Subinterfaces:
IBlockElement, IFormField
- All Known Implementing Classes:
AbstractElement, AbstractSelectField, AnonymousInlineBox, AreaBreak, BlockElement, Button, Cell, CheckBox, ComboBoxField, Div, FlexContainer, FormField, GridContainer, Image, InputField, LineSeparator, Link, List, ListBoxField, ListItem, MulticolContainer, Paragraph, Radio, SignatureFieldAppearance, SvgImage, Tab, Table, Text, TextArea
The interface represents abstract layout element and provides an access to its children.
-
Method Summary
Modifier and TypeMethodDescriptionGets the child elements of this elements.Methods inherited from interface IElement
createRendererSubTree, getRenderer, setNextRendererMethods inherited from interface IPropertyContainer
deleteOwnProperty, getDefaultProperty, getOwnProperty, getProperty, hasOwnProperty, hasProperty, setProperty
-
Method Details
-
getChildren
-