Method | Description | |
---|---|---|
__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. | |
getActiveControl ( ) : |
||
getClientSide ( ) : |
||
getLabelAttributes ( ) : TMap | Overrides parent implementation to ensure label has ID. | |
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. | |
setChecked ( $value ) | Checks the radio button. | |
setText ( $value ) | Updates the button text on the client-side if the {@link setEnableUpdate EnableUpdate} property is set to true. |
Method | Description | |
---|---|---|
getClientClassName ( ) : string | ||
getDefaultLabelID ( ) : string | ||
renderClientControlScript ( $writer ) | Override parent implementation, no javascript is rendered here instead the javascript required for active control is registered in {@link addAttributesToRender}. | |
renderInputTag ( $writer, $clientID, $onclick ) | Ensure that the ID attribute is rendered and registers the javascript code for initializing the active control. | |
renderLabel ( $writer, $clientID, $text ) | Renders a label beside the radio button. |
public __construct ( ) |
public getActiveControl ( ) : |
||
return | standard callback control options. |
protected getClientClassName ( ) : string | ||
return | string | corresponding javascript class name for this TActiveRadioButton. |
public getClientSide ( ) : |
||
return | client side request options. |
protected getDefaultLabelID ( ) : string | ||
return | string | radio button label ID; |
public getLabelAttributes ( ) : TMap | ||
return | TMap | list of attributes to be rendered for label beside the radio button |
public onCallback ( $param ) |
public raiseCallbackEvent ( $param ) |
protected renderClientControlScript ( $writer ) |
protected renderInputTag ( $writer, $clientID, $onclick ) |
protected renderLabel ( $writer, $clientID, $text ) |
public setChecked ( $value ) |
public setText ( $value ) |