Frames | No Frames |
Constructors with parameter type buoy.widget.BScrollPane.ScrollbarPolicy | |
BScrollPane.BScrollPane(BScrollPane.ScrollbarPolicy horizontalPolicy, BScrollPane.ScrollbarPolicy verticalPolicy) 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. |