ComboBoxEditor
Default to use a JTextField to be the editor. Just works with string values well.
static public ON_ACT:String
public function addActionListener(func:Function, obj:Object):Object
Description copied from ComboBoxEditor
Add a listener to listen the editor event when the edited item changes.
addChangeListener(func:Function)
addChangeListener(func:Function, obj:Object)
public function setEditable(b:Boolean):Void
public function isEditable():Boolean
public function getEditorComponent():Component
Description copied from ComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor.
The editor component should can accept normal component event listeners such as Component.ON_RELEASE, Component.ON_PRESS ...
public function setValue(v:Object):Void
Description copied from ComboBoxEditor
Set the item that should be edited. Cancel any editing if necessary.
public function getValue():Object
public function selectAll():Void
Description copied from ComboBoxEditor
Ask the editor to start editing and to select everything in the editor.