Uses of Interface
org.xulux.api.core.PartRequest

Packages that use PartRequest
org.xulux.api.rules   
 

Uses of PartRequest in org.xulux.api.rules
 

Methods in org.xulux.api.rules with parameters of type PartRequest
 void IRule.execute(PartRequest request)
          The actual rule will be processed here.
 void IRuleEngine.fireFieldRequest(IWidget widget, PartRequest request, int type)
          Fire requests for the specified field.
 void IRuleEngine.fireFieldRequests(PartRequest request, int type)
          Fire request on the specfied part
 void IRuleEngine.fireRequest(PartRequest request, int type)
          Fire a single request.
 void IRule.post(PartRequest request)
          Post processing of the rule This is mainly changing states in eg components after the executer has been process.
 void IRule.pre(PartRequest request)
          Preprocessing of the rule.
 



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.