The MeltingGroup class represents a data-bound display field.<q ref="core.gml:ControlGroup">ControlGroup</q><font color="red">This class is in preliminary design stage, and is subject to change.</font>(c) SAP AG 2003-2006. All rights reserved.
Defines the layout mechanism that should be applied on group controls.The possible property values are:
<table class="BOTH"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V>(empty string) </td><td>(default) The controls are layed out one after another basing on each control size and label properties </td></tr><tr><td class=V>(percentages) </td><td>Space-separated list of percentage values for each control (without '%' sign) </td></tr></table>
Typical percentage values can be:
<table class="BOTH"><tr><td class="H V">50 50 </td><td class=H><CODE>[........][........]</CODE> </td></tr><tr><td class=V>75 25 </td><td><CODE>[.............][...]</CODE> </td></tr><tr><td class=V>50 25 25 </td><td><CODE>[........][...][...]</CODE> </td></tr><tr><td class=V>33 66 </td><td><CODE>[........] To: [...]</CODE> </td></tr></table>