|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractUIObject | |
|---|---|
| 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.cell | The models for the cells in forms and tables. |
| org.efaps.ui.wicket.models.objects | The objects holding and handling the data presented to the User. |
| Uses of AbstractUIObject in org.efaps.ui.wicket.components.footer |
|---|
| Constructors in org.efaps.ui.wicket.components.footer with parameters of type AbstractUIObject | |
|---|---|
AjaxReviseLink(String _wicketId,
AbstractUIObject _uiObject)
|
|
ClosePopUpLink(String _wicketId,
AbstractUIObject _uiObject)
|
|
| Uses of AbstractUIObject in org.efaps.ui.wicket.models.cell |
|---|
| Methods in org.efaps.ui.wicket.models.cell that return AbstractUIObject | |
|---|---|
AbstractUIObject |
AbstractUICell.getParent()
Getter method for instance variable AbstractUICell.parent. |
| Constructors in org.efaps.ui.wicket.models.cell with parameters of type AbstractUIObject | |
|---|---|
AbstractUICell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
String _instanceKey,
String _cellvalue)
|
|
UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellValue,
String _cellTitle,
String _icon,
String _label,
String _attrTypeName)
Constructor. |
|
UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldvalue,
String _cellValue,
String _cellTitle,
String _label,
String _attrTypeName)
Constructor used on search and create. |
|
UIFormCellChart(AbstractUIObject _parent,
org.efaps.admin.ui.field.FieldChart _field,
org.efaps.db.Instance _instance,
String _label)
Constructor. |
|
UIFormCellCmd(AbstractUIObject _parent,
org.efaps.admin.ui.field.FieldCommand _field,
org.efaps.db.Instance _instance,
String _label)
|
|
UIFormCellSet(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _value,
String _icon,
String _label,
boolean _edit)
|
|
UIHiddenCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
String _instanceKey,
String _cellvalue)
|
|
UIStructurBrowserTableCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellvalue,
String _cellTitle,
String _icon)
|
|
UITableCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellvalue,
String _cellTitle,
String _icon)
Constructor. |
|
| Uses of AbstractUIObject in org.efaps.ui.wicket.models.objects |
|---|
| Subclasses of AbstractUIObject in org.efaps.ui.wicket.models.objects | |
|---|---|
class |
AbstractUIPageObject
TODO comment! |
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 |
UIMenuItem
This class provides the Model for rendering MenuComponents in #org.efaps.ui.wicket.components.menu.MenuPanel and
in #org.efaps.ui.wicket.components.menutree.MenuTree. |
class |
UISearchItem
|
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 AbstractUIObject | |
|---|---|
AbstractUIObject |
UIRow.getParent()
Getter method for the instance variable UIRow.parent. |
| Methods in org.efaps.ui.wicket.models.objects with parameters of type AbstractUIObject | |
|---|---|
void |
UIWizardObject.addParameters(AbstractUIObject _uiObject,
Map<String,String[]> _parameters)
Add parameters. |
Map<String,String[]> |
UIWizardObject.getParameters(AbstractUIObject _uiObject)
Get a parameter map from the mapping. |
| Constructors in org.efaps.ui.wicket.models.objects with parameters of type AbstractUIObject | |
|---|---|
UIClassification(org.efaps.admin.ui.field.FieldClassification _field,
AbstractUIObject _uiObject)
|
|
UIRow(AbstractUIObject _parent)
Constructor used in case that no instances are given. |
|
UIRow(AbstractUIObject _parent,
String _instanceKeys)
The constructor creates a new instance of class Row. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||