|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MarkupType | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.examples.compref | |
| 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 | |
|---|---|
MarkupType |
Page.getMarkupType()
|
MarkupType |
MarkupContainer.getMarkupType()
Get the type of associated markup for this component. |
| Uses of MarkupType in org.apache.wicket.examples.compref |
|---|
| Methods in org.apache.wicket.examples.compref that return MarkupType | |
|---|---|
MarkupType |
XmlPage.getMarkupType()
|
| Uses of MarkupType in org.apache.wicket.markup |
|---|
| Fields in org.apache.wicket.markup declared as MarkupType | |
|---|---|
static MarkupType |
MarkupType.HTML_MARKUP_TYPE
A HTML markup type for web pages |
| Constructors in org.apache.wicket.markup with parameters of type MarkupType | |
|---|---|
ContainerInfo(Class<?> containerClass,
Locale locale,
String style,
String variation,
MarkupType markupType)
Construct. |
|
| Uses of MarkupType in org.apache.wicket.markup.html |
|---|
| Methods in org.apache.wicket.markup.html that return MarkupType | |
|---|---|
MarkupType |
WebPage.getMarkupType()
Gets the markup type for a WebPage, which is "html" by default. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||