Decision Center API

ilog.webui.dhtml.components
Interface IlxWComboBoxEditor


public interface IlxWComboBoxEditor

The editor component used for IlxWComboBox components.


Method Summary
 void addActionListener(ActionListener l)
          Adds an ActionListener.
 IlxWComponent getEditorComponent()
          Return the component that should be added to the tree hierarchy for this editor.
 Object getItem()
          Returns the edited item.
 void removeActionListener(ActionListener l)
          Removes an ActionListener.
 void selectAll()
          Asks the editor to start editing and to select everything.
 void setItem(Object anObject)
          Set the item that should be edited.
 

Method Detail

getEditorComponent

IlxWComponent getEditorComponent()
Return the component that should be added to the tree hierarchy for this editor.


setItem

void setItem(Object anObject)
Set the item that should be edited. Cancel any editing if necessary.


getItem

Object getItem()
Returns the edited item.


selectAll

void selectAll()
Asks the editor to start editing and to select everything.


addActionListener

void addActionListener(ActionListener l)
Adds an ActionListener. An action event is generated when the edited item changes.


removeActionListener

void removeActionListener(ActionListener l)
Removes an ActionListener.


Decision Center API

© Copyright IBM Corp. 1987, 2013