@FunctionalInterface public interface IMarkupIdGenerator
Modifier and Type | Method and Description |
---|---|
String |
generateMarkupId(Component component,
boolean createIfDoesNotExist)
Generates markup id for the given component
|
String generateMarkupId(Component component, boolean createIfDoesNotExist)
component
- The component for which to generate a markup idcreateIfDoesNotExist
- When there is no existing markup id, determines whether it should be generated or
whether null
should be returned.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.