RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.model
Interface Named

All Known Implementing Classes:
AttributeModel, FacetModel, FunctionModel, PropertyBase, PropertyModel, TagModel

public interface Named

This interface represents all models for "named" JSF objects ( attributes, properties, facets )

Author:
asmirnov@exadel.com

Nested Class Summary
static class Named.NamePredicate
          

Predicate used to lookup named element in the ModelCollection

 
Method Summary
 String getName()
          

 void setName(String name)
          

 

Method Detail

getName

String getName()

// TODO - change to class corresponding with Java identifier type from faces-config.xsd

Returns:
the name

setName

void setName(String name)

Parameters:
name - the name to set

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.