org.richfaces.cdk.xmlconfig.model
Class ComponentBean.ComponentExtension
java.lang.Object
org.richfaces.cdk.model.ConfigExtension
org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase
org.richfaces.cdk.xmlconfig.model.TagExtensionBase
org.richfaces.cdk.xmlconfig.model.ComponentBean.ComponentExtension
- Enclosing class:
- ComponentBean
public static class ComponentBean.ComponentExtension
- extends TagExtensionBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentBean.ComponentExtension
public ComponentBean.ComponentExtension()
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 List<EventModel> getEvents()
- Returns:
- the events
setEvents
public void setEvents(List<EventModel> events)
- Parameters:
events - the events to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.