org.primefaces.component.effect
Class EffectBuilder

java.lang.Object
  extended by org.primefaces.component.effect.EffectBuilder
All Implemented Interfaces:
JSObjectBuilder

public class EffectBuilder
extends Object
implements JSObjectBuilder


Constructor Summary
EffectBuilder(String type, String id)
           
 
Method Summary
 EffectBuilder atSpeed(int speed)
           
 String build()
           
 EffectBuilder withOption(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectBuilder

public EffectBuilder(String type,
                     String id)
Method Detail

withOption

public EffectBuilder withOption(String name,
                                String value)

atSpeed

public EffectBuilder atSpeed(int speed)

build

public String build()
Specified by:
build in interface JSObjectBuilder


Copyright © 2013. All rights reserved.