org.apache.wicket
Interface IMarkupIdGenerator

All Known Implementing Classes:
DefaultMarkupIdGenerator

public interface IMarkupIdGenerator

Generates markup ids for components


Method Summary
 String generateMarkupId(Component component, boolean createIfDoesNotExist)
          Generates markup id for the given component
 

Method Detail

generateMarkupId

String generateMarkupId(Component component,
                        boolean createIfDoesNotExist)
Generates markup id for the given component

Parameters:
component - The component for which to generate a markup id
createIfDoesNotExist - When there is no existing markup id, determines whether it should be generated or whether null should be returned.
Returns:
The generated markup id


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.