Package org.zkoss.zul

Class Selectbox

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Component, Disable, Scope, ComponentCtrl

    public class Selectbox
    extends HtmlBasedComponent
    implements Disable
    A light weight dropdown list.

    Default getZclass(): z-selectbox. It does not create child widgets for each data, so the memory usage is much lower at the server. However, the implementation is based on HTML SELECT and OPTION tags, so the functionality is not as rich as Listbox.

    Since:
    6.0.0
    Author:
    jumperchen
    See Also:
    Serialized Form