|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.inet.html.views.TableView.TableCellInfo
public class TableView.TableCellInfo
Contains informations about a table cell. Represents "TD" / "TH" / "table-cell"
Constructor Summary | |
---|---|
TableView.TableCellInfo(javax.swing.text.Element elem,
TableView.TableRowInfo parent)
Creates a table cell. |
Method Summary | |
---|---|
int |
getColspan()
Returns the number of columns spanned by this cell, usually 1 |
BoxView |
getContent()
Returns the view which displays the content of this cell |
int |
getRowspan()
Returns the number of rows spanned by this cell, usually 1 |
void |
setColspan(int span)
Sets the number of columns spanned by this cell. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableView.TableCellInfo(javax.swing.text.Element elem, TableView.TableRowInfo parent)
elem
- the element, which defines this table cellparent
- the parent structure elementMethod Detail |
---|
public int getColspan()
public void setColspan(int span)
span
- the number of columns spanned by this cellpublic int getRowspan()
public BoxView getContent()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |