Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.92 KB | None | 0 0
  1. <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:f="sap.ui.layout.form" xmlns:l="sap.ui.layout"
  2.         controllerName="apps.appIncas.detail.summaryDetail" xmlns:html="http://www.w3.org/1999/xhtml">
  3.     <Page id="pageOperation" title="" class="sapUiFioriObjectPage">
  4.         <content>
  5.        
  6.                
  7.           <f:Form id="FormChange354"
  8.             minWidth="1024"
  9.             maxContainerCols="2"
  10.             editable="true">
  11.             <f:layout>
  12.               <f:ResponsiveGridLayout
  13.                 labelSpanL="3"
  14.                 labelSpanM="3"
  15.                 emptySpanL="4"
  16.                 emptySpanM="4"
  17.                 columnsL="1"
  18.                 columnsM="1" />
  19.             </f:layout>
  20.             <f:formContainers>
  21.               <f:FormContainer>
  22.                 <f:formElements>
  23.                   <f:FormElement label="">
  24.                     <f:fields>
  25.                       <DateTimeInput id="inputYear" xmlns="sap.m"
  26.                         type="Date"
  27.                         displayFormat="yyyy"
  28.                         placeholder="anno" />
  29.                        
  30.                       <Input xmlns="sap.m"
  31.                         id="inputProt"
  32.                         placeholder="protocollo"
  33.                         value="OC"/>
  34.                        
  35.                       <Input xmlns="sap.m"
  36.                         id="inputMov"
  37.                         change="onMovChange"
  38.                         placeholder="numero movimento"/>
  39.                            
  40.                      
  41.  
  42.  
  43.                         <Button xmlns="sap.m"
  44.                             id="idLoad"
  45.                             text="Carica"
  46.                             icon="sap-icon://search"
  47.                             tap="retrieveData"
  48.                             press="">
  49.                         </Button>
  50.                    
  51.                     </f:fields>
  52.                   </f:FormElement>
  53.                  
  54.                  
  55.                 </f:formElements>
  56.               </f:FormContainer>
  57.             </f:formContainers>
  58.           </f:Form>
  59.          
  60.          
  61.           <l:Grid
  62.             defaultSpan="L12 M12 S12"
  63.             width="auto"
  64.             id="idGridDetail">
  65.             <l:content>
  66.                
  67.            
  68.               <f:SimpleForm id="SimpleFormDisplay111"
  69.                 minWidth="1024"
  70.                 maxContainerCols="2"
  71.                 editable="false"
  72.                 layout="ResponsiveGridLayout"
  73.                 title=""
  74.                 labelSpanL="3"
  75.                 labelSpanM="3"
  76.                 emptySpanL="4"
  77.                 emptySpanM="4"
  78.                 columnsL="1"
  79.                 columnsM="1">
  80.                 <f:content>
  81.                     <Label text="Se OC valido per Incas" />
  82.                     <Text text="{/seOCValidoPerIncas}" />
  83.                     <Label text="ocdc" id="idLabelCdc"/>
  84.                     <Text text="{/cdc}" id="idTextCdc"/>
  85.                     <Label text="Ultimo passaggio Incas" />
  86.                     <Text text="{/ultimoPassaggioIncas}" />
  87.                 </f:content>
  88.               </f:SimpleForm>
  89.              
  90.              
  91.              
  92.              
  93.               <Panel expandable="true" expanded="true" headerText="Passaggio da Rampa a Incas">    
  94.                 <content>
  95.                     <Table xmlns="sap.m"
  96.                     id="idTable_RampaToIncas_testate"
  97.                     items="{
  98.                       path: '/passaggioRampaToIncas/testate'}">
  99.                       <headerToolbar>
  100.                       <Toolbar>
  101.                         <Label text="Testate" design="Bold"></Label>
  102.                       </Toolbar>
  103.                     </headerToolbar>
  104.                     <items>
  105.                       <ColumnListItem>
  106.                         <cells>
  107.                           <Text text="{dataIns}" />
  108.                           <Text text="{sePassatoABridge}" />
  109.                           <Text text="{comando}" />
  110.                           <Text text="{comando_desc}" />
  111.                           <Text text="{tag}" />
  112.                           <Text text="{viaggio}" />
  113.                         </cells>
  114.                       </ColumnListItem>
  115.                     </items>
  116.                   </Table>
  117.                  
  118.                   <Label text="" ></Label>
  119.                  
  120.                   <Table xmlns="sap.m"
  121.                     id="idTable_RampaToIncas_righe"
  122.                     items="{
  123.                       path: '/passaggioRampaToIncas/righe'}">
  124.                       <headerToolbar>
  125.                       <Toolbar>
  126.                         <Label text="Righe" design="Bold"></Label>
  127.                       </Toolbar>
  128.                     </headerToolbar>
  129.                     <items>
  130.                       <ColumnListItem>
  131.                         <cells>
  132.                           <Text text="{dataIns}" />
  133.                           <Text text="{sePassatoABridge}" />
  134.                           <Text text="{comando}" />
  135.                           <Text text="{comando_desc}" />
  136.                           <Text text="{riga}" />
  137.                           <Text text="{articolo}" />
  138.                         </cells>
  139.                       </ColumnListItem>
  140.                     </items>
  141.                   </Table>
  142.                  
  143.                   <Label text="" ></Label>
  144.                  
  145.                   <Table xmlns="sap.m"
  146.                     id="idTable_RampaToIncas_eventiAttivazione"
  147.                     items="{
  148.                       path: '/passaggioRampaToIncas/attivazione'}">
  149.                       <headerToolbar>
  150.                       <Toolbar>
  151.                         <Label text="Eventi Attivazione" design="Bold"></Label>
  152.                       </Toolbar>
  153.                     </headerToolbar>
  154.                     <items>
  155.                       <ColumnListItem>
  156.                         <cells>
  157.                           <Text text="{dataIns}" />
  158.                         </cells>
  159.                       </ColumnListItem>
  160.                     </items>
  161.                   </Table>
  162.                
  163.                 </content>
  164.               </Panel>
  165.              
  166.              
  167.               <Panel expandable="true" expanded="true" headerText="Passaggio da Incas a Rampa">    
  168.                 <content>
  169.                     <Table xmlns="sap.m"
  170.                     id="idTable_IncasToRampa_righe"
  171.                     items="{
  172.                       path: '/passaggioIncasToRampa/righe'}">
  173.                       <headerToolbar>
  174.                       <Toolbar>
  175.                         <Label text="Righe" design="Bold"></Label>
  176.                       </Toolbar>
  177.                     </headerToolbar>
  178.                     <items>
  179.                       <ColumnListItem>
  180.                         <cells>
  181.                           <Text text="{dataIns}" />
  182.                           <Text text="{riga}" />
  183.                           <Text text="{articolo}" />
  184.                           <Text text="{qta_caricata}" />
  185.                           <Text text="{qta_prevista}" />
  186.                         </cells>
  187.                       </ColumnListItem>
  188.                     </items>
  189.                   </Table>
  190.                
  191.                 </content>
  192.               </Panel>
  193.              
  194.              
  195.              
  196.  
  197.              
  198.              
  199.             </l:content>
  200.           </l:Grid>
  201.        
  202.        
  203.         </content>
  204.            
  205.         <footer>
  206.           <Bar>
  207.             <contentRight>
  208.                 <Button xmlns="sap.m" id="idForce" text="Forza" type="Accept" icon="sap-icon://forward" tap="forceOrder" press="" visible="false"/>
  209.                 <Button id="idButtonAdd" text="Aggiungi record" type="Emphasized" visible="false" press="onPressAddRecord" icon="sap-icon://add" />
  210.             </contentRight>
  211.           </Bar>
  212.         </footer>
  213.        
  214.     </Page>
  215.  
  216. </core:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement