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
 java.lang.String getName()
          

 void setName(java.lang.String name)
          

 

Method Detail

getName

java.lang.String getName()

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

Returns:
the name

setName

void setName(java.lang.String name)

Parameters:
name - the name to set


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