org.richfaces.cdk.xmlconfig.model
Class ComponentBean.ComponentExtension

java.lang.Object
  extended by org.richfaces.cdk.model.ConfigExtension
      extended by org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase
          extended by org.richfaces.cdk.xmlconfig.model.TagExtensionBase
              extended by org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension
Enclosing class:
ComponentBean

public static class ComponentBean.ComponentExtension
extends TagExtensionBase


Constructor Summary
ComponentBean.ComponentExtension()
           
 
Method Summary
 java.util.List<EventModel> getEvents()
          

 FacesId getFamily()
          

 FacesId getRendererType()
          

 void setEvents(java.util.List<EventModel> events)
          

 void setFamily(FacesId family)
          

 void setRendererType(FacesId rendererType)
          

 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.TagExtensionBase
getTags, setTags
 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase
getBaseClass, getGenerate, setBaseClass, setGenerate
 
Methods inherited from class org.richfaces.cdk.model.ConfigExtension
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentBean.ComponentExtension

public ComponentBean.ComponentExtension()
Method Detail

setFamily

public void setFamily(FacesId family)

Parameters:
family - the family to set

getFamily

public FacesId getFamily()

Returns:
the family

setRendererType

public void setRendererType(FacesId rendererType)

Parameters:
rendererType - the rendererTypes to set

getRendererType

public FacesId getRendererType()

Returns:
the rendererTypes

getEvents

public java.util.List<EventModel> getEvents()

Returns:
the events

setEvents

public void setEvents(java.util.List<EventModel> events)

Parameters:
events - the events to set


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