Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggablePanelSpec
Last updated at 7:22 am UTC on 14 April 2018
 PluggableCompositeSpec subclass: #PluggablePanelSpec
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'ToolBuilder-Kernel'

A panel with a (possibly changing) set of child elements. Expects to see change/update notifications when the childrens change.

Something like a 'div' block in HTML.