Extras
Group
Class Hierarchy:

Group component: A container which renders a border consisting of images around its content. Optionally draws a title in the top border. May contain one child component. May not contain a pane component as a child.

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) background image to display behind content
borderImage Array an array containing the top-left, top, top-right, left, right, bottom-left, bottom, and bottom-right images that make up the border (note this an array of ImageReferences, not FillImages
borderInsets Number the inset margin used to provide space for the border (if the left border were 6 pixels wide, the left portion of the inset should be also be configured to 6 pixels; a zero inset would render the content over the border)
insets Insets (Number, String, or Object) the inset margin around the content.
title String
titleBackgroundImage FillImage (String or Object) background image to display behind title
titleFont Font (Object) the title font
titleInsets Insets (Number, String, or Object) the title inset margin
titlePosition Extent (Number or String) the title position, relative to the top-left corner of the component