<dataScope xmlns="http://bali.us.oracle.com/cabo/marlin"
           xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
           xmlns:data="http://bali.us.oracle.com/cabo/marlin">

  <contents>

    <table name="targetListTable"
             data:blockSize="size@targetsList"
             minValue="1"
             data:maxValue="max@targetsList"
             data:value="start@targetsList"
             data:tableData="row@targetsList"
             data:columnHeaderData="column@columnHeaderData"
             width="80%"
             data:alternateText="NO_ITEMS_FOUND@TrackResourceBundle"
             formSubmitted="true" >

      <tableFormat tableBanding="rowBanding"/>

      <tableFilter>
         <rowLayout>
          <contents>
                    
            <cellFormat halign="left" wrappingDisabled="true">
              <contents>
                <spacer width="10"/>

                <styledText
                  data:text="SEARCH_TARGET@TrackResourceBundle"/>

                <textInput required="no"
                           name="searchName"
                           columns="17"/>
              </contents>
            </cellFormat>

            <cellFormat halign="left" wrappingDisabled="true">
              <contents>
                <spacer width="10"/>
                <submitButton name="event"
                     data:text="GO@TrackResourceBundle"
                     value="doFilter" />
                <spacer width="10"/>
              </contents>
            </cellFormat>

          </contents>
        </rowLayout>
      </tableFilter>
 
      <columnHeaderStamp>
        <boundText select="text"/>
      </columnHeaderStamp>

      <contents>
         <styledText data:text="targetName"/>
      </contents>

      <tableSelection>
       <singleSelection uix:text="select"
  selectedIndex="0" uix:selectedIndex="selectedIndex@targetsList">
         </singleSelection>
       </tableSelection>
    </table>
    

  </contents>

  <provider>
      <data name="columnHeaderData">
        <inline>
          <column data:text="TARGET_NAME@TrackResourceBundle"/>
        </inline>
      </data>

      <data name="targetsList">
        <method class="oracle.sysman.eml.ecm.track.Targets"
                method="getTargets"/>
      </data>

      <data name="TrackResourceBundle">
       <bundle class = "oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
      </data>

   </provider>


    
</dataScope>
