Class TreeListModel<T extends RuleItemModel>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.zkoss.zul.AbstractListModel

        org.zkoss.zul.AbstractListModel.DefaultSelectionControl<E extends java.lang.Object>
    • Field Summary

      • Fields inherited from class org.zkoss.zul.ListModelList

        _list
      • Fields inherited from class org.zkoss.zul.AbstractListModel

        _selection
      • Fields inherited from interface org.zkoss.zul.PageableModel

        INTERNAL_EVENT
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeListModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      TreeNodeModel<T> getTreeNode()  
      int hashCode()  
      void setTreeNode​(TreeNodeModel<T> treeNode)  
      • Methods inherited from class org.zkoss.zul.ListModelList

        add, add, addAll, addAll, addSelection, clear, clone, contains, containsAll, fireSelectionEvent, get, getElementAt, getInnerList, getSize, getSortDirection, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notifyChange, remove, remove, removeAll, removeRange, removeSelection, retainAll, set, size, sort, subList, toArray, toArray, toString
      • Methods inherited from class org.zkoss.zul.AbstractListModel

        addListDataListener, addPagingEventListener, addToSelection, clearSelection, fireEvent, getActivePage, getPageCount, getPageSize, getSelection, getSelectionControl, isMultiple, isSelected, isSelectionEmpty, newEmptySelection, readSelection, removeAllSelection, removeFromSelection, removeListDataListener, removePagingEventListener, retainAllSelection, setActivePage, setMultiple, setPageSize, setSelection, setSelectionControl, writeSelection
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        replaceAll, sort, spliterator
    • Constructor Detail

      • TreeListModel

        public TreeListModel()
    • Method Detail

      • setTreeNode

        public void setTreeNode​(TreeNodeModel<T> treeNode)
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<T extends RuleItemModel>
        Specified by:
        equals in interface java.util.List<T extends RuleItemModel>
        Overrides:
        equals in class org.zkoss.zul.ListModelList<TreeNodeModel<T extends RuleItemModel>>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<T extends RuleItemModel>
        Specified by:
        hashCode in interface java.util.List<T extends RuleItemModel>
        Overrides:
        hashCode in class org.zkoss.zul.ListModelList<TreeNodeModel<T extends RuleItemModel>>