Class: Presentation

hui.ui. Presentation


new Presentation(options)

Vertical rows

Parameters:
Name Type Description
options Object
Source:

Extends

Methods


destroy()

Removes the component from the DOM

Inherited From:
Source:
See:

fire()

Fire an event with this component as the sender

Inherited From:
Source:

fireSizeChange()

Notify others of a layout change

Inherited From:
Source:

fireValueChange()

Notify others of a value change

Inherited From:
Source:

getElement()

Get the components root element

Inherited From:
Source:
Returns:

Element


listen(listener)

Add event listener

Parameters:
Name Type Description
listener Object

An object with methods for different events

Inherited From:
Source:

next(user)

Go to the next image

Parameters:
Name Type Description
user Boolean

If it is initiated by the user

Source:

previous(user)

Go to the previous image

Parameters:
Name Type Description
user Boolean

If it is initiated by the user

Source: