PHP Interface Prado\Web\UI\WebControls\IStyleable

This interface should be implemented by classes that support CSS styles.
Since: 3.1.0
Author: Qiang Xue ([email protected])
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
clearStyle ( ) Removes all styles associated with the object
getHasStyle ( ) : boolean
getStyle ( ) : TStyle

Method Details

clearStyle() public method

Removes all styles associated with the object
public clearStyle ( )

getHasStyle() public method

public getHasStyle ( ) : boolean
return boolean whether the object has defined any style information

getStyle() public method

public getStyle ( ) : TStyle
return TStyle the object representing the css style of the object