ElementExtension extension

on
  • UIElement

Properties

elementValue String?
Alias to resolveElementValue.
no setter
isElementValueEmpty bool
Returns true if elementValue is null or empty.
no setter
isElementValueEmptyTrimmed bool
Returns true if elementValue is null or empty after trim.
no setter
uiComponent UIComponent?
Alias to resolveUIComponent.
no setter

Methods

dispatchChangeEvent() bool
resolveElementValue({UIComponent? parentUIComponent, UIComponent? uiComponent, bool allowTextAsValue = true}) String?
Resolves the value of this UIElement.
resolveUIComponent({UIComponent? parentUIComponent}) UIComponent?
Resolves the UIComponent of this UIElement.