ilog.webui.dhtml.components

Interface IlxWComboBoxEditor



  • public interface IlxWComboBoxEditor
    The editor component used for IlxWComboBox components.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addActionListener(java.awt.event.ActionListener l)
      Adds an ActionListener.
      IlxWComponent getEditorComponent()
      Return the component that should be added to the tree hierarchy for this editor.
      java.lang.Object getItem()
      Returns the edited item.
      void removeActionListener(java.awt.event.ActionListener l)
      Removes an ActionListener.
      void selectAll()
      Asks the editor to start editing and to select everything.
      void setItem(java.lang.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(java.lang.Object anObject)
        Set the item that should be edited. Cancel any editing if necessary.
      • getItem

        java.lang.Object getItem()
        Returns the edited item.
      • selectAll

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

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

        void removeActionListener(java.awt.event.ActionListener l)
        Removes an ActionListener.

© Copyright IBM Corp. 1987, 2015