com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.cookie
Interface VertexStateCookie

All Superinterfaces:
Node.Cookie

public interface VertexStateCookie
extends Node.Cookie

This cookie is provided when activated nodes are bound with some active result set data. Actually one DFResultSet's vertex state, because it is necessary to recognize the active vertex in the current result set. For example navigation actions (next/prev row, ...) can work only when vertex is known.


Method Summary
 DFResultSet.VertexState getVertexState()
           
 

Method Detail

getVertexState

DFResultSet.VertexState getVertexState()

com.im.ijc.core/1 5.9.4