org.jnario.lib
Class ExampleTableRow

java.lang.Object
  extended by org.jnario.lib.ExampleTableRow

public abstract class ExampleTableRow
extends Object

The super class of all table rows.

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
ExampleTableRow(List<String> cells)
           
 
Method Summary
 List<String> getCells()
           
 String toString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleTableRow

public ExampleTableRow(List<String> cells)
Method Detail

getCells

public List<String> getCells()

toString

public String toString(Object value)


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.