public class View extends Object
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ColumnDef |
getColumnDef(String label)
Returns the column def with the given name.
|
List<ColumnDef> |
getColumns()
Returns the list of column defs for this view.
|
String |
getName()
Returns the name of this view
|
int |
getRefreshSeconds()
Returns the refresh interval in seconds
|
RowDef |
getRowDef(String label)
Returns the row def with the given name.
|
List<RowDef> |
getRows()
Returns the list of row defs for this view.
|
int |
hashCode() |
void |
setName(String name)
Sets the name for this view.
|
void |
setRefreshSeconds(int refreshSeconds)
Sets the refresh interval in seconds
|
String |
toString() |
public List<RowDef> getRows()
public List<ColumnDef> getColumns()
public String getName()
public void setName(String name)
name
- the name to be usedpublic int getRefreshSeconds()
public void setRefreshSeconds(int refreshSeconds)
refreshSeconds
- the refresh interval to be usedpublic RowDef getRowDef(String label)
label
- the name to search forpublic ColumnDef getColumnDef(String label)
label
- the name to search forCopyright © 2017. All rights reserved.