|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.tasks.Position
com.esri.adf.web.data.tasks.TabularPosition
public class TabularPosition
The position class to define each sub-component
| Field Summary |
|---|
| Fields inherited from class com.esri.adf.web.data.tasks.Position |
|---|
_style, _styleClass |
| Constructor Summary | |
|---|---|
TabularPosition(int row,
int col,
int rowspan,
int colspan)
Creates a postion class by row, column, row span and column span. |
|
TabularPosition(int row,
int col,
int rowspan,
int colspan,
java.lang.String style)
Creates a postion class by row, column, row span, column span and style String |
|
| Method Summary | |
|---|---|
int |
getColspan()
Returns the column span |
int |
getColumn()
Returns the column |
int |
getRow()
Returns the row |
int |
getRowspan()
Returns the row span |
void |
setColspan(int colspan)
Sets the column span |
void |
setColumn(int col)
Sets the column |
void |
setRow(int row)
Sets the Row |
void |
setRowspan(int rowspan)
Sets the row span |
| Methods inherited from class com.esri.adf.web.data.tasks.Position |
|---|
getStyle, getStyleClass, setStyle, setStyleClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabularPosition(int row,
int col,
int rowspan,
int colspan)
row - an integercol - an integerrowspan - integercolspan - integer
public TabularPosition(int row,
int col,
int rowspan,
int colspan,
java.lang.String style)
row - an integercol - an integerrowspan - integercolspan - integer| Method Detail |
|---|
public void setColumn(int col)
col - column numberpublic int getColumn()
public void setRow(int row)
row - integerpublic int getRow()
public void setRowspan(int rowspan)
rowspan - - row span spacepublic int getRowspan()
public void setColspan(int colspan)
colspan - - column spanpublic int getColspan()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||