Uses of Class
org.efaps.ui.wicket.models.objects.UIForm.FormRow

Packages that use UIForm.FormRow
org.efaps.ui.wicket.components.form.row   
org.efaps.ui.wicket.models   
org.efaps.ui.wicket.models.objects   
 

Uses of UIForm.FormRow in org.efaps.ui.wicket.components.form.row
 

Constructor parameters in org.efaps.ui.wicket.components.form.row with type arguments of type UIForm.FormRow
RowPanel(java.lang.String _wicketId, org.apache.wicket.model.IModel<UIForm.FormRow> _model, UIForm _formmodel, org.apache.wicket.Page _page, FormPanel _formPanel, FormContainer _form, UIForm.FormElement _formelementmodel)
           
 

Uses of UIForm.FormRow in org.efaps.ui.wicket.models
 

Methods in org.efaps.ui.wicket.models that return UIForm.FormRow
 UIForm.FormRow FormRowModel.getObject()
           
 

Methods in org.efaps.ui.wicket.models with parameters of type UIForm.FormRow
 void FormRowModel.setObject(UIForm.FormRow _uitable)
           
 

Constructors in org.efaps.ui.wicket.models with parameters of type UIForm.FormRow
FormRowModel(UIForm.FormRow _uitable)
           
 

Uses of UIForm.FormRow in org.efaps.ui.wicket.models.objects
 

Methods in org.efaps.ui.wicket.models.objects that return types with arguments of type UIForm.FormRow
 java.util.List<UIForm.FormRow> UIForm.FormElement.getRowModels()
          This is the getter method for the instance variable UIForm.FormElement.rowModels.
 

Methods in org.efaps.ui.wicket.models.objects with parameters of type UIForm.FormRow
 void UIForm.FormElement.addRowModel(UIForm.FormRow _formRow)
          Add a FormRow to this FormElement.
 



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