Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.scrollpanel |
Modifier and Type | Method and Description |
---|---|
ScrollPanel.AutoScroll |
ScrollPanel.getAutoScroll()
Get auto scroll mode.
|
static ScrollPanel.AutoScroll |
ScrollPanel.AutoScroll.parse(String param) |
static ScrollPanel.AutoScroll |
ScrollPanel.AutoScroll.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollPanel.AutoScroll[] |
ScrollPanel.AutoScroll.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollPanel.setAutoScroll(ScrollPanel.AutoScroll auto)
Set auto scroll mode.
|
void |
ScrollPanel.setUp(float stepSizeX,
float stepSizeY,
float pageSizeX,
float pageSizeY,
ScrollPanel.AutoScroll auto)
Setup.
|
Modifier and Type | Method and Description |
---|---|
ScrollPanel.AutoScroll |
ScrollPanelControl.getAutoScroll()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollPanelControl.setAutoScroll(ScrollPanel.AutoScroll auto)
Deprecated.
|
void |
ScrollPanelControl.setUp(float stepSizeX,
float stepSizeY,
float pageSizeX,
float pageSizeY,
ScrollPanel.AutoScroll auto)
Deprecated.
|
Copyright © 2013. All Rights Reserved.