IFocus

Kind of class:interface
Inherits from:none
Implemented by:
Classpath:org.asapframework.management.focus.IFocus
File last modified:Thursday, 13 July 2006, 13:48:48
Interface for elements that are added to the FocusManager.

Summary


Instance methods
  • setFocus : Void
    • Set focus to the element
  • hasFocus : Boolean
    • return whether the element has focus

Instance methods

hasFocus

function hasFocus (
) : Boolean

return whether the element has focus

setFocus

function setFocus (
) : Void

Set focus to the element