org.sonar.plugins.design.ui.page.client
Class Dsm

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.sonar.plugins.design.ui.page.client.Dsm
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class Dsm
extends com.google.gwt.user.client.ui.Composite


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 String DSM
           
static String GRID
           
static String GRID_CELL_BOTTOM_LEFT
           
static String GRID_CELL_COMB1_SUFFIX
           
static String GRID_CELL_COMB2_SUFFIX
           
static String GRID_CELL_DIAGONAL
           
static String GRID_CELL_SELECTION1_SUFFIX
           
static String GRID_CELL_SELECTION2_SUFFIX
           
static String GRID_CELL_TOP_RIGHT
           
static String[] GRID_SUFFIXES
           
static String HEADER
           
static String HEADER_HIGHER_INDICATOR_SUFFIX
           
static String HEADER_INDICATOR
           
static String HEADER_LOWER_INDICATOR_SUFFIX
           
static String HEADER_SELECTED_SUFFIX
           
static String HEADER_TITLE
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
Dsm()
           
 
Method Summary
 void display(DsmData.Rows data)
           
 void displayNoData()
           
 void onCellClicked(int row, int col)
           
 void onTitleClicked(int row)
           
 
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, 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, 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

DSM

public static final String DSM
See Also:
Constant Field Values

HEADER

public static final String HEADER
See Also:
Constant Field Values

HEADER_TITLE

public static final String HEADER_TITLE
See Also:
Constant Field Values

HEADER_SELECTED_SUFFIX

public static final String HEADER_SELECTED_SUFFIX
See Also:
Constant Field Values

HEADER_INDICATOR

public static final String HEADER_INDICATOR
See Also:
Constant Field Values

HEADER_HIGHER_INDICATOR_SUFFIX

public static final String HEADER_HIGHER_INDICATOR_SUFFIX
See Also:
Constant Field Values

HEADER_LOWER_INDICATOR_SUFFIX

public static final String HEADER_LOWER_INDICATOR_SUFFIX
See Also:
Constant Field Values

GRID

public static final String GRID
See Also:
Constant Field Values

GRID_CELL_BOTTOM_LEFT

public static final String GRID_CELL_BOTTOM_LEFT
See Also:
Constant Field Values

GRID_CELL_TOP_RIGHT

public static final String GRID_CELL_TOP_RIGHT
See Also:
Constant Field Values

GRID_CELL_DIAGONAL

public static final String GRID_CELL_DIAGONAL
See Also:
Constant Field Values

GRID_CELL_SELECTION1_SUFFIX

public static final String GRID_CELL_SELECTION1_SUFFIX
See Also:
Constant Field Values

GRID_CELL_SELECTION2_SUFFIX

public static final String GRID_CELL_SELECTION2_SUFFIX
See Also:
Constant Field Values

GRID_CELL_COMB1_SUFFIX

public static final String GRID_CELL_COMB1_SUFFIX
See Also:
Constant Field Values

GRID_CELL_COMB2_SUFFIX

public static final String GRID_CELL_COMB2_SUFFIX
See Also:
Constant Field Values

GRID_SUFFIXES

public static final String[] GRID_SUFFIXES
Constructor Detail

Dsm

public Dsm()
Method Detail

displayNoData

public void displayNoData()

display

public void display(DsmData.Rows data)

onCellClicked

public void onCellClicked(int row,
                          int col)

onTitleClicked

public void onTitleClicked(int row)


Copyright © 2009-2012 SonarSource. All Rights Reserved.