Class Hover

This Component defines Frame behaviour on mouse-over and may contain other Components.

Functions

self:Add (component) Adds a new Component.
self:Remove (subtype) Removes a Component.
self:Replace (component) Replaces a Component.

Methods

Hover:Hover ([initialComponents]) Hover constructor.

Properties

self.Components.get () Returns the Hover Component's Components.
self.Stylesheet.get () Updates and returns the Hover Component's stylesheet.


Functions

self:Add (component)
Adds a new Component.

Parameters:

  • component Component
self:Remove (subtype)
Removes a Component.

Parameters:

  • subtype string The Subtype of the Component to be removed.
self:Replace (component)
Replaces a Component.

Parameters:

  • component Component The Component to be added.

Methods

Hover:Hover ([initialComponents])
Hover constructor.

Parameters:

  • initialComponents table A table of Components to be contained in this Hover Component. (optional)

Properties

self.Components.get ()
Returns the Hover Component's Components.

Returns:

    table
self.Stylesheet.get ()
Updates and returns the Hover Component's stylesheet.

Returns:

    string
generated by LDoc 1.4.6 Last updated 2017-11-15 22:27:55