Uses of Interface
org.apache.wookie.w3c.IParam

Packages that use IParam
org.apache.wookie.w3c   
org.apache.wookie.w3c.impl   
 

Uses of IParam in org.apache.wookie.w3c
 

Subinterfaces of IParam in org.apache.wookie.w3c
 interface IPreference
           
 

Methods in org.apache.wookie.w3c that return types with arguments of type IParam
 java.util.List<IParam> IFeature.getParameters()
          Get collection of widget feature parameters.
 

Method parameters in org.apache.wookie.w3c with type arguments of type IParam
 void IFeature.setParameters(java.util.List<IParam> parameters)
          Set collection of widget feature parameters.
 

Uses of IParam in org.apache.wookie.w3c.impl
 

Classes in org.apache.wookie.w3c.impl that implement IParam
 class ParamEntity
           
 class PreferenceEntity
           
 

Methods in org.apache.wookie.w3c.impl that return types with arguments of type IParam
 java.util.List<IParam> FeatureEntity.getParameters()
           
 

Method parameters in org.apache.wookie.w3c.impl with type arguments of type IParam
 void FeatureEntity.setParameters(java.util.List<IParam> params)
           
 

Constructor parameters in org.apache.wookie.w3c.impl with type arguments of type IParam
FeatureEntity(java.lang.String name, boolean required, java.util.List<IParam> params)
           
 



2012 Apache Software Foundation.