Uses of Class
org.salespointframework.web.html.AbstractExtraColumn

Packages that use AbstractExtraColumn
org.salespointframework.web.helper   
org.salespointframework.web.html   
org.salespointframework.web.taglib.view   
 

Uses of AbstractExtraColumn in org.salespointframework.web.helper
 

Fields in org.salespointframework.web.helper with type parameters of type AbstractExtraColumn
protected  java.util.List<AbstractExtraColumn<T>> RenderSettingsConfigurator.extraCols
           
 

Methods in org.salespointframework.web.helper that return types with arguments of type AbstractExtraColumn
 java.util.List<AbstractExtraColumn<T>> RenderSettingsConfigurator.getExtraCols()
           
 

Method parameters in org.salespointframework.web.helper with type arguments of type AbstractExtraColumn
 void RenderSettingsConfigurator.setExtraCols(java.util.List<AbstractExtraColumn<T>> extraCols)
           
 

Uses of AbstractExtraColumn in org.salespointframework.web.html
 

Fields in org.salespointframework.web.html with type parameters of type AbstractExtraColumn
protected  java.util.List<AbstractExtraColumn<T>> View.extraCols
           
private  java.util.List<AbstractExtraColumn<T>> DoubleView.extraColsDestination
           
private  java.util.List<AbstractExtraColumn<T>> DoubleView.extraColsSource
           
 

Method parameters in org.salespointframework.web.html with type arguments of type AbstractExtraColumn
 void View.setExtraCols(java.util.List<AbstractExtraColumn<T>> extraCols)
          Set a List of extra-columns into the View.
 

Uses of AbstractExtraColumn in org.salespointframework.web.taglib.view
 

Fields in org.salespointframework.web.taglib.view with type parameters of type AbstractExtraColumn
protected  java.util.List<AbstractExtraColumn<T>> ViewTag.extraCols
           
 

Method parameters in org.salespointframework.web.taglib.view with type arguments of type AbstractExtraColumn
 void ViewTag.setExtraCols(java.util.List<AbstractExtraColumn<T>> extraCols)
          Setter for the ECs.