public class LazyTreeGridRow extends TreeGridRow implements LazyLoadable
Modifier | Constructor and Description |
---|---|
|
LazyTreeGridRow()
Always throws
UnsupportedOperationException . |
protected |
LazyTreeGridRow(Composite model)
Creates an instnace of this class and initilizes the internal fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getTotalRowCount()
Getter for property 'totalRowCount'.
|
void |
setTotalRowCount(int totalRowCount)
This method sets a total row count for a lazy loadable model.
|
getCurrentPageNumber, getDisplayedPages, getEndPage, getLevel, getModel, getPageable, getPageSize, getParent, getStartPage, getTotalPagesNumber, isExpanded, isPagerEnabled, setCurrentPageNumber, setDisplayedPages, setExpanded, setModel, setPageable, setPagerEnabled, setPageSize, setParent
add, add, equals, generateUniqueString, get, getData, getDelegate, getIdentifier, getIndex, hashCode, remove, set, setData, setIdentifier, setIndex
public LazyTreeGridRow()
UnsupportedOperationException
.protected LazyTreeGridRow(Composite model)
model
- is a grid data model that contains this row.public void setTotalRowCount(int totalRowCount)
setTotalRowCount
in interface LazyLoadable
totalRowCount
- is a total row count.public int getTotalRowCount()
Copyright © 2008–2013. All rights reserved.