Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.view
Class CustomWebContentWidget

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.nuxeo.opensocial.container.client.view.CustomWebContentWidget
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, net.customware.gwt.presenter.client.Display, net.customware.gwt.presenter.client.widget.WidgetDisplay, CustomWebContentPresenter.Display, HasId

public class CustomWebContentWidget
extends com.google.gwt.user.client.ui.Composite
implements CustomWebContentPresenter.Display

Author:
Stéphane Fourrier

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
CustomWebContentWidget()
           
 
Method Summary
 void addContent(com.google.gwt.user.client.ui.Widget widget)
           
 com.google.gwt.user.client.ui.Widget asWidget()
           
 void clean()
           
 String getId()
           
 String getParentId()
           
 void resize(int height)
           
 void setId(String id)
           
 void startProcessing()
           
 void stopProcessing()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
isAttached, onBrowserEvent
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
fireEvent, getLayoutData, getParent, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomWebContentWidget

public CustomWebContentWidget()
Method Detail

resize

public void resize(int height)

clean

public void clean()
Specified by:
clean in interface CustomWebContentPresenter.Display

getId

public String getId()
Specified by:
getId in interface HasId

getParentId

public String getParentId()
Specified by:
getParentId in interface CustomWebContentPresenter.Display

setId

public void setId(String id)
Specified by:
setId in interface HasId

addContent

public void addContent(com.google.gwt.user.client.ui.Widget widget)
Specified by:
addContent in interface CustomWebContentPresenter.Display

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()
Specified by:
asWidget in interface net.customware.gwt.presenter.client.widget.WidgetDisplay

startProcessing

public void startProcessing()
Specified by:
startProcessing in interface net.customware.gwt.presenter.client.Display

stopProcessing

public void stopProcessing()
Specified by:
stopProcessing in interface net.customware.gwt.presenter.client.Display

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.