C# 클래스 Habanero.Faces.VWG.MainTitleIconControlVWG

This control is the Title Control that is is present at the top of the right hand panel This control is used to provide context for the Business Object being shown in the Panel.
상속: UserControlVWG, IMainTitleIconControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
MainTitleIconControlVWG ( IControlFactory controlFactory ) : System

Constructs a MainTitleIconControlVWG

RemoveIconImage ( ) : void

Removes any Image shown on the Icon Label

SetIconImage ( string image ) : void

Sets the Image that is shown on the Icon label.

SetInvalidImage ( ) : void

Sets the Image to a standard invalid image.

SetValidImage ( ) : void

Sets the Image to a standard valid image.

메소드 상세

MainTitleIconControlVWG() 공개 메소드

Constructs a MainTitleIconControlVWG
public MainTitleIconControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

RemoveIconImage() 공개 메소드

Removes any Image shown on the Icon Label
public RemoveIconImage ( ) : void
리턴 void

SetIconImage() 공개 메소드

Sets the Image that is shown on the Icon label.
public SetIconImage ( string image ) : void
image string
리턴 void

SetInvalidImage() 공개 메소드

Sets the Image to a standard invalid image.
public SetInvalidImage ( ) : void
리턴 void

SetValidImage() 공개 메소드

Sets the Image to a standard valid image.
public SetValidImage ( ) : void
리턴 void