C# Class 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.
Inheritance: UserControlVWG, IMainTitleIconControl
显示文件 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
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.

Method Details

MainTitleIconControlVWG() public method

Constructs a MainTitleIconControlVWG
public MainTitleIconControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

RemoveIconImage() public method

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

SetIconImage() public method

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

SetInvalidImage() public method

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

SetValidImage() public method

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