IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

javax.faces.component
Interface NamingContainer

All Known Implementing Classes:
HtmlDataTable, HtmlForm, UIData, UIForm, UINamingContainer

public interface NamingContainer

NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container. Naming containers affect the behavior of the UIComponent.findComponent(java.lang.String) and UIComponent.getClientId(javax.faces.context.FacesContext) methods; see those methods for further information.


Field Summary
static char SEPARATOR_CHAR
          The separator character used in component identifiers to demarcate navigation to a child naming container.
 

Field Detail

SEPARATOR_CHAR

static final char SEPARATOR_CHAR

The separator character used in component identifiers to demarcate navigation to a child naming container.

See Also:
Constant Field Values

Copyright 2003 Sun Microsystems, Inc. All rights reserved