org.springframework.richclient.application
Interface PageComponentPane
- All Superinterfaces:
- ControlFactory
- All Known Implementing Classes:
- DefaultPageComponentPane, SimplePageComponentPane
public interface PageComponentPane
- extends ControlFactory
A PageComponentPane
is a container that holds the
PageComponent
's control, and can add extra decorations (add a toolbar,
a border, ...)
This allows for adding extra behaviour to PageComponent
s that have to
be applied to all PageComponent
.
- Author:
- Peter De Bruycker
getPageComponent
PageComponent getPageComponent()
- Returns the contained
PageComponent
.
- Returns:
- the
PageComponent
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.