Uses of Class
org.apache.wicket.markup.parser.XmlTag.Type

Packages that use XmlTag.Type
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
 

Uses of XmlTag.Type in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that return XmlTag.Type
 XmlTag.Type ComponentTag.getType()
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 

Methods in org.apache.wicket.markup with parameters of type XmlTag.Type
 void ComponentTag.setType(XmlTag.Type type)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 

Constructors in org.apache.wicket.markup with parameters of type XmlTag.Type
ComponentTag(String name, XmlTag.Type type)
          Automatically create a XmlTag, assign the name and the type, and construct a ComponentTag based on this XmlTag.
 

Uses of XmlTag.Type in org.apache.wicket.markup.parser
 

Fields in org.apache.wicket.markup.parser declared as XmlTag.Type
static XmlTag.Type XmlTag.CLOSE
          A close tag, like </TAG>.
static XmlTag.Type XmlTag.OPEN
          An open tag, like <TAG componentId = "xyz">.
static XmlTag.Type XmlTag.OPEN_CLOSE
          An open/close tag, like <TAG componentId = "xyz"/>.
 

Methods in org.apache.wicket.markup.parser that return XmlTag.Type
 XmlTag.Type XmlTag.getType()
          Get the tag type.
 

Methods in org.apache.wicket.markup.parser with parameters of type XmlTag.Type
 void XmlTag.setType(XmlTag.Type type)
          Sets type of this tag if it is not immutable.
 



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