Element

The ui element base class.

Constructors

this
this(Element parent)

Construct the element.

this
this()

Construct the element.

Members

Functions

createCommand
string createCommand(CommandCallback callback, string uniqueData)
Undocumented in source. Be warned that the author may not have intended to support it.
generateHash
string generateHash(string text, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
generateHash
string generateHash()
Undocumented in source. Be warned that the author may not have intended to support it.
getCommandName
string getCommandName(string uniqueData)
Undocumented in source. Be warned that the author may not have intended to support it.
overrideGeneratedId
void overrideGeneratedId(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

id
string id [@property getter]

The unique id of this element.

parent
Element parent [@property getter]

The parent element if any.

Variables

_elementId
string _elementId;
Undocumented in source.
_hash
string _hash;
Undocumented in source.
_manualIdentifier
string _manualIdentifier;
Undocumented in source.
_parent
Element _parent;
Undocumented in source.
_tk
Tk _tk;
Undocumented in source.

Meta