|
||||||||||
| 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.panel.Panel
org.wicketstuff.modalx.ModalContentPanel
public class ModalContentPanel
Class Name : ModalContentPanel Diagram : Wicket Generic Modal Windows Project : Echobase framework Type : concrete Base class for all panels that are to be displayed in a ModalContentWindow.
| Field Summary | |
|---|---|
protected ModalContentWindow |
modalContentWindow
|
protected IWindowCloseListener |
windowCloseListener
|
| Fields inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
PANEL |
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
ModalContentPanel(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener)
Constructs a ModalContentPanel: iModalContentWindow must be a reference to the ModalContentWindow for which this object will be the content. |
|
| Method Summary | |
|---|---|
void |
closeModal(AjaxRequestTarget target)
Closes the modal windows that contains this panel. |
IWicketModalVisit |
createModalVisit()
Creates an IWicketModalVisit. |
int |
getInitialHeight()
Returns initialHeight |
int |
getInitialWidth()
Returns initialWidth |
String |
getTitle()
Returns title |
void |
setInitialHeight(int initialHeight)
Sets initialHeight |
void |
setInitialWidth(int initialWidth)
Sets initialWidth |
void |
setTitle(String title)
Sets title |
void |
show(AjaxRequestTarget target)
Get the ModalContentWindow to show this ModalContentPanel. |
| Methods inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
newMarkupSourcingStrategy |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest, getWebResponse, getWebSession |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected IWindowCloseListener windowCloseListener
protected ModalContentWindow modalContentWindow
| Constructor Detail |
|---|
public ModalContentPanel(ModalContentWindow iModalContentWindow,
IWindowCloseListener iWindowCloseListener)
| Method Detail |
|---|
public IWicketModalVisit createModalVisit()
public void closeModal(AjaxRequestTarget target)
public void setInitialHeight(int initialHeight)
public int getInitialHeight()
public void setInitialWidth(int initialWidth)
public int getInitialWidth()
public void setTitle(String title)
public String getTitle()
public void show(AjaxRequestTarget target)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||