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

Наследование: 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

ProgressBarColumn ( ) : System

Creates a new ProgressBarColumn with default values

ProgressBarColumn ( string text ) : System

Creates a new ProgressBarColumn with the specified header text

ProgressBarColumn ( string text, Image image ) : System

Creates a new ProgressBarColumn with the specified header text and image

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

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

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

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

ProgressBarColumn ( string text, int width ) : System

Creates a new ProgressBarColumn with the specified header text and width

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

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

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

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

Initializes the ProgressBarColumn 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

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

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

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

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

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

Creates a new ProgressBarColumn with the specified header text and image
public ProgressBarColumn ( 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
Результат System

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

Creates a new ProgressBarColumn with the specified header text, image and width
public ProgressBarColumn ( 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
Результат System

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

Creates a new ProgressBarColumn with the specified header text, image, width and visibility
public ProgressBarColumn ( 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
Результат System

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

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

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

Creates a new ProgressBarColumn with the specified header text, width and visibility
public ProgressBarColumn ( 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
Результат System