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

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

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

Methods in org.apache.wicket.markup that return XmlTag.TagType
 XmlTag.TagType HtmlSpecialTag.getType()
           
 XmlTag.TagType ComponentTag.getType()
           
 

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

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

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

Methods in org.apache.wicket.markup.parser that return XmlTag.TagType
 XmlTag.TagType XmlTag.getType()
          Get the tag type.
static XmlTag.TagType XmlTag.TagType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlTag.TagType[] XmlTag.TagType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.apache.wicket.markup.parser with parameters of type XmlTag.TagType
XmlTag(org.apache.wicket.markup.parser.XmlTag.TextSegment text, XmlTag.TagType type)
          Construct.
 



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