org.hudsonci.maven.plugin.ui.gwt.configure.documents
Interface DocumentDetailView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
DocumentDetailViewImpl

public interface DocumentDetailView
extends com.google.gwt.user.client.ui.IsWidget

Provides the UI for editing a document.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static interface DocumentDetailView.MessagesResource
           
 
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 interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(DocumentDetailPresenter presenter)

setId

void setId(String value)

getId

String getId()

setType

void setType(DocumentTypeDTO value)

getType

DocumentTypeDTO getType()

setName

void setName(String value)

getName

String getName()

setDescription

void setDescription(String value)

getDescription

String getDescription()

getAttributesDataContainer

com.google.gwt.view.client.HasData<DocumentAttributeDTO> getAttributesDataContainer()

setContent

void setContent(String value)

getContent

String getContent()

setNewDocument

void setNewDocument(boolean flag)

clear

void clear()


Copyright © 2004-2011 Hudson. All Rights Reserved.