TYPE
- mikä tieto tallennetaan riviinpublic static class StringGrid.GridRowItem<TYPE> extends Object
Constructor and Description |
---|
GridRowItem(String[] row,
TYPE item,
int rowNr) |
Modifier and Type | Method and Description |
---|---|
String |
get(int col) |
String |
getCellClass(int col) |
TYPE |
getItem() |
ObservableList<String> |
getRow() |
int |
getRowNr() |
void |
set(int col,
String s) |
void |
setCellClass(String cellClass,
int col) |
void |
setItem(TYPE item) |
void |
setRow(String[] row) |
void |
setRowNr(int rowNr) |
public GridRowItem(String[] row, TYPE item, int rowNr)
row
- mikä teksti tallennetaanitem
- mikä alkio tähämn kohtirowNr
- mikä on alkuperäinen rivinumeropublic int getRowNr()
public void setRowNr(int rowNr)
public ObservableList<String> getRow()
public String getCellClass(int col)
public void setCellClass(String cellClass, int col)