C# Class Habanero.Faces.Base.GridLayoutManager.ControlInfo

Manages specific grid information for a control
Mostra file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
ControlInfo ( IControlHabanero control ) : System

Constructor to initialise a new instance. Sets the spans to (1,1)

ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System

Constructor as before, but requiring the row and column spans to be specified

Method Details

ControlInfo() public method

Constructor to initialise a new instance. Sets the spans to (1,1)
public ControlInfo ( IControlHabanero control ) : System
control IControlHabanero The control in question
return System

ControlInfo() public method

Constructor as before, but requiring the row and column spans to be specified
public ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System
control IControlHabanero
columnSpan int
rowSpan int
return System