org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal
Class DocumentDetailViewImpl

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 com.google.gwt.user.client.ui.ResizeComposite
                  extended by org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal.DocumentDetailViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.RequiresResize, DocumentDetailView

@Singleton
public class DocumentDetailViewImpl
extends com.google.gwt.user.client.ui.ResizeComposite
implements DocumentDetailView

Default implementation of DocumentDetailView.

Since:
2.1.0
Author:
Jason Dillon

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
 
Nested classes/interfaces inherited from interface org.hudsonci.maven.plugin.ui.gwt.configure.documents.DocumentDetailView
DocumentDetailView.MessagesResource
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
DocumentDetailViewImpl(DocumentDetailView.MessagesResource messages)
           
 
Method Summary
 void clear()
           
 com.google.gwt.view.client.HasData<DocumentAttributeDTO> getAttributesDataContainer()
           
 String getContent()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 DocumentTypeDTO getType()
           
 void setContent(String value)
           
 void setDescription(String value)
           
 void setId(String value)
           
 void setName(String value)
           
 void setNewDocument(boolean flag)
           
 void setPresenter(DocumentDetailPresenter presenter)
           
 void setType(DocumentTypeDTO value)
           
 
Methods inherited from class com.google.gwt.user.client.ui.ResizeComposite
initWidget, onResize
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Constructor Detail

DocumentDetailViewImpl

@Inject
public DocumentDetailViewImpl(DocumentDetailView.MessagesResource messages)
Method Detail

setPresenter

public void setPresenter(DocumentDetailPresenter presenter)
Specified by:
setPresenter in interface DocumentDetailView

setId

public void setId(String value)
Specified by:
setId in interface DocumentDetailView

getId

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

setType

public void setType(DocumentTypeDTO value)
Specified by:
setType in interface DocumentDetailView

getType

public DocumentTypeDTO getType()
Specified by:
getType in interface DocumentDetailView

setName

public void setName(String value)
Specified by:
setName in interface DocumentDetailView

getName

public String getName()
Specified by:
getName in interface DocumentDetailView

setDescription

public void setDescription(String value)
Specified by:
setDescription in interface DocumentDetailView

getDescription

public String getDescription()
Specified by:
getDescription in interface DocumentDetailView

getAttributesDataContainer

public com.google.gwt.view.client.HasData<DocumentAttributeDTO> getAttributesDataContainer()
Specified by:
getAttributesDataContainer in interface DocumentDetailView

setContent

public void setContent(String value)
Specified by:
setContent in interface DocumentDetailView

getContent

public String getContent()
Specified by:
getContent in interface DocumentDetailView

setNewDocument

public void setNewDocument(boolean flag)
Specified by:
setNewDocument in interface DocumentDetailView

clear

public void clear()
Specified by:
clear in interface DocumentDetailView


Copyright © 2004-2011 Hudson. All Rights Reserved.