FloatingPanelArea
Complete API reference for FloatingPanelArea, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class FloatingPanelArea extends PanelArea
Constructors
| Signature | Description |
|---|---|
FloatingPanelArea(PanelArea) | Executes FloatingPanelArea and returns after the underlying engine call finishes. |
FloatingPanelArea() | Creates a new instance of FloatingPanelArea. |
Methods
| Signature | Returns | Description |
|---|---|---|
isOpen() | boolean | Returns whether open is true. |
isCloseWhenClickOutside() | boolean | Returns whether close when click outside is true. |
setCloseWhenClickOutside(boolean) | void | Sets or updates the close when click outside. |
isCaptureTouchWhenClickOutside() | boolean | Returns whether capture touch when click outside is true. |
setCaptureTouchWhenClickOutside(boolean) | void | Sets or updates the capture touch when click outside. |
isResizeable() | boolean | Returns whether resizeable is true. |
setResizeable(boolean) | void | Sets or updates the resizeable. |
isAllowCloseX() | boolean | Returns whether allow close x is true. |
setAllowCloseX(boolean) | void | Sets or updates the allow close x. |
getFloatingX() | float | Returns the current floating x. |
setFloatingX(float) | void | Sets or updates the floating x. |
getFloatingY() | float | Returns the current floating y. |
setFloatingY(float) | void | Sets or updates the floating y. |
getFloatingW() | float | Returns the current floating w. |
setFloatingW(float) | void | Sets or updates the floating w. |
getFloatingH() | float | Returns the current floating h. |
setFloatingH(float) | void | Sets or updates the floating h. |
isCloseWhenPressBack() | boolean | Returns whether close when press back is true. |
setCloseWhenPressBack(boolean) | void | Sets or updates the close when press back. |
closeWhenPressBack() | void | Executes closeWhenPressBack and returns after the underlying engine call finishes. |