eva/3 Application BuilderDeveloping eva/3 ApplicationsWorking with FormsStandard Beans 

SContainer

Fig. 147: SContainer Icons
Fig. 147: SContainer Icons

The SContainer is used to host components. These will be arranged according to the layout of the SContainer. Location and size will be defined by its Constraints and the Layout of the parent container.

With the property BorderEffect a border can be assigned to the container. With the property Title this will be intermitted by a marking in the top left of the border. So a SContainer can be used for visual grouping of input fields. the property Title will not be displayed in the border, when the SContainer is a page of a STabbedPane. Here the Title will be used as marking for the tab button

By nesting several SContainer with different settings for the property Layout, complex forms can be designed.