| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForceIdAware
Behavioral interface. Components that support forceId generation should implement this interface to optimize property access.
| Method Summary | |
|---|---|
|  boolean | isForceId()If true, this component will force the use of the specified id when rendering. | 
|  boolean | isForceIdIndex()If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) | 
|  void | setForceId(boolean forceId) | 
|  void | setForceIdIndex(boolean forceIdIndex) | 
| Method Detail | 
|---|
boolean isForceId()
void setForceId(boolean forceId)
boolean isForceIdIndex()
void setForceIdIndex(boolean forceIdIndex)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||