C# Class Habanero.Faces.VWG.ButtonSizePolicyVWG

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

Public Methods

Method 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 method

Constructor
public ButtonSizePolicyVWG ( IControlFactory controlFactory ) : Habanero.Faces.Base
controlFactory IControlFactory The to use.
return Habanero.Faces.Base

RecalcButtonSizes() public method

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