C# Class Habanero.Faces.VWG.ButtonSizePolicyVWG

An implementation of IButtonSizePolicy that will size all the buttons equally based on the widest one.
Inheritance: IButtonSizePolicy
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
ButtonSizePolicyVWG ( IControlFactory controlFactory ) : Habanero.Faces.Base

Constructor

RecalcButtonSizes ( IControlCollection buttonCollection ) : void

Recalculates the button sizes of the given collection of buttons.

Method Details

ButtonSizePolicyVWG() public méthode

Constructor
public ButtonSizePolicyVWG ( IControlFactory controlFactory ) : Habanero.Faces.Base
controlFactory IControlFactory The to use.
Résultat Habanero.Faces.Base

RecalcButtonSizes() public méthode

Recalculates the button sizes of the given collection of buttons.
public RecalcButtonSizes ( IControlCollection buttonCollection ) : void
buttonCollection IControlCollection
Résultat void