Extends
Members
v :Object
Returns the components currently visible in the Window.
- Accessor of: ve.Window
- Source:
Type:
Methods
#getHighestZIndex(arg0_optionsopt) → {number|ve.Window}
Returns the highest z-index over the set of all Windows in ve.Window.instances.
- Static method of: ve.Window
- Source:
Parameters:
| Name | Type | Attributes | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
arg0_options |
Object
|
<optional> |
|
Returns:
- Type:
-
number|ve.Window
#normaliseZIndexes()
Normalises all z-indexes over the set of ve.Windows.
- Source:
getZIndex() → {number}
Returns the current z-index of this ve.Window.
- Method of: ve.Window
- Source:
Returns:
- Type:
-
number
refresh(arg0_components_obj)
Refreshes the components display for the current Window.
- Method of: ve.Window
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_components_obj |
Object
|
select()
Selects the current ve.Window instance, raising its z-index above all other Windows.
- Method of: ve.Window
- Source:
setCoords(arg0_x, arg1_y)
Sets the present coords of the window to a given X, Y coordinate relative to the present anchor.
- Method of: ve.Window
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_x |
number
|
|
arg1_y |
number
|
setName(arg0_name)
Sets the current name of the window.
- Method of: ve.Window
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_name |
string
|
setSize(arg0_width, arg1_height)
Sets the given size of the current window using either numbers or CSS calculated strings in Telestyle. Any functions must return either a number/string.
- Method of: ve.Window
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_width |
function
|
number
|
string
|
|
arg1_height |
function
|
number
|
string
|
addComponents(arg0_components_obj)
Adds components to the present this.element.
- Method of: ve.Feature
- Overrides:
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_components_obj |
Object
|
remove()
Removes the ve.Feature from its static .instances field in addition to unmounting the feature from the DOM.
- Method of: ve.Feature
- Overrides:
- Source:
removeComponents(arg0_components_obj)
Removes components from the present this.element.
- Method of: ve.Feature
- Overrides:
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_components_obj |
Object
|
updateOwner()
Iterates over all present Vercengen components in ve.Feature and sets their owner to the current Feature if they do not already have populated .owner/.owners fields.
- Method of: ve.Feature
- Overrides:
- Source: