C# 클래스 Serenity.EditorUtils

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( Widget editor ) : object
LoadValue ( Widget editor, PropertyItem item, dynamic source ) : void
SaveValue ( Widget editor, PropertyItem item, dynamic target ) : void
SetReadOnly ( Widget widget, bool isReadOnly ) : void
SetRequired ( Widget widget, bool isRequired ) : void
SetValue ( Widget editor, object value ) : void

비공개 메소드들

메소드 설명
SetReadOnly ( jQueryObject elements, bool isReadOnly ) : jQueryObject

메소드 상세

GetValue() 공개 정적인 메소드

public static GetValue ( Widget editor ) : object
editor Widget
리턴 object

LoadValue() 공개 정적인 메소드

public static LoadValue ( Widget editor, PropertyItem item, dynamic source ) : void
editor Widget
item PropertyItem
source dynamic
리턴 void

SaveValue() 공개 정적인 메소드

public static SaveValue ( Widget editor, PropertyItem item, dynamic target ) : void
editor Widget
item PropertyItem
target dynamic
리턴 void

SetReadOnly() 공개 정적인 메소드

public static SetReadOnly ( Widget widget, bool isReadOnly ) : void
widget Widget
isReadOnly bool
리턴 void

SetRequired() 공개 정적인 메소드

public static SetRequired ( Widget widget, bool isRequired ) : void
widget Widget
isRequired bool
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( Widget editor, object value ) : void
editor Widget
value object
리턴 void