IFocusable
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Classpath: | org.asaplibrary.ui.form.focus.IFocusable |
File last modified: | Friday, 13 May 2011, 22:20:35 |
Interface to be implemented by UI components in order to be added to the FocusManager for focus management.
Summary
Instance methods
- setFocus () : void
- clearFocus () : void
- hasFocus () : Boolean
Instance methods
clearFocus
function clearFocus() : void
hasFocus
function hasFocus() : Boolean
setFocus
function setFocus() : void