public class Flexigrid extends Object
Flexigrid class.
| Modifier and Type | Class and Description |
|---|---|
class |
Flexigrid.Cells |
static class |
Flexigrid.ColumnModel |
| Constructor and Description |
|---|
Flexigrid()
Constructor for Flexigrid.
|
Flexigrid(int total)
Constructor for Flexigrid.
|
Flexigrid(int total,
int page)
Constructor for Flexigrid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Flexigrid.Cells cells)
addRow.
|
int |
getPage()
Getter for the field
page. |
List<Flexigrid.Cells> |
getRows()
Getter for the field
rows. |
int |
getTotal()
Getter for the field
total. |
void |
setPage(int page)
Setter for the field
page. |
void |
setRows(List<Flexigrid.Cells> rows)
Setter for the field
rows. |
void |
setTotal(int total)
Setter for the field
total. |
public Flexigrid(int total,
int page)
Constructor for Flexigrid.
total - a int.page - a int.public Flexigrid(int total)
Constructor for Flexigrid.
total - a int.public Flexigrid()
Constructor for Flexigrid.
public void addRow(Flexigrid.Cells cells)
addRow.
cells - a Flexigrid.Cells object.public List<Flexigrid.Cells> getRows()
Getter for the field rows.
List object.public void setRows(List<Flexigrid.Cells> rows)
Setter for the field rows.
rows - a List object.public int getPage()
Getter for the field page.
public void setPage(int page)
Setter for the field page.
page - a int.public int getTotal()
Getter for the field total.
public void setTotal(int total)
Setter for the field total.
total - a int.Copyright © 2015 SeqWare. All rights reserved.