ISelectable

Kind of class: public interface
Package:
Inherits from:
  • IEventDispatcher
Implemented by:
Classpath: org.asaplibrary.ui.form.components.ISelectable
File last modified: Friday, 13 May 2011, 22:20:35
Interface for selectable UI components, such as a checkbox

Summary

Instance methods

Instance methods

isEnabled

function isEnabled() : Boolean

isSelected

function isSelected() : Boolean

setEnabled

function setEnabled(inEnabled:Boolean) : void

setSelected

function setSelected(inSelected:Boolean) : void