com.atlassian.gadgets.dashboard.internal
Class AbstractViewComponent

java.lang.Object
  extended by com.atlassian.gadgets.dashboard.internal.AbstractViewComponent
All Implemented Interfaces:
com.atlassian.gadgets.view.ViewComponent

public abstract class AbstractViewComponent
extends Object
implements com.atlassian.gadgets.view.ViewComponent


Constructor Summary
protected AbstractViewComponent(String id, String title)
           
 
Method Summary
 String getId()
           
 String getTitle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.gadgets.view.ViewComponent
writeTo
 

Constructor Detail

AbstractViewComponent

protected AbstractViewComponent(String id,
                                String title)
Method Detail

getId

public String getId()

getTitle

public String getTitle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Atlassian. All Rights Reserved.