Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Interface IWDBoundValueSet.IWDFilterListener

All Superinterfaces:
IWDValueSetSource
Enclosing class:
IWDBoundValueSet

public static interface IWDBoundValueSet.IWDFilterListener
extends IWDValueSetSource

Optional interface in case the application needs to implement a filter function for large valuesets used in an evs component.


Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDValueSetSource
FILTER_ALL, FILTER_KEY, NO_FILTER_SUPPORT
 
Method Summary
 void fillNode(IWDNode valueSetNode, IWDValueFilter filter, java.util.Locale locale)
          Fill context node valueSetNode using filter as search criteria
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDValueSetSource
contains, supplyLazyValues, supplyValue, supportFilter, supportLazyValues
 

Method Detail

fillNode

public void fillNode(IWDNode valueSetNode,
                     IWDValueFilter filter,
                     java.util.Locale locale)
Fill context node valueSetNode using filter as search criteria
Parameters:
valueSetNode - is the node to be filled
locale - for the display text (may be null)
is - the filter object, containing a single string

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15