C# Класс Fluqi.Widget.jPushButton.Methods

The "Methods" are called after the control has been initialised. If for instance you want to change the value of a property, or invoke "some" action on the control (e.g. "open" or "close") you call the "Method" rather than through the "Options" (as Options is about the initialisation of the control).
Наследование: Core.Methods
Показать файл Открыть проект

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

Метод Описание
Destroy ( ) : void

Remove the Button functionality completely. This will return the element back to its pre-init state.

Disable ( ) : void

Disable the Button.

Enable ( ) : void

Enable the Button.

Methods ( Fluqi.Widget.jPushButton.PushButton btn ) : System

Constructor

Refresh ( ) : void

Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programatically.

Widget ( ) : void

Returns the .ui-button element.

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

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

Remove the Button functionality completely. This will return the element back to its pre-init state.
public Destroy ( ) : void
Результат void

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

Disable the Button.
public Disable ( ) : void
Результат void

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

Enable the Button.
public Enable ( ) : void
Результат void

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

Constructor
public Methods ( Fluqi.Widget.jPushButton.PushButton btn ) : System
btn Fluqi.Widget.jPushButton.PushButton PushButton object to call
Результат System

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

Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programatically.
public Refresh ( ) : void
Результат void

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

Returns the .ui-button element.
public Widget ( ) : void
Результат void