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

Inheritance: Column
Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство Type Description
Init void

Méthodes publiques

Méthode Description
ButtonColumn ( ) : System

Creates a new ButtonColumn with default values

ButtonColumn ( string text ) : System

Creates a new ButtonColumn with the specified header text

ButtonColumn ( string text, Image image ) : System

Creates a new ButtonColumn with the specified header text and image

ButtonColumn ( string text, Image image, int width ) : System

Creates a new ButtonColumn with the specified header text, image and width

ButtonColumn ( string text, Image image, int width, bool visible ) : System

Creates a new ButtonColumn with the specified header text, image, width and visibility

ButtonColumn ( string text, int width ) : System

Creates a new ButtonColumn with the specified header text and width

ButtonColumn ( string text, int width, bool visible ) : System

Creates a new ButtonColumn with the specified header text, width and visibility

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

Private Methods

Méthode Description
Init ( ) : void

Initializes the ButtonColumn with default values

Method Details

ButtonColumn() public méthode

Creates a new ButtonColumn with default values
public ButtonColumn ( ) : System
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text
public ButtonColumn ( string text ) : System
text string The text displayed in the column's header
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text and image
public ButtonColumn ( string text, Image image ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text, image and width
public ButtonColumn ( string text, Image image, int width ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text, image, width and visibility
public ButtonColumn ( string text, Image image, int width, bool visible ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
visible bool Specifies whether the column is visible
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text and width
public ButtonColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
Résultat System

ButtonColumn() public méthode

Creates a new ButtonColumn with the specified header text, width and visibility
public ButtonColumn ( string text, int width, bool visible ) : System
text string The text displayed in the column's header
width int The column's width
visible bool Specifies whether the column is visible
Résultat System

CreateDefaultEditor() public méthode

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
Résultat ICellEditor

CreateDefaultRenderer() public méthode

Gets the Column's default CellRenderer
public CreateDefaultRenderer ( ) : ICellRenderer
Résultat ICellRenderer

GetDefaultEditorName() public méthode

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

GetDefaultRendererName() public méthode

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