Class JavascriptBehavior

java.lang.Object
javax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
org.primefaces.behavior.base.AbstractBehavior
org.primefaces.extensions.behavior.javascript.JavascriptBehavior
All Implemented Interfaces:
javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder

public class JavascriptBehavior extends org.primefaces.behavior.base.AbstractBehavior
Client Behavior class for the Javascript behavior.
Since:
0.2
Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.primefaces.behavior.base.AbstractBehavior

    bindings, literals
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.primefaces.behavior.base.BehaviorAttribute[]
     
    final String
     
     
    boolean
     
    void
    setDisabled(boolean disabled)
     
    void
    setExecute(String execute)
     

    Methods inherited from class org.primefaces.behavior.base.AbstractBehavior

    eval, eval, isAttributeSet, isAttributeSet, put, put, restorePropertyMap, restoreState, savePropertyMap, saveState, setLiteral, setLiteral, setValueExpression, setValueExpression

    Methods inherited from class javax.faces.component.behavior.ClientBehaviorBase

    decode, getHints, getRenderer, getScript

    Methods inherited from class javax.faces.component.behavior.BehaviorBase

    addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, setTransient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.faces.component.behavior.Behavior

    broadcast
  • Field Details

  • Constructor Details

    • JavascriptBehavior

      public JavascriptBehavior()
  • Method Details

    • getRendererType

      public String getRendererType()
      Overrides:
      getRendererType in class javax.faces.component.behavior.ClientBehaviorBase
    • getAllAttributes

      protected org.primefaces.behavior.base.BehaviorAttribute[] getAllAttributes()
      Specified by:
      getAllAttributes in class org.primefaces.behavior.base.AbstractBehavior
    • getExecute

      public final String getExecute()
    • setExecute

      public void setExecute(String execute)
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)