C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.TableOps

Mostra file Open project: enduracode/enterprise-web-library Class Usage Examples

Private Methods

Method Description
AlternateRowColors ( System.Web.UI.WebControls.Table table, List rowSetups ) : void
BuildCellPlaceholderListsForItems ( IReadOnlyCollection items, int fieldCount ) : List>
BuildRows ( List cellPlaceholderListsForRows, IReadOnlyList rowSetups, bool useContrastForFirstRow, IReadOnlyList columns, int firstDataColumnIndex, bool tableIsColumnPrimary ) : IEnumerable
CreateUnderlyingTable ( ) : System.Web.UI.WebControls.Table
DrawRow ( System.Web.UI.WebControls.Table table, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.RowSetup rowSetup, List rowPlaceholder, List columnSetups, bool tableIsColumnPrimary ) : void
addCellPlaceholderListForItem ( List cellPlaceholderListsForItems, int fieldCount ) : void
buildCell ( EwfTableCell ewfCell, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.RowSetup rowSetup, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ColumnSetup columnSetup, bool tableIsColumnPrimary ) : System.Web.UI.WebControls.TableCell
textAlignmentClass ( EwfTableCell cell, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfTableFieldOrItemSetup row, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfTableFieldOrItemSetup column ) : string
verticalAlignmentClass ( EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfTableFieldOrItemSetup row, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfTableFieldOrItemSetup column ) : string