com.im.ijc.core/1 2.4

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

All Superinterfaces:
Node.Cookie

public interface IJCWidgetCookie
extends Node.Cookie

This cookie is used for identification selected widget in view (grid/form) and manipulation with the data and state (navigation, sorting, add/remove rows and colums, etc.)

Use utilities methods to compute common DFResultSet.VertexState or union of DFFields for all selected IJCWidgets. The utility methods are available in IJCCoreUtils.


Method Summary
 IJCWidget getWidget()
          Return the widget represented by this cookie.
 

Method Detail

getWidget

IJCWidget getWidget()
Return the widget represented by this cookie. This value is immutable and can't change during IJCWidgetCookie lifetime. When selected widget is changed, new activated node is set (and so new cookie is provided).


com.im.ijc.core/1 2.4