Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.ui
Interface Drawable

All Known Subinterfaces:
Container, View
All Known Implementing Classes:
AbstractView, AdministrationView, ClipboardView, DocumentMetadataView, DocumentView, EditorTabsContainer, FolderView, Footer, Header, MultiPageDocView, NavigatorView, Right, SearchEditor.SearchView, SmartEditorManager, SmartView, StackContainer, TabsContainer, ViewStack

public interface Drawable

An object that can be drawn on the screen. It is providing an widget.

Author:
Bogdan Stefanescu

Method Summary
 com.google.gwt.user.client.ui.Widget getWidget()
          Gets the underlying widget of this object.
 

Method Detail

getWidget

com.google.gwt.user.client.ui.Widget getWidget()
Gets the underlying widget of this object.

Returns:
the widget. cannot be null.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.