net.liftmodules

combobox

package combobox

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ComboBox extends DropDownMenu

    The ComboBox Widget

  2. case class ComboItem(id: String, text: String) extends Product with Serializable

    This class represent the options in the combo box.

  3. class DataParser extends AnyRef

    This class is used to parse JSON returned by select2 when user selected / unselected an item from it.

  4. trait DropDownMenu extends AnyRef

    This trait implements the function of filtering drop down menu of select2 when user click it.

Value Members

  1. object ComboBox

    CombBox

Ungrouped