Class IListboxController.DeferredRedraw

  • All Implemented Interfaces:
    org.zkoss.zk.au.DeferredValue
    Enclosing class:
    IListboxController<DataT,​RowT extends IListitemBase>

    protected static class IListboxController.DeferredRedraw
    extends java.lang.Object
    implements org.zkoss.zk.au.DeferredValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeferredRedraw

        public DeferredRedraw​(Locator locator,
                              java.util.Collection<? extends IListitemBase> items)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface org.zkoss.zk.au.DeferredValue