Name | Description | |
---|---|---|
![]() | WebUiElementJS | Initializes a new instance of the WebUiElementJS class. |
Name | Description | |
---|---|---|
![]() | WebUiElementJS | Initializes a new instance of the WebUiElementJS class. |
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. |
Name | Description | |
---|---|---|
![]() | activated | Occurs when UI element is activated and connected with the UI-control. |
![]() | destroyed | Occurs when UI element is destroyed. |
![]() | stateChanged | Occurs when UI element active state is changed. |
![]() | stateChanging | Occurs when UI element active state is changing. |
![]() | warningOccured | Occurs when warning (non-critical error) occurs in UI-control. |