public class ItemIter extends Object
Modifier and Type | Method and Description |
---|---|
void |
$init(Listbox listbox)
Constructor
|
boolean |
hasNext()
Returns true if the iteration has more elements
|
Listitem |
next()
Returns the next element in the iteration.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public void $init(Listbox listbox)
listbox
- the widget that the iterator belongs topublic boolean hasNext()
public Listitem next()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.