|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractUIPageObject | |
|---|---|
| org.efaps.ui.wicket.components | Components used in the WebApp. |
| 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.models.objects | The objects holding and handling the data presented to the User. |
| org.efaps.ui.xml | |
| Uses of AbstractUIPageObject in org.efaps.ui.wicket.components |
|---|
| Constructors in org.efaps.ui.wicket.components with parameters of type AbstractUIPageObject | |
|---|---|
RecentObjectLink(AbstractUIPageObject _uiObject)
|
|
| Uses of AbstractUIPageObject in org.efaps.ui.wicket.components.footer |
|---|
| Constructors in org.efaps.ui.wicket.components.footer with parameters of type AbstractUIPageObject | |
|---|---|
AjaxSubmitCloseBehavior(AbstractUIPageObject _uiobject,
FormContainer _form)
Constructor. |
|
AjaxSubmitCloseLink(String _wicketid,
AbstractUIPageObject _modelObject,
FormContainer _form)
|
|
| Uses of AbstractUIPageObject in org.efaps.ui.wicket.models.objects |
|---|
| Subclasses of AbstractUIPageObject in org.efaps.ui.wicket.models.objects | |
|---|---|
class |
UIFieldForm
Class serves as the model for a field form. |
class |
UIFieldStructurBrowser
Object used for a StructurBrowser nested in a Form. |
class |
UIFieldTable
|
class |
UIForm
Class is used to instantiate a form from eFaps into a Form with all Values for the wicket webapp. |
class |
UIStructurBrowser
This class is used to provide the Model for the StructurBrowser for eFpas. |
class |
UITable
TODO description! |
| Methods in org.efaps.ui.wicket.models.objects that return AbstractUIPageObject | |
|---|---|
AbstractUIPageObject |
UIWizardObject.getPrevious()
Method to get the previous object. |
| Methods in org.efaps.ui.wicket.models.objects with parameters of type AbstractUIPageObject | |
|---|---|
void |
UIWizardObject.add(AbstractUIPageObject _uiObject)
Add a UIOBject to the list of objects. |
void |
UIWizardObject.insertBefore(AbstractUIPageObject _uiObject)
Insert a UIObject before the current one. |
| Constructors in org.efaps.ui.wicket.models.objects with parameters of type AbstractUIPageObject | |
|---|---|
UIWizardObject(AbstractUIPageObject _uiObject)
Constructor setting the current UIObject. |
|
| Uses of AbstractUIPageObject in org.efaps.ui.xml |
|---|
| Constructors in org.efaps.ui.xml with parameters of type AbstractUIPageObject | |
|---|---|
XMLExport(AbstractUIPageObject _model)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||