| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.carousel |
| Modifier and Type | Class and Description |
|---|---|
class |
CarouselImage
Default implementation of
ICarouselImage. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.Component |
Carousel.newDescription(String markupId,
ICarouselImage image)
creates a new image description element
|
protected org.apache.wicket.Component |
Carousel.newHeader(String markupId,
ICarouselImage image)
creates a new image header element
|
protected org.apache.wicket.Component |
Carousel.newImage(String markupId,
ICarouselImage image)
creates a new image element
|
| Constructor and Description |
|---|
Carousel(String markupId,
org.apache.wicket.model.IModel<List<? extends ICarouselImage>> model)
Construct.
|
Carousel(String markupId,
List<? extends ICarouselImage> images)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.