Package org.apache.wicket.markup.html.basic


package org.apache.wicket.markup.html.basic

Basic HTML components.

  • Classes
    Class
    Description
    <wicket:enclosure> is nice and prevents that users have to add boilerplate to their application.
    EnumLabel<T extends Enum<T>>
    A Label component that is used to render an enum value.
    A Label component replaces its body with the String version of its model object returned by getModelObjectAsString().
    A MultiLineLabel component replaces its body with the model object.