C# Class Habanero.Faces.VWG.CollapsiblePanelVWG

Implements ICollapsiblePanel for Visual Web Gui.
Inheritance: PanelVWG, ICollapsiblePanel
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode 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 méthode

Creates an CollapsiblePanelVWG
public CollapsiblePanelVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

FireUncollapsedEvent() public méthode

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