Habanero.Faces.Base.PanelFactoryInfo.PanelFactoryInfo C# (CSharp) 메소드

PanelFactoryInfo() 공개 메소드

A constructor as before, but with only the panel specified
public PanelFactoryInfo ( IPanel panel ) : System
panel IPanel
리턴 System
        public PanelFactoryInfo(IPanel panel)
            : this(panel, new ControlMapperCollection(), null, null)
        {
        }

Same methods

PanelFactoryInfo::PanelFactoryInfo ( IPanel panel, IControlMapperCollection mappers, string uiDefName, IControlHabanero firstControlToFocus ) : System