Метод | Описание | |
---|---|---|
__construct ( $control ) | Constructor. Attach a base active control to an active control instance. | |
canUpdateClientSide ( $bDontRequireVisibility = false ) : boolean | Returns true if callback response is allowed to update the browser contents. | |
getEnableUpdate ( ) : boolean | ||
setEnableUpdate ( $value ) |
Метод | Описание | |
---|---|---|
getControl ( ) : |
||
getOption ( $name, $default = null ) : mixed | Gets an option named value. Options are used to store and retrive named values for the base active controls. | |
getOptions ( ) : |
||
getPage ( ) : TPage | ||
setOption ( $name, $value, $default = null ) : mixed | Sets a named options with a value. Options are used to store and retrive named values for the base active controls. |
public __construct ( $control ) |
public canUpdateClientSide ( $bDontRequireVisibility = false ) : boolean | ||
Результат | boolean | true if the callback response is allowed update client-side contents. |
protected getControl ( ) : |
||
Результат | the attached control. |
public getEnableUpdate ( ) : boolean | ||
Результат | boolean | true to allow fine grain callback updates. |
protected getOptions ( ) : |
||
Результат | active control options |
protected getPage ( ) : TPage | ||
Результат | TPage | the page containing the attached control. |