|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasTableCells
An interface for tables. All of these methods are implemented in the HTMLTable class.
Method Summary | |
---|---|
int |
getCellCount(int row)
Gets the number of cells in a given row. |
int |
getCellPadding()
Gets the amount of padding that is added around all cells. |
int |
getCellSpacing()
Gets the amount of spacing that is added around all cells. |
com.google.gwt.user.client.Element |
getEventTargetCell(com.google.gwt.user.client.Event event)
Determines the TD associated with the specified event. |
void |
setCellPadding(int padding)
Sets the amount of padding to be added around all cells. |
void |
setCellSpacing(int spacing)
Sets the amount of spacing to be added around all cells. |
Method Detail |
---|
int getCellCount(int row)
row
- the row whose cells are to be counted
int getCellPadding()
int getCellSpacing()
com.google.gwt.user.client.Element getEventTargetCell(com.google.gwt.user.client.Event event)
event
- the event to be queried
null
if none is
found.void setCellPadding(int padding)
padding
- the cell padding, in pixelsvoid setCellSpacing(int spacing)
spacing
- the cell spacing, in pixels
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |