| |
|
| com.xoetrope.data.pojo.XPojoModelVis com.xoetrope.data.pojo.XPojoModelEx com.xoetrope.data.pojo.XPojoIteratorEx
XPojoIteratorEx | public class XPojoIteratorEx extends XPojoModelEx (Code) | | Collection iterator model
Copyright (c) Xoetrope Ltd., 2001-2007, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
|
XPojoIteratorEx | public XPojoIteratorEx(XPojoDataSourceEx ds, Collection c, XPojoModelEx finder)(Code) | | Creates a new instance of XPojoIteratorEx
Parameters: ds - data source Parameters: c - Collection which iterator is wrapped by this node |
first | public Object first()(Code) | | Returns the first object from the underlying collection and
resets the iteration index to 0.
first element of the collection |
getAdapter | public XPojoAdapterEx getAdapter()(Code) | | Gets the current element adapter of
this iteration
the adapter |
getBindingPath | public String getBindingPath()(Code) | | Gets the runtime binding path of this node
binding path |
getCaption | public String getCaption()(Code) | | Gets this node's visualiser tree caption.
the caption |
hasNext | public boolean hasNext()(Code) | | Incdicates whether the iterator has more elements
true if the iterator has more elements,false otherwise. |
|
|
|