C# 클래스 Habanero.Faces.Win.CollapsiblePanelGroupControlWin

An interface for a Group on ICollapsiblePanels. The collapsible Panels are placed one above the other and when the one opens the panels below are moved down. The Interface works simply, you add the controls (AddControl) that will be displayed on an ICollapsiblePanel on this control in the order that you want them displayed. This control will then create the ICollapsiblePanel with the appropriate heading text and the appropriate Expanded (ICollapsiblePanel.ExpandedHeight and Collapsed height.
상속: PanelWin, ICollapsiblePanelGroupControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
AddControl ( ICollapsiblePanel collapsiblePanel ) : ICollapsiblePanel

Adds an ICollapsiblePanel to this control. The collapsiblePanel is added to this ICollapsiblePanelGroupControl

AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight ) : ICollapsiblePanel

Adds an IControlHabanero to this control. The contentControl is wrapped in an ICollapsiblePanel control.

CollapsiblePanelGroupControlWin ( ) : System

Constructs the CollapsiblePanelGroupControlWin

비공개 메소드들

메소드 설명
FireItemSelected ( ICollapsiblePanel collapsiblePanel ) : void
FireItemSelectedIndexChanged ( ICollapsiblePanel collapsiblePanel ) : void
IGroupControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight, int minimumControlWidth ) : IControlHabanero

Adds an IControlHabanero to this control. The contentControl is wrapped in the appropriate Child Control Type.

메소드 상세

AddControl() 공개 메소드

Adds an ICollapsiblePanel to this control. The collapsiblePanel is added to this ICollapsiblePanelGroupControl
public AddControl ( ICollapsiblePanel collapsiblePanel ) : ICollapsiblePanel
collapsiblePanel ICollapsiblePanel
리턴 ICollapsiblePanel

AddControl() 공개 메소드

Adds an IControlHabanero to this control. The contentControl is wrapped in an ICollapsiblePanel control.
public AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight ) : ICollapsiblePanel
contentControl IControlHabanero
headingText string
minimumControlHeight int The minimum height that the can be. /// This height along with the .Height are give the /// that the will be when it is /// expanded
리턴 ICollapsiblePanel

CollapsiblePanelGroupControlWin() 공개 메소드

Constructs the CollapsiblePanelGroupControlWin
public CollapsiblePanelGroupControlWin ( ) : System
리턴 System