Habanero.Faces.Base.PanelFactoryInfo.PanelFactoryInfo C# (CSharp) Method

PanelFactoryInfo() public method

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

Same methods

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