org.richfaces.cdk.model
Class ModelElementBase
java.lang.Object
org.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.BeanModelBase
org.richfaces.cdk.model.ModelElementBase
- All Implemented Interfaces:
- DescriptionGroup, Extensible<ConfigExtension>, FacesComponent
- Direct Known Subclasses:
- BehaviorModel, ComponentModel, ConverterModel, RendererModel, ValidatorModel
public class ModelElementBase
- extends BeanModelBase
- implements FacesComponent
Base class for the most JSF components taht have description
attributes and support extensions in faces-config.
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelElementBase
public ModelElementBase()
getTags
public ModelCollection<TagModel> getTags()
-
- Returns:
- the tags
getInterfaces
public java.util.Collection<ClassName> getInterfaces()
-
- Returns:
- the interfaces
getId
public FacesId getId()
- Description copied from interface:
FacesComponent
-
- Specified by:
getId in interface FacesComponent
- Returns:
setId
public void setId(FacesId id)
- Description copied from interface:
FacesComponent
-
- Specified by:
setId in interface FacesComponent
setTargetClass
public void setTargetClass(ClassName targetClass)
- Description copied from interface:
FacesComponent
-
- Specified by:
setTargetClass in interface FacesComponent
- Parameters:
targetClass - the targetClass to set
getTargetClass
public ClassName getTargetClass()
- Description copied from interface:
FacesComponent
-
- Specified by:
getTargetClass in interface FacesComponent
- Returns:
- the targetClass
setBaseClass
public void setBaseClass(ClassName baseClass)
-
- Specified by:
setBaseClass in interface FacesComponent
- Parameters:
baseClass - the baseClass to set
getBaseClass
public ClassName getBaseClass()
- Description copied from interface:
FacesComponent
-
- Specified by:
getBaseClass in interface FacesComponent
- Returns:
- the baseClass
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.