Class \Prado\Web\UI\WebControls\THotSpot
THotSpot class.
THotSpot implements the basic functionality common to all hot spot shapes. Derived classes include TCircleHotSpot, TPolygonHotSpot and TRectangleHotSpot.
Class hierarchy
Author: Qiang Xue <qiang.xue@gmail.com>Since: 3.0
public
|
|
public
|
|
public
|
|
public
|
getAttributes() : TAttributeCollection
Returns the list of custom attributes.
Custom attributes are name-value pairs that may be rendered as HTML tags' attributes. |
public
|
|
public
abstract
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
abstract
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
getViewState(string $key[, mixed $defaultValue = null ]) : mixed
Returns a viewstate value.
This function is very useful in defining getter functions for component properties that must be kept in viewstate. |
protected
|
setViewState(string $key, mixed $value[, null|mixed $defaultValue = null ]) : mixed
Sets a viewstate value.
This function is very useful in defining setter functions for control properties that must be kept in viewstate. Make sure that the viewstate value must be serializable and unserializable. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |