Skip to main content

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

SignatureDescription
FloatingPanelArea(PanelArea)Executes FloatingPanelArea and returns after the underlying engine call finishes.
FloatingPanelArea()Creates a new instance of FloatingPanelArea.

Methods

SignatureReturnsDescription
isOpen()booleanReturns whether open is true.
isCloseWhenClickOutside()booleanReturns whether close when click outside is true.
setCloseWhenClickOutside(boolean)voidSets or updates the close when click outside.
isCaptureTouchWhenClickOutside()booleanReturns whether capture touch when click outside is true.
setCaptureTouchWhenClickOutside(boolean)voidSets or updates the capture touch when click outside.
isResizeable()booleanReturns whether resizeable is true.
setResizeable(boolean)voidSets or updates the resizeable.
isAllowCloseX()booleanReturns whether allow close x is true.
setAllowCloseX(boolean)voidSets or updates the allow close x.
getFloatingX()floatReturns the current floating x.
setFloatingX(float)voidSets or updates the floating x.
getFloatingY()floatReturns the current floating y.
setFloatingY(float)voidSets or updates the floating y.
getFloatingW()floatReturns the current floating w.
setFloatingW(float)voidSets or updates the floating w.
getFloatingH()floatReturns the current floating h.
setFloatingH(float)voidSets or updates the floating h.
isCloseWhenPressBack()booleanReturns whether close when press back is true.
setCloseWhenPressBack(boolean)voidSets or updates the close when press back.
closeWhenPressBack()voidExecutes closeWhenPressBack and returns after the underlying engine call finishes.