Uses of Class
org.efaps.ui.wicket.components.modalwindow.ModalWindowContainer

Packages that use ModalWindowContainer
org.efaps.ui.wicket.components.classification Components render the Classification tree and label for a form. 
org.efaps.ui.wicket.components.footer Classes render the footer part in forms and perform the actions when the buttons are clicked. 
org.efaps.ui.wicket.components.modalwindow Components for the modal windows. 
org.efaps.ui.wicket.components.table.header The Header for a table enabling sorting and filtering. 
org.efaps.ui.wicket.pages.company   
org.efaps.ui.wicket.pages.content   
org.efaps.ui.wicket.pages.content.form The FormPage and its related Markup File. 
org.efaps.ui.wicket.pages.content.structurbrowser   
org.efaps.ui.wicket.pages.content.table   
org.efaps.ui.wicket.pages.content.table.filter   
org.efaps.ui.wicket.pages.dialog   
org.efaps.ui.wicket.pages.main   
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.components.classification
 

Methods in org.efaps.ui.wicket.components.classification that return ModalWindowContainer
 ModalWindowContainer ClassificationPathPanel.getModal()
          Getter method for instance variable ClassificationPathPanel.modal.
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.components.footer
 

Methods in org.efaps.ui.wicket.components.footer that return ModalWindowContainer
 ModalWindowContainer FooterPanel.getModalWindow()
          This is the getter method for the instance variable FooterPanel.modalWindow.
 

Constructors in org.efaps.ui.wicket.components.footer with parameters of type ModalWindowContainer
FooterPanel(String _wicketId, org.apache.wicket.model.IModel<?> _model, ModalWindowContainer _modalWindow, FormContainer _form)
          Constructor for the FooterPanel.
UploadBehavior(ModalWindowContainer _modalWindow)
          Constructor setting the modal window.
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.components.modalwindow
 

Constructors in org.efaps.ui.wicket.components.modalwindow with parameters of type ModalWindowContainer
ModalWindowAjaxPageCreator(ICmdUIObject _uiObject, ModalWindowContainer _modalWindow)
          Constructor.
UpdateParentCallback(org.apache.wicket.Component _panel, ModalWindowContainer _modalwindow)
          Constructor setting the panel and the modal window.
UpdateParentCallback(org.apache.wicket.Component _panel, ModalWindowContainer _modalwindow, boolean _clearmodel)
          Constructor setting the panel and the modal window.
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.components.table.header
 

Methods in org.efaps.ui.wicket.components.table.header that return ModalWindowContainer
 ModalWindowContainer HeaderPanel.getModal()
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.company
 

Constructors in org.efaps.ui.wicket.pages.company with parameters of type ModalWindowContainer
CompanyPage(ModalWindowContainer _modal, AjaxSetCompanyLink _link)
          Constructor adding all Components to this Page.
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.content
 

Methods in org.efaps.ui.wicket.pages.content that return ModalWindowContainer
 ModalWindowContainer AbstractContentPage.getModal()
          This is the getter method for the instance variable AbstractContentPage.modal.
 

Constructors in org.efaps.ui.wicket.pages.content with parameters of type ModalWindowContainer
AbstractContentPage(org.apache.wicket.model.IModel<?> _model, ModalWindowContainer _modalWindow)
          Constructor.
AbstractContentPage(org.apache.wicket.IPageMap _pagemap, org.apache.wicket.model.IModel<?> _model, ModalWindowContainer _modalWindow)
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.content.form
 

Constructors in org.efaps.ui.wicket.pages.content.form with parameters of type ModalWindowContainer
FormPage(org.apache.wicket.model.IModel<?> _model, ModalWindowContainer _modalWindow)
           
FormPage(UUID _commandUUID, String _oid, ModalWindowContainer _modalWindow)
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.content.structurbrowser
 

Constructors in org.efaps.ui.wicket.pages.content.structurbrowser with parameters of type ModalWindowContainer
StructurBrowserPage(org.apache.wicket.model.IModel<UIStructurBrowser> _model, ModalWindowContainer _modalWindow)
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.content.table
 

Constructors in org.efaps.ui.wicket.pages.content.table with parameters of type ModalWindowContainer
TablePage(org.apache.wicket.model.IModel<?> _model, ModalWindowContainer _modalWindow)
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.content.table.filter
 

Constructors in org.efaps.ui.wicket.pages.content.table.filter with parameters of type ModalWindowContainer
FilterPage(org.apache.wicket.model.IModel<UITable> _model, ModalWindowContainer _modalwindow, UITableHeader _uitableHeader)
           
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.dialog
 

Constructors in org.efaps.ui.wicket.pages.dialog with parameters of type ModalWindowContainer
DialogPage(ModalWindowContainer _modal, org.apache.wicket.model.IModel<UIMenuItem> _model, Map<?,?> _parameters, org.apache.wicket.Component _parent)
          Constructor used for a DialogPage that renders a Question like: "Are you sure that??" with a Cancel and a SubmitButton.
DialogPage(ModalWindowContainer _modal, String _value, boolean _isSniplett, AjaxSubmitCloseBehavior _behavior)
          Constructor setting the ModalWindow.
 

Uses of ModalWindowContainer in org.efaps.ui.wicket.pages.main
 

Methods in org.efaps.ui.wicket.pages.main that return ModalWindowContainer
 ModalWindowContainer MainPage.getModal()
          Method to get the ModalWindow of this Page.
 



Copyright © 2003-2011 The eFaps Team. All Rights Reserved.