up: ZWT     index Zimbu documentation

INTERFACE ZWT.I_WidgetBuilder<Titem> @public

summary

     

Interface for a builder that can create a Widget from a Titem.

$get(item) ZWT.Widget @public  Get a widget for item.
 

members (alphabetically)

     

FUNC $get(Titem item) ZWT.Widget @abstract @public

     

Get a widget for item.

This is used by a Controller to add the item to a Panel.

credits

      The Class hierarchy, generated Javascript and a few other things are based on the Google Web Toolkit. http://code.google.com/webtoolkit/overview.html

license

      Copyright 2009 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0