FileDocCategorySizeDatePackage
Sink.javaAPI DocExample2200Mon Aug 27 20:12:26 BST 2007com.google.gwt.sample.kitchensink.client

Sink

public abstract class Sink extends com.google.gwt.user.client.ui.Composite
A 'sink' is a single panel of the kitchen sink. They are meant to be lazily instantiated so that the application doesn't pay for all of them on startup.

Fields Summary
Constructors Summary
Methods Summary
public voidonHide()
Called just before this sink is hidden.

  
public voidonShow()
Called just after this sink is shown.