Class UIFormComboBox

All Implemented Interfaces:
UIFormInput<String>

public class UIFormComboBox extends UIFormInputBase<String>
Created by The eXo Platform SARL Author : Tuan Pham tuan.pham@exoplatform.com Dec 3, 2007
  • Field Details

    • size_

      protected int size_
      The size of the list (number of select options)
    • ON_CHANGE

      public static final String ON_CHANGE
      The javascript expression executed when an client onChange event fires
    • ON_BLUR

      public static final String ON_BLUR
      The javascript expression executed when an client event fires
    • ON_FOCUS

      public static final String ON_FOCUS
      The javascript expression executed when an client event fires
    • ON_KEYUP

      public static final String ON_KEYUP
      The javascript expression executed when an client event fires
    • ON_KEYDOWN

      public static final String ON_KEYDOWN
      The javascript expression executed when an client event fires
    • ON_CLICK

      public static final String ON_CLICK
      The javascript expression executed when an client event fires
  • Constructor Details

  • Method Details