org.sonar.plugins.design.ui.page.client
Class DsmData.Rows

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.sonar.plugins.design.ui.page.client.DsmData.Rows
Enclosing class:
DsmData

public static class DsmData.Rows
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected DsmData.Rows()
           
 
Method Summary
 DsmData.Row get(int i)
           
 int size()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DsmData.Rows

protected DsmData.Rows()
Method Detail

size

public final int size()

get

public final DsmData.Row get(int i)


Copyright © 2009-2012 SonarSource. All Rights Reserved.