Méthode | Description | |
---|---|---|
getAccessKey ( ) : string | ||
getAlternateText ( ) : string | ||
getAttribute ( $name ) : string | ||
getAttributes ( ) : |
Returns the list of custom attributes. | |
getCausesValidation ( ) : boolean | ||
getCoordinates ( ) : string | ||
getHasAttributes ( ) : boolean | ||
getHotSpotMode ( ) : |
||
getNavigateUrl ( ) : string | ||
getPostBackValue ( ) : string | ||
getShape ( ) : string | ||
getTabIndex ( ) : integer | ||
getTarget ( ) : string | ||
getValidationGroup ( ) : string | ||
hasAttribute ( $name ) : boolean | ||
removeAttribute ( $name ) : string | Removes the named attribute. | |
render ( $writer ) | Renders this hotspot. | |
setAccessKey ( $value ) | ||
setAlternateText ( $value ) | ||
setAttribute ( $name, $value ) | Sets a custom hotspot attribute. | |
setCausesValidation ( $value ) | ||
setHotSpotMode ( $value ) | ||
setNavigateUrl ( $value ) | ||
setPostBackValue ( $value ) | ||
setTabIndex ( $value ) | ||
setTarget ( $value ) | ||
setValidationGroup ( $value ) |
Méthode | Description | |
---|---|---|
getViewState ( $key, $defaultValue = null ) : mixed | Returns a viewstate value. | |
setViewState ( $key, $value, $defaultValue = null ) | Sets a viewstate value. |
public getAccessKey ( ) : string | ||
Résultat | string | the access key that allows you to quickly navigate to the HotSpot region. Defaults to ''. |
public getAlternateText ( ) : string | ||
Résultat | string | the alternate text to display for a HotSpot object. Defaults to ''. |
public getAttribute ( $name ) : string | ||
Résultat | string | attribute value, null if attribute does not exist |
public getAttributes ( ) : |
||
Résultat | the list of custom attributes |
public getCausesValidation ( ) : boolean | ||
Résultat | boolean | whether postback event trigger by this hotspot will cause input validation, default is true |
abstract public getCoordinates ( ) : string | ||
Résultat | string | coordinates defining the hotspot shape. |
public getHasAttributes ( ) : boolean | ||
Résultat | boolean | whether the hotspot has custom attributes |
public getHotSpotMode ( ) : |
||
Résultat | the behavior of a HotSpot object when it is clicked. Defaults to THotSpotMode::NotSet. |
public getPostBackValue ( ) : string | ||
Résultat | string | a value that is post back when the HotSpot is clicked. Defaults to ''. |
public getTabIndex ( ) : integer | ||
Résultat | integer | the tab index of the HotSpot region. Defaults to 0. |
public getValidationGroup ( ) : string | ||
Résultat | string | the group of validators which the hotspot causes validation upon postback |
protected getViewState ( $key, $defaultValue = null ) : mixed | ||
Résultat | mixed | the viewstate value corresponding to $key |
public hasAttribute ( $name ) : boolean | ||
Résultat | boolean | whether the named attribute exists |
public removeAttribute ( $name ) : string | ||
Résultat | string | attribute value removed, null if attribute does not exist. |
public setAttribute ( $name, $value ) |
protected setViewState ( $key, $value, $defaultValue = null ) |