public class MarkupIdVisitor extends Object implements org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
Class to retrieve the Wicket component with the specified markup identifier
| Constructor and Description |
|---|
MarkupIdVisitor(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
component(org.apache.wicket.Component component,
org.apache.wicket.util.visit.IVisit<Void> visit) |
org.apache.wicket.Component |
getFoundComponent() |
String |
getId() |
public MarkupIdVisitor(String id)
public void component(org.apache.wicket.Component component,
org.apache.wicket.util.visit.IVisit<Void> visit)
component in interface org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>public String getId()
public org.apache.wicket.Component getFoundComponent()
Copyright © 2015. All Rights Reserved.