Java org.apache.wicket.markup.html.media.video Video fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.media.video Video fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.media.video Video.

The text is from its open source code.

Constructor

Video(String id)
Creates a video component
Video(String id, IModel model)
Creates a video component
Video(String id, ResourceReference resourceReference)
Creates a video component
Video(String id, String url)
Creates a video component

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
StringgetMarkupId()
Retrieves id by which this component is represented within the markup.
voidsetControls(Boolean controls)
Sets if the controls are going to be displayed
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
voidsetPoster(ResourceReference poster)
Sets the image to be displayed if the video isn't available