Package it.smartio.docs
Interface Table.Area
-
- Enclosing interface:
- Table
public static interface Table.Area
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Table.Row>getRows()Table.AreaTypegetType()
-
-
-
Method Detail
-
getType
Table.AreaType getType()
-
getRows
java.util.List<Table.Row> getRows()
-
-