A module representing a video view.
new siteKiosk.ui.views.textInput(params)
Creates a video view.
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
* | The video views params
Properties
|
Members
-
<readonly> id :number
-
The view's ID.
Type:
- number
- Inherited From:
-
<readonly> isView :boolean
-
Identifies a view.
Type:
- boolean
- Inherited From:
Methods
-
activate()
-
Activates the view
- Inherited From:
-
allowLayoutUpdates()
-
Enables updating the layout, when a property changes.
- Inherited From:
-
center()
-
Centers the view in the middle of the screen.
- Inherited From:
-
close()
-
Closes the video view.
-
focus()
-
Focus the views
- Inherited From:
-
getCanMaximize() → {boolean}
-
Gets whether the view can be maximized
- Inherited From:
Returns:
The state.- Type
- boolean
-
getCanMinimize() → {boolean}
-
Gets whether the view can be minimized
- Inherited From:
Returns:
The state.- Type
- boolean
-
getClipRect() → {*}
-
Gets the view's clip rect.
- Inherited From:
Returns:
The view's clip rect- Type
- *
-
getHeight() → {number}
-
Gets the view's height.
- Inherited From:
Returns:
The view's height- Type
- number
-
getHideWhenClose() → {boolean}
-
Gets whether the view is will hide when the user tries to close it.
- Inherited From:
Returns:
The state.- Type
- boolean
-
getIsCloseable() → {boolean}
-
Gets whether the view is closeable,
- Inherited From:
Returns:
The closeability.- Type
- boolean
-
getLeft() → {number}
-
Returns the left anchor.
- Inherited From:
Returns:
The left ancor- Type
- number
-
getName() → {string}
-
Gets the view's name.
- Inherited From:
Returns:
The view's name- Type
- string
-
getOpacity() → {number}
-
Gets the view's opacity.
- Inherited From:
Returns:
The view's opacity- Type
- number
-
getParent() → {number}
-
Gets the view's parent.
- Inherited From:
Returns:
value The parent's view id- Type
- number
-
getRelativeClipRect() → {*}
-
Gets the view's relative clip rect.
- Inherited From:
Returns:
The view's relative clip rect- Type
- *
-
getRelativeLeft() → {number}
-
Gets the relative left anchor.
- Inherited From:
Returns:
The relative left anchor- Type
- number
-
getRelativeTop() → {number}
-
Gets the relative top anchor.
- Inherited From:
Returns:
The relative top anchor- Type
- number
-
getRoot() → {View}
-
Gets the view's root.
- Inherited From:
Returns:
value The root's view- Type
- View
-
getText() → {number}
-
Gets the video width.
Returns:
The video views width- Type
- number
-
getTitle() → {string}
-
Getsthe title of this view.
- Inherited From:
Returns:
The title.- Type
- string
-
getTop() → {number}
-
Returns the top anchor.
- Inherited From:
Returns:
the top anchor- Type
- number
-
getTopMost() → {boolean}
-
Gets if the view is top most.
- Inherited From:
Returns:
Is the view top most.- Type
- boolean
-
getVisibility() → {string}
-
Gets the view's visibility.
- Inherited From:
Returns:
The view's visibility- Type
- string
-
getWidth() → {number}
-
Gets the view's width.
- Inherited From:
Returns:
The view's width- Type
- number
-
getZIndex() → {number}
-
Gets the view's z-index.
- Inherited From:
Returns:
The view's z-index- Type
- number
-
invalidate()
-
Forces a redraw.
- Inherited From:
-
onActivated(callback) → {siteKiosk.ui.view~eventSubscription}
-
Registers a callback, which will be triggered when a view is activated
Parameters:
Name Type Description callbacksiteKiosk.ui.view~activatedCallback The callback, which will be triggered when a view is activated - Inherited From:
Returns:
An handler to unsubscribe the event- Type
- siteKiosk.ui.view~eventSubscription
-
onClosed(callback) → {siteKiosk.ui.view~eventSubscription}
-
Registers a callback, which will be triggered when a view is closed
Parameters:
Name Type Description callbacksiteKiosk.ui.view~closedCallback The callback, which will be triggered when a view is closed - Inherited From:
Returns:
An handler to unsubscribe the event- Type
- siteKiosk.ui.view~eventSubscription
-
onDeactivated(callback) → {siteKiosk.ui.view~eventSubscription}
-
Registers a callback, which will be triggered when a view is deactivated
Parameters:
Name Type Description callbacksiteKiosk.ui.view~deactivatedCallback The callback, which will be triggered when a view is deactivated - Inherited From:
Returns:
An handler to unsubscribe the event- Type
- siteKiosk.ui.view~eventSubscription
-
onGotFocus(callback) → {siteKiosk.ui.view~eventSubscription}
-
Registers a callback, which will be triggered when a view receives the focus.
Parameters:
Name Type Description callbacksiteKiosk.ui.view~gotFocusCallback The callback, which will be triggered when a view receives the focus - Inherited From:
Returns:
An handler to unsubscribe the event- Type
- siteKiosk.ui.view~eventSubscription
-
preventLayoutUpdates()
-
Prevents layout changes from happening.
- Inherited From:
-
setCanMaximize(The)
-
Sets whether the view can be maximized
Parameters:
Name Type Description Theboolean state. - Inherited From:
-
setCanMinimize(The)
-
Sets whether the view can be minimized
Parameters:
Name Type Description Theboolean state. - Inherited From:
-
setClipRect(value)
-
Sets the view's clip rect.
Parameters:
Name Type Description value* The view's clip rect - Inherited From:
-
setHeight(value)
-
Sets the view's height.
Parameters:
Name Type Description valuenumber The view's height - Inherited From:
-
setHideWhenClose(The)
-
Sets whether the view is will hide when the user tries to close it.
Parameters:
Name Type Description Theboolean state. - Inherited From:
-
setIsCloseable(The)
-
Sets whether the view is closeable,
Parameters:
Name Type Description Theboolean closeability. - Inherited From:
-
setLeft(value)
-
Sets the left anchor.
Parameters:
Name Type Description valuenumber The left anchor - Inherited From:
-
setMaxSize(width, height)
-
Sets the view's maxSize.
Parameters:
Name Type Description widthnumber The view's maxWidth heightnumber The view's maxHeight - Inherited From:
-
setMinSize(width, height)
-
Sets the view's minSize.
Parameters:
Name Type Description widthnumber The view's minWidth heightnumber The view's minHeight - Inherited From:
-
setName()
-
Sets the view's name.
- Inherited From:
-
setOpacity(value)
-
Sets the view's opacity.
Parameters:
Name Type Description valuenumber The view's opacity - Inherited From:
-
setParent(value)
-
Sets the view's parent.
Parameters:
Name Type Description valuenumber The parent's view id - Inherited From:
-
setPosition(left, top, isRelativePosition)
-
Sets the view's position.
Parameters:
Name Type Description leftnumber The view's left position topnumber The view's top position isRelativePositionbool Are the coordinates relative to the view´s parent. - Inherited From:
-
setPositionAndSize(left, top, width, height, isRelativePosition)
-
Sets the view's position and size.
Parameters:
Name Type Description leftnumber The view's left position topnumber The view's top position widthnumber The view's width heightnumber The view's height isRelativePositionbool Are the coordinates relative to the view´s parent. - Inherited From:
-
setRelativeClipRect(value)
-
Sets the view's relative clip rect.
Parameters:
Name Type Description value* The view's relative clip rect - Inherited From:
-
setRelativeLeft(value)
-
Sets the relative left anchor.
Parameters:
Name Type Description valuenumber The relative left anchor - Inherited From:
-
setRelativeTop(value)
-
Sets the relative top anchor.
Parameters:
Name Type Description valuenumber The relative left anchor - Inherited From:
-
setSize(width, height)
-
Sets the view's size.
Parameters:
Name Type Description widthnumber The view's width heightnumber The view's height - Inherited From:
-
setText(value)
-
Gets the video height.
Parameters:
Name Type Description valuenumber The video views height -
setTitle(The)
-
Sets the view title
Parameters:
Name Type Description Thestring title. - Inherited From:
-
setTop(value)
-
Sets the top anchor.
Parameters:
Name Type Description valuenumber The top anchor - Inherited From:
-
setTopMost(value)
-
Sets if thew view is top most.
Parameters:
Name Type Description valueboolean Should the view be top most. - Inherited From:
-
setVisibility(value)
-
Sets the view's visibility.
Parameters:
Name Type Description valuestring The view's visibility - Inherited From:
-
setWidth(value)
-
Sets the view's width.
Parameters:
Name Type Description valuenumber The view's width - Inherited From:
-
setZIndex(value)
-
Sets the view's z-index.
Parameters:
Name Type Description valuenumber The view's z-index - Inherited From: