Name | Description | |
---|---|---|
![]() | createMarkup | Creates an initial markup of UI element. |
![]() | destroy | Destroys the UI element. |
![]() | get_ActiveState | Gets an active UI element state. |
![]() | get_DomElement | Gets the DOM element associated with this UI element. |
![]() | get_IsEnabled | Gets a value indicating whether the UI element is enabled. |
![]() | get_LocalizationId | Gets the localization identifier of UI element. |
![]() | get_RegisteredId | Gets the identifier under which UI element is registered in WebUiElementsFactoryJS. |
![]() | get_RootControl | Gets the root control that contains this UI element. |
![]() | get_StateCollection | Gets a state collection of UI element. |
![]() | getNestedElements | Returns array of nested UI elements. |
![]() | hide | Hides the UI element. |
![]() | isVisible | Returns a value indicating whether the UI element is visible. |
![]() | render | Overloaded. Creates and returns markup of UI element. |
![]() | set_ActiveState | Sets an active state of UI element. |
![]() | set_IsEnabled | Sets a value indicating whether the UI element is enabled. |
![]() | setMasterElement | Sets the master element for this element. |
![]() | show | Shows the UI element. |