Uses of Class
org.primefaces.extensions.util.JavascriptVarBuilder
Packages that use JavascriptVarBuilder
-
Uses of JavascriptVarBuilder in org.primefaces.extensions.component.sheet
Methods in org.primefaces.extensions.component.sheet that return JavascriptVarBuilderModifier and TypeMethodDescriptionprotected JavascriptVarBuilderSheetRenderer.encodeRow(javax.faces.context.FacesContext context, String rowKey, JavascriptVarBuilder jsData, JavascriptVarBuilder jsRowStyle, JavascriptVarBuilder jsStyle, JavascriptVarBuilder jsReadOnly, Sheet sheet, int rowIndex) Encode a single row.Methods in org.primefaces.extensions.component.sheet with parameters of type JavascriptVarBuilderModifier and TypeMethodDescriptionprotected JavascriptVarBuilderSheetRenderer.encodeRow(javax.faces.context.FacesContext context, String rowKey, JavascriptVarBuilder jsData, JavascriptVarBuilder jsRowStyle, JavascriptVarBuilder jsStyle, JavascriptVarBuilder jsReadOnly, Sheet sheet, int rowIndex) Encode a single row. -
Uses of JavascriptVarBuilder in org.primefaces.extensions.util
Methods in org.primefaces.extensions.util that return JavascriptVarBuilderModifier and TypeMethodDescriptionJavascriptVarBuilder.appendArrayValue(String value, boolean quoted) Appends an array value.JavascriptVarBuilder.appendProperty(String propertyName, String propertyValue, boolean quoted) Appends an Object name/value pair to the object.JavascriptVarBuilder.appendRowColProperty(int row, int col, String propertyValue, boolean quoted) appends a property with the name "rYY_cXX" where YY is the row and XX is he column.JavascriptVarBuilder.appendText(String value, boolean quoted) Appends text to the var stringJavascriptVarBuilder.closeVar()Closes the array or object.