View
implementation.public class TableView.TableCell extends BoxView
View implementation.BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXISBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST| Constructor and Description |
|---|
TableView.TableCell(Element el)
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
int |
getGridColumn()
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
int |
getGridRow()
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
int |
getRowCount()
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
void |
setGridLocation(int r,
int c)
Deprecated.
Table cells are now rendered by an arbitrary
View implementation. |
baselineLayout, baselineRequirements, calculateMajorAxisRequirements, calculateMinorAxisRequirements, childAllocation, flipEastAndWestAtEnds, forwardUpdate, getAlignment, getAxis, getChildAllocation, getHeight, getMaximumSpan, getMinimumSpan, getOffset, getPreferredSpan, getResizeWeight, getSpan, getViewAtPoint, getWidth, isAfter, isAllocationValid, isBefore, isLayoutValid, layout, layoutChanged, layoutMajorAxis, layoutMinorAxis, modelToView, paint, paintChild, preferenceChanged, replace, setAxis, setSize, viewToModelgetBottomInset, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewAtPosition, getViewCount, getViewIndex, getViewIndexAtPosition, loadChildren, modelToView, setInsets, setParagraphInsets, setParentappend, breakView, changedUpdate, createFragment, dump, forwardUpdateToView, getAttributes, getBreakWeight, getContainer, getDocument, getElement, getEndOffset, getGraphics, getParent, getStartOffset, getToolTipText, getViewFactory, getViewIndex, insert, insertUpdate, isVisible, modelToView, remove, removeAll, removeUpdate, updateChildren, updateLayout, viewToModelpublic TableView.TableCell(Element el)
View implementation.el - the elementpublic int getColumnCount()
View implementation.public int getRowCount()
View implementation.public void setGridLocation(int r, int c)
View implementation.r - the row of this cellc - the column of this cellpublic int getGridRow()
View implementation.public int getGridColumn()
View implementation.