View source
class Drawer
package feathers.controls
extends FeathersControl › MeasureSprite › ValidatingSprite
implements IOpenCloseToggle
A container that displays primary content
in the center with a drawer
that opens and closes from one of the four edges of the container.
Available since
1.0.0
.See also:
Constructor
Variables
autoSizeMode:AutoSizeMode
Determines how the drawer container will set its own size when its dimensions (width and height) aren't set explicitly.
In the following example, the drawer container will be sized to match the stage:
drawer.autoSizeMode = STAGE;
Available since
1.0.0
.See also:
overlaySkin:DisplayObject
A display object to display below the drawer and above the primary content when the drawer is opened. Blocks mouse and touch events from reaching the primary content.
Available since
1.0.0
.pullableEdge:RelativePosition
The edge of the container where the drawer is attached.
Available since
1.0.0
.See also:
simulateTouch:Bool
Determines if mouse events should be treated like touch events when detecting a pull gesture that opens or closes a drawer.
Available since
1.0.0
.