|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.sonar.plugins.core.hotspots.client.widget.AbstractHotspot
public abstract class AbstractHotspot
| 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 | |
|---|---|
static int |
LIMIT
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
protected |
AbstractHotspot(String id,
Resource resource)
|
| Method Summary | |
|---|---|
protected double |
getPercentPonderatedValue(Double value,
Double lower,
Double upper)
|
Resource |
getResource()
|
protected String |
getRowCssClass(int row)
|
protected void |
loadData()
|
void |
onLoad()
|
protected void |
render(com.google.gwt.user.client.ui.Widget widget)
|
protected void |
renderEmptyResults()
|
protected void |
renderGraphCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Measure measure,
Measure firstMeasure,
int row,
int column)
|
protected void |
renderNameCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Resource resource,
String metricKey,
int row,
int column)
|
protected void |
renderValueCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Measure measure,
int row,
int column)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LIMIT
| Constructor Detail |
|---|
protected AbstractHotspot(String id,
Resource resource)
| Method Detail |
|---|
public Resource getResource()
public void onLoad()
onLoad in class com.google.gwt.user.client.ui.Widgetprotected void loadData()
protected void render(com.google.gwt.user.client.ui.Widget widget)
protected void renderEmptyResults()
protected void renderNameCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Resource resource,
String metricKey,
int row,
int column)
protected void renderValueCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Measure measure,
int row,
int column)
protected void renderGraphCell(com.google.gwt.user.client.ui.Grid hotspotGrid,
Measure measure,
Measure firstMeasure,
int row,
int column)
protected String getRowCssClass(int row)
protected double getPercentPonderatedValue(Double value,
Double lower,
Double upper)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||