Méthode | Description | |
---|---|---|
__construct ( ) | Creates a new callback control, sets the adapter to TActiveListControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor. | |
getActiveControl ( ) : |
||
getClientSide ( ) : |
||
onCallback ( $param ) | This method is invoked when a callback is requested. The method raises 'OnCallback' event to fire up the event handlers. If you override this method, be sure to call the parent implementation so that the event handler can be invoked. | |
raiseCallbackEvent ( $param ) | Raises the callback event. This method is required by {@link ICallbackEventHandler} interface. | |
setCaption ( $value ) | ||
setRating ( $value ) | ||
setReadOnly ( $value ) |
Méthode | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
callClientFunction ( $func, $value ) | Calls the client-side static method for this control class. | |
getClientClassName ( ) : string | Gets the name of the javascript class responsible for performing postback for this control. |
public __construct ( ) |
protected addAttributesToRender ( $writer ) |
protected callClientFunction ( $func, $value ) |
public getActiveControl ( ) : |
||
Résultat | standard callback control options. |
protected getClientClassName ( ) : string | ||
Résultat | string | the javascript class name |
public getClientSide ( ) : |
||
Résultat | client side request options. |
public onCallback ( $param ) |
public raiseCallbackEvent ( $param ) |