C# Класс XPTable.Models.NumberColumn

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

Private Properties

Свойство Тип Описание
Init void
ShouldSerializeIncrement bool
ShouldSerializeMaximum bool
ShouldSerializeMinimum bool

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

Метод Описание
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

NumberColumn ( ) : System

Creates a new NumberColumn with default values

NumberColumn ( string text ) : System

Creates a new NumberColumn with the specified header text

NumberColumn ( string text, Image image ) : System

Creates a new TextColumn with the specified header text and image

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

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

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

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

NumberColumn ( string text, int width ) : System

Creates a new NumberColumn with the specified header text and width

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

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

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

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

Initializes the NumberColumn with default values

ShouldSerializeIncrement ( ) : bool

Specifies whether the Increment property should be serialized at design time

ShouldSerializeMaximum ( ) : bool

Specifies whether the Maximum property should be serialized at design time

ShouldSerializeMinimum ( ) : bool

Specifies whether the Minimum property should be serialized at design time

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

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

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

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

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

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

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

Creates a new TextColumn with the specified header text and image
public NumberColumn ( 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

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

Creates a new TextColumn with the specified header text, image and width
public NumberColumn ( 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

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

Creates a new TextColumn with the specified header text, image, width and visibility
public NumberColumn ( 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

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

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

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

Creates a new NumberColumn with the specified header text, width and visibility
public NumberColumn ( 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