|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.inet.html.views.TableView.TableRowInfo
public class TableView.TableRowInfo
Contains informations about a table row. Represents the "TR" / "table-row"
Constructor Summary | |
---|---|
TableView.TableRowInfo(javax.swing.text.Element elem,
TableView.TableRowGroup parent)
Creates a row. |
Method Summary | |
---|---|
int |
countErrorCells()
Returns the number of invalid cells in this row |
int |
countValidCells()
Returns the number of valid cells in this row |
java.util.List<TableView.TableCellInfo> |
getCells()
Returns a list of all cells ins this row, ordered by column number |
javax.swing.text.Element |
getSource()
Returns the table row element or null, if auto-generated |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableView.TableRowInfo(javax.swing.text.Element elem, TableView.TableRowGroup parent)
elem
- the element, which defines this rowparent
- the parent structure elementMethod Detail |
---|
public java.util.List<TableView.TableCellInfo> getCells()
public int countValidCells()
public int countErrorCells()
public java.lang.String toString()
toString
in class java.lang.Object
public javax.swing.text.Element getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |