Skip to main content

ApiBaseWidget

Represents the ApiBaseWidget class.

Methods

MethodReturnsDescription
DeletebooleanRemoves widget from parent field.
GetActionsJSONJSONGets all field actions in json format.
GetBackgroundColorApiColorGets widget background color.
GetBorderColorApiColorGets widget border color.
GetBorderStyleWidgetBorderStyleGets widget border style.
GetBorderWidthWidgetBorderWidthGets widget border width.
GetClassType"baseWidget"Returns a type of the ApiBaseWidget class.
GetInternalIdstringReturns an internal ID of the current field widget.
GetPositionPointGets widget position.
GetRectRectSets field rect.
GetTextColorApiColorGets widget text color.
GetTextSizeptGets widget text size.
IsAutoFitbooleanChecks if text is autofit.
SetAutoFitbooleanSets text autofit.
SetBackgroundColorbooleanSets widget background color.
SetBorderColorbooleanSets widget border color.
SetBorderStylebooleanSets widget border style.
SetBorderWidthbooleanSets widget border width.
SetPositionbooleanSets widget position.
SetRectbooleanSets field rect.
SetTextColorbooleanSets widget text color.
SetTextSizebooleanSets widget text size.