com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.views
Interface IJCWidget.Queryable

Enclosing interface:
IJCWidget

public static interface IJCWidget.Queryable

Implementation of query support provided in widget lookup. Forms will use returned components to build their query tab and will update its content when the object is added or removed.


Method Summary
 JComponent getEditQueryComponent()
           
 JComponent getQueryModeComponent()
           
 

Method Detail

getQueryModeComponent

JComponent getQueryModeComponent()

getEditQueryComponent

JComponent getEditQueryComponent()
Returns:
The focusable editing component or null if there is no focusable component

com.im.ijc.core/1 5.9.4