Java org.apache.wicket.markup.html.link InlineFrame fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.link InlineFrame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.link InlineFrame.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.link.InlineFrame has subclasses.
Click this link to see all its subclasses.

Constructor

InlineFrame(final String id, final Class c, final PageParameters params)
Constructs an inline frame that instantiates the given Page class when the content of the inline frame is requested.
InlineFrame(final String id, final Class c)
Constructs an inline frame that instantiates the given Page class when the content of the inline frame is requested.
InlineFrame(final String id, final Page page)
This constructor is ideal if a Page object was passed in from a previous Page.
InlineFrame(final String id, IPageProvider pageProvider)
This constructor is ideal for constructing pages lazily.

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.