Package org.zkoss.zul

Interface ListModel<E>

    • Method Detail

      • getElementAt

        E getElementAt​(int index)
        Returns the value at the specified index.
      • getSize

        int getSize()
        Returns the length of the list.
      • addListDataListener

        void addListDataListener​(ListDataListener l)
        Adds a listener to the list that's notified each time a change to the data model occurs.
      • removeListDataListener

        void removeListDataListener​(ListDataListener l)
        Removes a listener from the list that's notified each time a change to the data model occurs.
      • getListDataListeners

        default java.util.List<ListDataListener> getListDataListeners()
        Returns all listeners.