public interface Down
| Modifier and Type | Method and Description |
|---|---|
integer |
getDown()
Java implementation for retrieving the DOWN attribute which contains number of iterations in
a down frame or number of potential rows in a browse widget.
|
void |
setDown(int64 down)
Java implementation for setting the DOWN attribute which contains number of iterations in
a down frame or number of potential rows in a browse widget.
|
void |
setDown(long down)
Java implementation for setting the DOWN attribute which contains number of iterations in
a down frame or number of potential rows in a browse widget.
|
integer getDown()
void setDown(long down)
down - Value of the DOWN attribute.void setDown(int64 down)
down - Value of the DOWN attribute.