org.primefaces.util
Class CSVBuilder

java.lang.Object
  extended by org.primefaces.util.CSVBuilder

public class CSVBuilder
extends Object

Helper to generate javascript code of a client side validation*


Field Summary
protected  StringBuilder buffer
           
protected  javax.faces.context.FacesContext context
           
 
Constructor Summary
CSVBuilder(javax.faces.context.FacesContext context)
           
 
Method Summary
 CSVBuilder ajax(boolean value)
           
 String build()
           
 CSVBuilder command(String command)
           
 CSVBuilder init()
           
 CSVBuilder process(javax.faces.component.UIComponent component, String expressions)
           
 void reset()
           
 CSVBuilder source(String source)
           
 CSVBuilder update(javax.faces.component.UIComponent component, String expressions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

protected StringBuilder buffer

context

protected javax.faces.context.FacesContext context
Constructor Detail

CSVBuilder

public CSVBuilder(javax.faces.context.FacesContext context)
Method Detail

init

public CSVBuilder init()

source

public CSVBuilder source(String source)

ajax

public CSVBuilder ajax(boolean value)

process

public CSVBuilder process(javax.faces.component.UIComponent component,
                          String expressions)

update

public CSVBuilder update(javax.faces.component.UIComponent component,
                         String expressions)

command

public CSVBuilder command(String command)

build

public String build()

reset

public void reset()


Copyright © 2013. All rights reserved.