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])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

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

Method Details

clearStyle() public méthode

Removes all styles associated with the object
public clearStyle ( )

getHasStyle() public méthode

public getHasStyle ( ) : boolean
Résultat boolean whether the object has defined any style information

getStyle() public méthode

public getStyle ( ) : TStyle
Résultat TStyle the object representing the css style of the object