Echo
Panel
Class Hierarchy:

Panel component: a single child container. Provides a configurable border, margin, background image, and dimensions. May contain at most one child. May contain pane components, and may be used as a means to add pane components to containers which do not allow pane components as children. In such a case it may be necessary to manually set the height property of the Panel itself.

Methods inherited from class Echo.Component
getFocusComponent, add, addListener, fireEvent, get, getComponent, getComponentCount, getIndex, getLayoutDirection, getLocale, getLocalStyleData, getRenderLayoutDirection, getRenderLocale, getStyle, getStyleName, indexOf, isActive, isAncestorOf, isEnabled, isRenderEnabled, register, render, renderIndex, remove, removeAll, removeListener, set, setEnabled, setIndex, setLayoutDirection, setLocale, setStyle, setStyleName, toString

Style Properties
backgroundImage FillImage (String or Object) the background image
border Border (String or Object) the panel border surrounding the child component
height Extent (Number or String) the height of the panel
insets Insets (Number, String, or Object) the inset padding margin between the panel border and its content
width Extent (Number or String) the width of the panel