C# Class ZForge.Controls.XPTable.Models.GroupColumn

Inheritance: Column
ファイルを表示 Open project: zhuangyy/Motion

Private Properties

Property Type Description
Init void

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Initializes the GroupColumn with default values

Method Details

CreateDefaultEditor() public method

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
return ICellEditor

CreateDefaultRenderer() public method

Gets the Column's default CellRenderer
public CreateDefaultRenderer ( ) : ICellRenderer
return ICellRenderer

GetDefaultEditorName() public method

Gets a string that specifies the name of the Column's default CellEditor
public GetDefaultEditorName ( ) : string
return string

GetDefaultRendererName() public method

Gets a string that specifies the name of the Column's default CellRenderer
public GetDefaultRendererName ( ) : string
return string

GroupColumn() public method

Creates a new GroupColumn with default values
public GroupColumn ( ) : System
return System

GroupColumn() public method

Creates a new GroupColumn with the specified header text
public GroupColumn ( string text ) : System
text string The text displayed in the column's header
return System

GroupColumn() public method

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
return System