Uses of Class buoy.widget.BScrollPane.ScrollbarPolicy

Uses in package buoy.widget

Constructors with parameter type buoy.widget.BScrollPane.ScrollbarPolicy

Create a new BScrollPane with no content or header Widgets.
BScrollPane.BScrollPane(Widget contentWidget, BScrollPane.ScrollbarPolicy horizontalPolicy, BScrollPane.ScrollbarPolicy verticalPolicy)
Create a new BScrollPane with the specified Widget as its content.

Fields of type buoy.widget.BScrollPane.ScrollbarPolicy

BScrollPane.ScrollbarPolicy
BScrollPane.ScrollbarPolicy
BScrollPane.ScrollbarPolicy

Methods with parameter type buoy.widget.BScrollPane.ScrollbarPolicy

void
Set the horizontal scrollbar policy.
void
Set the vertical scrollbar policy.

Methods with return type buoy.widget.BScrollPane.ScrollbarPolicy

BScrollPane.ScrollbarPolicy
Get the horizontal scrollbar policy.
BScrollPane.ScrollbarPolicy
Get the vertical scrollbar policy.

Written by Peter Eastman.