|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ComponentTag.getType()
|
XmlTag.TagType |
HtmlSpecialTag.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(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(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're 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||