<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>