PHP Класс Prado\Web\UI\JuiControls\TJuiProgressbar

TJuiProgressbar is an extension to {@link TActivePanel} based on jQuery-UI's {@link http://jqueryui.com/progressbar/ Progressbar} widget.
С версии: 3.3
Наследование: extends Prado\Web\UI\ActiveControls\TActivePanel, implements Prado\Web\UI\JuiControls\IJuiOptions, implements Prado\Web\UI\ActiveControls\ICallbackEventHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_options

Открытые методы

Метод Описание
__construct ( ) Creates a new callback control, sets the adapter to TActiveControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor.
getOptions ( ) : TJuiControlOptions Object containing defined javascript options
getValidEvents ( ) : array() Array containing valid javascript events
getValidOptions ( ) : array() Array containing valid javascript options
getWidget ( ) : string
getWidgetID ( ) : string
onChange ( object $params ) Raises the OnChange event
onComplete ( object $params ) Raises the OnComplete event
onCreate ( object $params ) Raises the OnCreate event
raiseCallbackEvent ( $param ) Raises callback event. This method is required by the {@link ICallbackEventHandler} interface.

Защищенные методы

Метод Описание
addAttributesToRender ( $writer ) Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control.
getPostBackOptions ( ) : array

Описание методов

__construct() публичный Метод

Creates a new callback control, sets the adapter to TActiveControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor.
public __construct ( )

addAttributesToRender() защищенный Метод

Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control.
protected addAttributesToRender ( $writer )

getOptions() публичный Метод

Object containing defined javascript options
public getOptions ( ) : TJuiControlOptions
Результат TJuiControlOptions

getPostBackOptions() защищенный Метод

protected getPostBackOptions ( ) : array
Результат array list of callback options.

getValidEvents() публичный Метод

Array containing valid javascript events
public getValidEvents ( ) : array()
Результат array()

getValidOptions() публичный Метод

Array containing valid javascript options
public getValidOptions ( ) : array()
Результат array()

getWidget() публичный Метод

public getWidget ( ) : string
Результат string the name of the jQueryUI widget method

getWidgetID() публичный Метод

public getWidgetID ( ) : string
Результат string the clientid of the jQueryUI widget element

onChange() публичный Метод

Raises the OnChange event
public onChange ( object $params )
$params object event parameters

onComplete() публичный Метод

Raises the OnComplete event
public onComplete ( object $params )
$params object event parameters

onCreate() публичный Метод

Raises the OnCreate event
public onCreate ( object $params )
$params object event parameters

raiseCallbackEvent() публичный Метод

Raises callback event. This method is required by the {@link ICallbackEventHandler} interface.
public raiseCallbackEvent ( $param )

Описание свойств

$_options защищенное свойство

protected $_options