public class MarkupIdVisitor extends Object implements org.apache.wicket.Component.IVisitor<org.apache.wicket.Component>
Class to retrieve the Wicket component with the specified markup identifiant
| Constructor and Description |
|---|
MarkupIdVisitor(String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
component(org.apache.wicket.Component component) |
org.apache.wicket.Component |
getFoundComponent() |
String |
getId() |
public MarkupIdVisitor(String id)
id - Markup identifiantpublic Object component(org.apache.wicket.Component component)
component in interface org.apache.wicket.Component.IVisitor<org.apache.wicket.Component>public String getId()
public org.apache.wicket.Component getFoundComponent()
Copyright © 2009-2012. All Rights Reserved.