Oracle Waveset 8.1.1 Deployment Reference

Grouping Components

To group multiple components on a form to hide or disable them, use the <SimpleTable> container as shown in the following example.


Example 2–10 Grouping Components for a Form


<Field>
   <Disable>
      <not>
         <contains>
            <ref>accountInfo.typeNames</ref>
            <s>Windows Active Directory</s>
         </contains>
      </not>
   </Disable>
   <Field name=’accounts[AD].HomeDirectory’>
      <Display class=’Text’>
         <Property name=’title’ value=’Home Directory’>
      </Display>
   </Field>
</Field>