C# 클래스 ZForge.Controls.XPTable.Models.DateTimeColumn

상속: DropDownColumn
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LongDateFormat string
ShortDateFormat string
TimeFormat string

Private Properties

프로퍼티 타입 설명
Init void
ShouldSerializeCustomDateTimeFormat bool

공개 메소드들

메소드 설명
CreateDefaultEditor ( ) : ICellEditor

Gets the Column's default CellEditor

CreateDefaultRenderer ( ) : ICellRenderer

Gets the Column's default CellRenderer

DateTimeColumn ( ) : System

Creates a new DateTimeColumn with default values

DateTimeColumn ( string text ) : System

Creates a new DateTimeColumn with the specified header text

DateTimeColumn ( string text, Image image ) : System

Creates a new DateTimeColumn with the specified header text and image

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

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

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

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

DateTimeColumn ( string text, int width ) : System

Creates a new DateTimeColumn with the specified header text and width

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

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

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

비공개 메소드들

메소드 설명
Init ( ) : void

Initializes the DateTimeColumn with default values

ShouldSerializeCustomDateTimeFormat ( ) : bool

Specifies whether the CustomDateTimeFormat 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

DateTimeColumn() 공개 메소드

Creates a new DateTimeColumn with default values
public DateTimeColumn ( ) : System
리턴 System

DateTimeColumn() 공개 메소드

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

DateTimeColumn() 공개 메소드

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

DateTimeColumn() 공개 메소드

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

DateTimeColumn() 공개 메소드

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

DateTimeColumn() 공개 메소드

Creates a new DateTimeColumn with the specified header text and width
public DateTimeColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
리턴 System

DateTimeColumn() 공개 메소드

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

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

프로퍼티 상세

LongDateFormat 공개적으로 정적으로 프로퍼티

Default long date format
public static string LongDateFormat
리턴 string

ShortDateFormat 공개적으로 정적으로 프로퍼티

Default short date format
public static string ShortDateFormat
리턴 string

TimeFormat 공개적으로 정적으로 프로퍼티

Default time format
public static string TimeFormat
리턴 string