A container element that arranges its childs into a pile with exactly one child visible
at any time.(c) SAP AG 2003-2006. All rights reserved.
Gets or sets the control styling glyph.
Gets or sets the pile layout mode (ONE|ANY|ALL).The available layouts are:
<ul><li><b>ONE</b> = exactly one card is shown at any time </li><li><b>ANY</b> = all cards are shown, but exactly one is expanded at any time </li><li><b>ALL</b> = all cards are shown and any number of cards can be expanded at any time </li></ul>
Collapses a specified card.Id of card to collapse.
Collapses all cards.
Expands a specified card.Id of card to expand.
Expands all cards.
Gets a specified card.Id of requested card.The card object.
Tests whether a specified card is expanded.Id of card to test.The test results.
Layout the pile and its contained childs.Call this method after the pile is resized.
Renames a specified card.Id of card to rename.New name to display on the card caption.
Resets the pile by removing all cards.
Toggles a specified card.Id of card to toggle.
Fires whenever a card is expanded.Id of expanded card.
Represents a pile card.<table class="VERT"><tr><td class="H V">id </td><td class=H>The card id </td></tr><tr><td class=V>content </td><td>The card contents object </td></tr><tr><td class=V>caption </td><td>The card caption object </td></tr><tr><td class=V>expanded </td><td>Indicates whether the card is expanded </td></tr></table>