Uses of Class
com.github.dandelion.datatables.core.asset.Parameter

Packages that use Parameter
com.github.dandelion.datatables.core.extension   
 

Uses of Parameter in com.github.dandelion.datatables.core.extension
 

Methods in com.github.dandelion.datatables.core.extension that return types with arguments of type Parameter
 List<Parameter> Extension.getParameters()
           
 List<Parameter> AbstractExtension.getParameters()
           
 

Methods in com.github.dandelion.datatables.core.extension with parameters of type Parameter
 void Extension.addParameter(Parameter conf)
           
 void AbstractExtension.addParameter(Parameter parameter)
           Adds the passed Parameter to a temporary list.
 

Method parameters in com.github.dandelion.datatables.core.extension with type arguments of type Parameter
 void Extension.setConfs(List<Parameter> confs)
           
 void AbstractExtension.setConfs(List<Parameter> confs)
           
 



Copyright © 2013–2014 Dandelion Project. All rights reserved.