Class ElemPanel

Element group with some layout.

class ElemPanel
  : ElemGroup

By default, without specified layout, it places all children to fill its inner frame (usually, only one child should be visible at a time, see showChild method).

Constructors

NameDescription
this ()

Fields

11 inherited fields

Properties

35 inherited properties

Methods

NameDescription
getLayout () Get the layout object to adjust some properties. May be null.
handleStyleChange (p) Handle changes of style properties (e.g. invalidate)
showChild (ID, othersVisibility, updateFocus) Make one child (with specified ID) visible, set othersVisibility to the rest
arrangeContent () Called from layout, after box and innerBox were set
computeBoundaries () ...
drawContent (pr)
handleChildStyleChange (p, v)

51 inherited methods