org.richfaces.cdk.templatecompiler.model
Class ClientBehavior

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

public class ClientBehavior
extends java.lang.Object

Author:
Nick Belaevski

Constructor Summary
ClientBehavior()
           
 
Method Summary
 java.lang.String getEvent()
          

 boolean isDefaultEvent()
          

 void setDefaultEvent(boolean defaultEvent)
          

 void setEvent(java.lang.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 java.lang.String getEvent()

Returns:
the event

setEvent

public void setEvent(java.lang.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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.