returns the top DOM node for the dialog
Called by the component when the state is changed. Dialog will then query the component (getValue()) and set the correct score value.
Used by text editing components that are also event sinks
returns the DOM id of the dialog.
gets the 'modifier' from parent dialog, used by text editors. Most components won't need this.
Gets the static text <string, string> for the current language. this is used by components that have different text labels for different states.
gets the view from the parent
Generated using TypeDoc
components know about their parent dialog via the DialogNotifier interface. It allows a component to notify parent of changing contents.