|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BScrollPane.ScrollbarPolicy | |
---|---|
buoy.widget |
Uses of BScrollPane.ScrollbarPolicy in buoy.widget |
---|
Fields in buoy.widget declared as BScrollPane.ScrollbarPolicy | |
---|---|
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_ALWAYS
|
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_AS_NEEDED
|
static BScrollPane.ScrollbarPolicy |
BScrollPane.SCROLLBAR_NEVER
|
Methods in buoy.widget that return BScrollPane.ScrollbarPolicy | |
---|---|
BScrollPane.ScrollbarPolicy |
BScrollPane.getHorizontalScrollbarPolicy()
Get the horizontal scrollbar policy. |
BScrollPane.ScrollbarPolicy |
BScrollPane.getVerticalScrollbarPolicy()
Get the vertical scrollbar policy. |
Methods in buoy.widget with parameters of type BScrollPane.ScrollbarPolicy | |
---|---|
void |
BScrollPane.setHorizontalScrollbarPolicy(BScrollPane.ScrollbarPolicy policy)
Set the horizontal scrollbar policy. |
void |
BScrollPane.setVerticalScrollbarPolicy(BScrollPane.ScrollbarPolicy policy)
Set the vertical scrollbar policy. |
Constructors in buoy.widget with parameters of type BScrollPane.ScrollbarPolicy | |
---|---|
BScrollPane(BScrollPane.ScrollbarPolicy horizontalPolicy,
BScrollPane.ScrollbarPolicy verticalPolicy)
Create a new BScrollPane with no content or header Widgets. |
|
BScrollPane(Widget contentWidget,
BScrollPane.ScrollbarPolicy horizontalPolicy,
BScrollPane.ScrollbarPolicy verticalPolicy)
Create a new BScrollPane with the specified Widget as its content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |