|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.link.InternalFrame
InlineFrame in Wicket 2.0 as that's a better name for it.
@Deprecated public class InternalFrame
Implementation of an inline frame component. Must be used with an iframe (<iframe src...) element. The src attribute will be generated.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.Component |
|---|
Component.ComponentModelChange, Component.EnabledChange, Component.IVisitor<T extends Component>, Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
| Fields inherited from interface org.apache.wicket.markup.html.link.ILinkListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
InternalFrame(java.lang.String id,
IPageMap pageMap,
java.lang.Class c)
Deprecated. Constructs an inline frame that instantiates the given Page class when the content of the inline frame is requested. |
|
InternalFrame(java.lang.String id,
IPageMap pageMap,
IPageLink pageLink)
Deprecated. This constructor is ideal for constructing pages lazily. |
|
InternalFrame(java.lang.String id,
IPageMap pageMap,
Page page)
Deprecated. This constructor is ideal if a Page object was passed in from a previous Page. |
|
| Method Summary | |
|---|---|
IPageMap |
getPageMap()
Deprecated. Returns the pageMap. |
protected java.lang.CharSequence |
getURL()
Deprecated. Gets the url to use for this link. |
protected void |
onComponentTag(ComponentTag tag)
Deprecated. Handles this frame's tag. |
void |
onLinkClicked()
Deprecated. Called when a link is clicked. |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getMarkupType, getWebPage, getWebRequest |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InternalFrame(java.lang.String id,
IPageMap pageMap,
java.lang.Class c)
id - See ComponentpageMap - the pagemap where the page of the inline frame must be inc - Page class
public InternalFrame(java.lang.String id,
IPageMap pageMap,
Page page)
id - See componentpageMap - the pagemap where the page of the inline frame must be inpage - The page
public InternalFrame(java.lang.String id,
IPageMap pageMap,
IPageLink pageLink)
id - See ComponentpageMap - the pagemap where the page of the inline frame must be inpageLink - An implementation of IPageLink which will create the page to be contained in the
inline frame if and when the content is requested| Method Detail |
|---|
protected java.lang.CharSequence getURL()
protected final void onComponentTag(ComponentTag tag)
onComponentTag in class Componenttag - the component tagComponent.onComponentTag(ComponentTag)public final void onLinkClicked()
ILinkListener
onLinkClicked in interface ILinkListenerILinkListener.onLinkClicked()public final IPageMap getPageMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||