What's new? | Help | Directory | Sign in
Google
gwt-stuff
Collection of modules and components for GWT.
  
  
  
  
    
Search
for
Updated Mar 07, 2007 by sandymac
AttachRenderer  
Provides callbacks for when row groups are attached and detached.

Introduction

The AttachRenderer interface provides callbacks when table row groups are attached or detached to the browser's document in the ObjectListTable widget. You should use this if you need access to the row groups after the have been rendered.

Stuff you should do in a AttachRenderer:


Sign in to add a comment