protected class TreeGridRenderer.DrawTreeRowCommand extends DefaultGridRenderer.DrawRowCommand
Constructor and Description |
---|
TreeGridRenderer.DrawTreeRowCommand(int start,
int end)
Creates an instance of this class and initilizes internal variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
This method stops when the end row reached.
|
protected int |
getRowNumber()
Getter for property 'rowNumber'.
|
protected void |
setRowNumber(int rowNumber)
Setter for property 'rowNumber'.
|
getCurrent, getEnd, getStart, setCurrent
public TreeGridRenderer.DrawTreeRowCommand(int start, int end)
start
- is a start row number.end
- is an end row number.public boolean execute()
execute
in interface com.google.gwt.core.client.Scheduler.RepeatingCommand
execute
in interface com.google.gwt.user.client.IncrementalCommand
execute
in class DefaultGridRenderer.DrawRowCommand
true
if drawing must be continued.protected int getRowNumber()
protected void setRowNumber(int rowNumber)
rowNumber
- Value to set for property 'rowNumber'.Copyright © 2008–2013. All rights reserved.