com.leafdigital.ui.api
Interface WidgetParent

All Known Subinterfaces:
BorderPanel, ButtonPanel, ChoicePanel, DecoratedPanel, GroupPanel, HorizontalPanel, Page, Panel, ScrollPanel, SplitPanel, TabPanel, VerticalPanel

public interface WidgetParent

Interface for any widget that contains other widgets. Note that this is the direct parent, unlike WidgetOwner which is more of a top-level owner.


Method Summary
 Widget[] getWidgets()
          Gets all widgets contained within this widget.
 

Method Detail

getWidgets

Widget[] getWidgets()
Gets all widgets contained within this widget.

Returns:
Array of contained widgets (zero-length if none)


Copyright © 2011 Samuel Marshall. All rights reserved.