Uses of Class
org.apache.wicket.markup.html.WebComponent
-
Packages that use WebComponent Package Description org.apache.wicket.markup.html.basic Basic HTML components.org.apache.wicket.markup.html.image Image components.org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. -
-
Uses of WebComponent in org.apache.wicket.markup.html.basic
Subclasses of WebComponent in org.apache.wicket.markup.html.basic Modifier and Type Class Description classEnumLabel<T extends java.lang.Enum<T>>A Label component that is used to render an enum value.classLabelA Label component replaces its body with the String version of its model object returned by getModelObjectAsString().classMultiLineLabelA MultiLineLabel component replaces its body with the model object. -
Uses of WebComponent in org.apache.wicket.markup.html.image
Subclasses of WebComponent in org.apache.wicket.markup.html.image Modifier and Type Class Description classContextImageProvides a context-relative image.classExternalImageA component to display external images.classExternalSourceA component which displays external images within a picture tag.classImageAn Image component displays localizable image resources.classInlineImageThe inline image is used to embed the complete image content within a HTML document.classNonCachingImageA subclass ofImagethat always adds random noise to the url every request to prevent the browser from caching the image.classSourceA component which displays localizable image resources within a picture tag. -
Uses of WebComponent in org.apache.wicket.markup.html.include
Subclasses of WebComponent in org.apache.wicket.markup.html.include Modifier and Type Class Description classIncludeComponent that includes/ renders the import result of an URL, much like JSP include.
-