Uses of Class
org.apache.wicket.markup.MarkupType
-
Packages that use MarkupType Package Description org.apache.wicket The core Wicket package.org.apache.wicket.markup Base package for markup.org.apache.wicket.markup.html Base package of HTML markup. -
-
Uses of MarkupType in org.apache.wicket
Methods in org.apache.wicket that return MarkupType Modifier and Type Method Description MarkupTypeMarkupContainer. getMarkupType()Get the type of associated markup for this component.MarkupTypePage. getMarkupType() -
Uses of MarkupType in org.apache.wicket.markup
Fields in org.apache.wicket.markup declared as MarkupType Modifier and Type Field Description static MarkupTypeMarkupType. HTML_MARKUP_TYPEA HTML markup type for web pagesConstructors in org.apache.wicket.markup with parameters of type MarkupType Constructor Description ContainerInfo(java.lang.Class<?> containerClass, java.util.Locale locale, java.lang.String style, java.lang.String variation, MarkupType markupType)Construct. -
Uses of MarkupType in org.apache.wicket.markup.html
Methods in org.apache.wicket.markup.html that return MarkupType Modifier and Type Method Description MarkupTypeWebPage. getMarkupType()Gets the markup type for a WebPage, which is "html" by default.
-