RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class ClientBehavior

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ClientBehavior

public class ClientBehavior
extends Object

Author:
Nick Belaevski

Constructor Summary
ClientBehavior()
           
 
Method Summary
 String getEvent()
          

 boolean isDefaultEvent()
          

 void setDefaultEvent(boolean defaultEvent)
          

 void setEvent(String event)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBehavior

public ClientBehavior()
Method Detail

getEvent

public String getEvent()

Returns:
the event

setEvent

public void setEvent(String event)

Parameters:
event - the event to set

isDefaultEvent

public boolean isDefaultEvent()

Returns:
the default

setDefaultEvent

public void setDefaultEvent(boolean defaultEvent)

Parameters:
defaultEvent - the default to set

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.