org.apache.myfaces.trinidaddemo.behaviors
Class InvokeFunctionBehavior

java.lang.Object
  extended by javax.faces.component.behavior.BehaviorBase
      extended by javax.faces.component.behavior.ClientBehaviorBase
          extended by org.apache.myfaces.trinidaddemo.behaviors.InvokeFunctionBehavior
All Implemented Interfaces:
javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder

public class InvokeFunctionBehavior
extends javax.faces.component.behavior.ClientBehaviorBase


Constructor Summary
InvokeFunctionBehavior()
           
 
Method Summary
 String getFunction()
           
 String getRendererType()
           
 void setFunction(String function)
           
 
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, restoreState, saveState, 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
 

Constructor Detail

InvokeFunctionBehavior

public InvokeFunctionBehavior()
Method Detail

getRendererType

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

getFunction

public String getFunction()

setFunction

public void setFunction(String function)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.