Class ListboxDataLoader.DeferredRedraw

    • Constructor Summary

      Constructors 
      Constructor Description
      DeferredRedraw​(java.util.Collection<? extends Component> items)  
    • Method Summary

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

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

      • DeferredRedraw

        public DeferredRedraw​(java.util.Collection<? extends Component> items)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Description copied from interface: DeferredValue
        Returns the value. It is called to retrieve the real value by the ZK engine in the rendering phase.
        Specified by:
        getValue in interface DeferredValue