메뉴 건너뛰기

SAP 한국 커뮤니티

Ch23 01-3번 ObjectDeep.view.xml

감자깡 2025.09.24 10:39 조회 수 : 2

<mvc:View

    controllerName="ea.zcertemp.controller.ObjectDeep"

    xmlns:mvc="sap.ui.core.mvc"

    xmlns="sap.m"

    displayBlock="true"

    xmlns:c="sap.ui.core"

    xmlns:semantic="sap.m.semantic">

   

    <semantic:SemanticPage showFooter="{viewConfig>/isEdit}">

        <ObjectHeader title="직원 리스트" />

        <VBox>

            <c:Fragment fragmentName="ea.zcertemp.view.fragments.CertiForm"

                        type="XML" />

        </VBox>

        <VBox>

            <c:Fragment fragmentName="ea.zcertemp.view.fragments.EmpList"

                        type="XML" />

        </VBox>

        <semantic:customFooterContent>

            <Button id="_IDButton1"

                    text="저장"

                    type="Accept"

                    press=".onSaveButtonPress($event, 'X')" />

        </semantic:customFooterContent>

    </semantic:SemanticPage>

    <c:Fragment fragmentName="ea.zcertemp.view.fragments.EmpForm"

                type="XML" />

</mvc:View>