Uses of Class
org.apache.taglibs.rdc.core.Grammar

Packages that use Grammar
org.apache.taglibs.rdc A collection of data models for all RDCs and some helper classes. 
org.apache.taglibs.rdc.core The classes that make up the RDC framework. 
 

Uses of Grammar in org.apache.taglibs.rdc
 

Methods in org.apache.taglibs.rdc with parameters of type Grammar
 void CreditCardAmount.setFullAmountGrammar(Grammar g)
           
 void CreditCardAmount.setMinimumDueGrammar(Grammar g)
           
 

Uses of Grammar in org.apache.taglibs.rdc.core
 

Fields in org.apache.taglibs.rdc.core declared as Grammar
protected  Grammar BaseModel.initialGrammar
          The grammar available for the user to pick default/initial value associated with this RDC
 

Methods in org.apache.taglibs.rdc.core with parameters of type Grammar
 void BaseModel.setGrammar(Grammar grammar)
          Add this Grammar object to the list of grammars for this RDC.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.