|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.ComponentLibrary
public class ComponentLibrary
That class contains model of all JSF components asscoiated with that project
To keep consistence of library references, only library methods are allowed to components manipulations.
| Field Summary | |
|---|---|
static String |
CDK_EXTENSIONS_NAMESPACE
|
static String |
FACES_CONFIG_NAMESPACE
|
static String |
FACES_CONFIG_SCHEMA_LOCATION
|
static String |
TAGLIB_SCHEMA_LOCATION
|
| Constructor Summary | |
|---|---|
ComponentLibrary()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CDK_EXTENSIONS_NAMESPACE
public static final String FACES_CONFIG_NAMESPACE
public static final String FACES_CONFIG_SCHEMA_LOCATION
public static final String TAGLIB_SCHEMA_LOCATION
| Constructor Detail |
|---|
public ComponentLibrary()
| Method Detail |
|---|
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitablepublic RenderKitModel addRenderKit(String renderKitId)
renderKitId -
public RenderKitModel addRenderKit(FacesId renderKitType)
public ModelCollection<ComponentModel> getComponents()
public ComponentModel getComponentByRenderer(FacesId family,
FacesId rendererType)
public ComponentModel getComponentByFamily(FacesId family)
public ComponentModel getComponentByFamily(String componentFamily)
public ModelCollection<RenderKitModel> getRenderKits()
public RenderKitModel getRenderKit(FacesId id)
public void addRenderer(FacesId renderKitId,
RendererModel rendererModel)
public void addRenderer(String renderKitId,
RendererModel rendererModel)
public RendererModel getRenderer(String componentFamily,
String componentType)
public ModelCollection<ConverterModel> getConverters()
public ModelCollection<ValidatorModel> getValidators()
public ModelCollection<BehaviorModel> getBehaviors()
public ModelCollection<ListenerModel> getListeners()
public ModelCollection<EventModel> getEvents()
public ModelCollection<FunctionModel> getFunctions()
public ConfigExtension getExtension()
getExtension in interface Extensible<ConfigExtension>public void setExtension(ConfigExtension extension)
setExtension in interface Extensible<ConfigExtension>extension - the extension to setpublic boolean isMetadataComplete()
public void setMetadataComplete(boolean metadataComplete)
metadataComplete - the metadataComplete to setpublic String getPrefix()
public void setPrefix(String prefix)
public Taglib getTaglib()
public void setTaglib(Taglib taglib)
public long lastModified()
TrackableLast modification time for model information.
lastModified in interface Trackablepublic boolean isEmpty()
Check that library is empty
this -
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||