C# Класс ZForge.Controls.XPTable.Models.GroupColumn

Наследование: Column
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Init void

Открытые методы

Метод Описание
CreateDefaultEditor ( ) : ICellEditor

Gets the Column's default CellEditor

CreateDefaultRenderer ( ) : ICellRenderer

Gets the Column's default CellRenderer

GetDefaultEditorName ( ) : string

Gets a string that specifies the name of the Column's default CellEditor

GetDefaultRendererName ( ) : string

Gets a string that specifies the name of the Column's default CellRenderer

GroupColumn ( ) : System

Creates a new GroupColumn with default values

GroupColumn ( string text ) : System

Creates a new GroupColumn with the specified header text

GroupColumn ( string text, int width ) : System

Creates a new GroupColumn with the specified header text and width

Приватные методы

Метод Описание
Init ( ) : void

Initializes the GroupColumn with default values

Описание методов

CreateDefaultEditor() публичный Метод

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
Результат ICellEditor

CreateDefaultRenderer() публичный Метод

Gets the Column's default CellRenderer
public CreateDefaultRenderer ( ) : ICellRenderer
Результат ICellRenderer

GetDefaultEditorName() публичный Метод

Gets a string that specifies the name of the Column's default CellEditor
public GetDefaultEditorName ( ) : string
Результат string

GetDefaultRendererName() публичный Метод

Gets a string that specifies the name of the Column's default CellRenderer
public GetDefaultRendererName ( ) : string
Результат string

GroupColumn() публичный Метод

Creates a new GroupColumn with default values
public GroupColumn ( ) : System
Результат System

GroupColumn() публичный Метод

Creates a new GroupColumn with the specified header text
public GroupColumn ( string text ) : System
text string The text displayed in the column's header
Результат System

GroupColumn() публичный Метод

Creates a new GroupColumn with the specified header text and width
public GroupColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
Результат System