C# Class Habanero.Faces.VWG.CollapsiblePanelVWG

Implements ICollapsiblePanel for Visual Web Gui.
Inheritance: PanelVWG, ICollapsiblePanel
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
CollapsiblePanelVWG ( IControlFactory controlFactory ) : System

Creates an CollapsiblePanelVWG

FireUncollapsedEvent ( ) : void

Fires the Uncollapsed event this is used by the CollapsiblePanelManager and is not expected to be used outside of this context.

Method Details

CollapsiblePanelVWG() public method

Creates an CollapsiblePanelVWG
public CollapsiblePanelVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

FireUncollapsedEvent() public method

Fires the Uncollapsed event this is used by the CollapsiblePanelManager and is not expected to be used outside of this context.
public FireUncollapsedEvent ( ) : void
return void