Package org.primefaces.component.export
Class ExporterUtils
java.lang.Object
org.primefaces.component.export.ExporterUtils
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getColumnExportTag
(javax.faces.context.FacesContext context, UIColumn column) Deprecated, for removal: This API element is subject to removal in a future version.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.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.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.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.
-
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
Deprecated, for removal: This API element is subject to removal in a future version.
-
TableExporter