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

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

Uses of XmlTag.Type in wicket.markup
 

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

Methods in 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 wicket.markup with parameters of type XmlTag.Type
ComponentTag(java.lang.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 wicket.markup.parser
 

Fields in 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 wicket.markup.parser that return XmlTag.Type
 XmlTag.Type XmlTag.getType()
          Get the tag type.
 

Methods in 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-2007 Wicket developers. All Rights Reserved.