org.seleniuminspector.html
Class TableCellParams
java.lang.Object
org.seleniuminspector.html.TableCellParams
public class TableCellParams
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableCellParams
public TableCellParams(java.lang.String text)
TableCellParams
public TableCellParams(java.lang.String text,
int colSpan,
int rowSpan)
TableCellParams
public TableCellParams(java.lang.String text,
int colSpan,
int rowSpan,
java.lang.String styleDeclaration)
getText
public java.lang.String getText()
getColSpan
public int getColSpan()
getRowSpan
public int getRowSpan()
getStyleDeclaration
public java.lang.String getStyleDeclaration()
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.