Class ExporterUtils

java.lang.Object
org.primefaces.component.export.ExporterUtils

@Deprecated(since="14.0.0", forRemoval=true) public final class ExporterUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
All methods have moved to TableExporter
  • Method Details

    • getComponentValue

      public static String getComponentValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColumnValue

      public static ColumnValue getColumnValue(javax.faces.context.FacesContext context, UITable table, UIColumn column, boolean joinComponents)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getComponentFacetValue

      public static String getComponentFacetValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent, String facetname)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColumnFacetValue

      public static ColumnValue getColumnFacetValue(javax.faces.context.FacesContext context, UIColumn column, TableExporter.ColumnType columnType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColumnExportTag

      public static String getColumnExportTag(javax.faces.context.FacesContext context, UIColumn column)
      Deprecated, for removal: This API element is subject to removal in a future version.