protected class DefaultGridRenderer.DrawRowCommand extends Object implements com.google.gwt.user.client.IncrementalCommand
| Constructor and Description |
|---|
DefaultGridRenderer.DrawRowCommand(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 |
getCurrent()
Getter for property 'current'.
|
protected int |
getEnd()
Getter for property 'end'.
|
protected int |
getStart()
Getter for property 'start'.
|
void |
setCurrent(int current)
Setter for property 'current'.
|
public DefaultGridRenderer.DrawRowCommand(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.RepeatingCommandexecute in interface com.google.gwt.user.client.IncrementalCommandtrue if drawing must be continued.protected int getStart()
protected int getEnd()
public void setCurrent(int current)
current - Value to set for property 'current'.protected int getCurrent()
Copyright © 2008–2013. All rights reserved.