class
InteractiveComponent

package haxe.ui.core

↪ haxe.ui.core.InteractiveComponent


A component that can be interacted with and gain input focus via either mouse or keyboard

actionRepeatInterval:Int
allowFocus:Bool
Whether this component is allowed to gain focus
behaviour
bindable
clonable
allowInteraction:Bool
autoFocus:Bool
Whether this component is allowed to gain focus automatically
focus:Bool
Whether this component currently has focus

Note*: components that have focus will have an :active css psuedo class automatically added
validators:Array<IValidator>


override
cloneComponent():InteractiveComponent