org.apache.wicket.markup.html.form
Class AutoLabelTagHandler

java.lang.Object
  extended by org.apache.wicket.markup.parser.AbstractMarkupFilter
      extended by org.apache.wicket.markup.html.form.AutoLabelTagHandler
All Implemented Interfaces:
IMarkupFilter

public class AutoLabelTagHandler
extends AbstractMarkupFilter

Markup filter that identifies tags with the wicket:for attribute. See AutoLabelResolver for details.

Author:
igor

Constructor Summary
AutoLabelTagHandler()
           
 
Method Summary
 MarkupElement nextTag()
          Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met.
 
Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter
getParent, nextComponentTag, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoLabelTagHandler

public AutoLabelTagHandler()
Method Detail

nextTag

public MarkupElement nextTag()
                      throws ParseException
Description copied from interface: IMarkupFilter
Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met. Depending on the filter, it may return the MarkupElement unchanged, modified or remove it by asking the parent handler for the next tag.

Returns:
Return the next eligible MarkupElement
Throws:
ParseException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.