C# (CSharp) Habanero.Faces.Base PanelBuilder - 14 exemples trouvés. Ce sont les exemples réels les mieux notés de Habanero.Faces.Base.PanelBuilder extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Builds an IPanelInfo that has the information required to link the IPanel built by the Panel Builder to the IBusinessObject with a certain layout (as defined by the LayoutManager (Currently Only the GridLayoutManager can be used). The IPanel Built by the PanelBuilder has all the controls required for a IBusinessObject to be viewed and edited in. The Controls to be used are defind in the UIFormTab or the UIForm depending on whether the BuildPanelForForm(IUIForm) or BuildPanelForTab method is used.
The PanelBuilder can create a panel for any environment based on the implementation of IControlFactory that is passed through in the constructor.
Once the panel has been constructed, you will need to assign the instance of the business object. See IPanelInfo for these options. Once editing is completed, you will need to persist the changes. First call ApplyChangesToBusinessObject on the IPanelInfo object, and then carry out persistence on the BusinessObject.