Uses of Class
org.efaps.ui.wicket.models.cell.UIFormCell

Packages that use UIFormCell
org.efaps.ui.wicket.components.editor   
org.efaps.ui.wicket.components.form.cell   
org.efaps.ui.wicket.models.cell   
org.efaps.ui.wicket.models.objects   
 

Uses of UIFormCell in org.efaps.ui.wicket.components.editor
 

Constructor parameters in org.efaps.ui.wicket.components.editor with type arguments of type UIFormCell
EditorPanel(java.lang.String _wicketId, org.apache.wicket.model.IModel<UIFormCell> _model)
           
 

Uses of UIFormCell in org.efaps.ui.wicket.components.form.cell
 

Constructor parameters in org.efaps.ui.wicket.components.form.cell with type arguments of type UIFormCell
ValueCellPanel(java.lang.String _wicketId, org.apache.wicket.model.IModel<UIFormCell> _model, UIForm _formmodel, boolean _ajaxLink)
          Constructor.
 

Uses of UIFormCell in org.efaps.ui.wicket.models.cell
 

Subclasses of UIFormCell in org.efaps.ui.wicket.models.cell
 class UIFormCellCmd
          TODO comment!
 class UIFormCellSet
          TODO comment
 

Methods in org.efaps.ui.wicket.models.cell that return UIFormCell
 UIFormCell FormCellModel.getObject()
           
 

Methods in org.efaps.ui.wicket.models.cell with parameters of type UIFormCell
 void FormCellModel.setObject(UIFormCell _uitable)
           
 

Constructors in org.efaps.ui.wicket.models.cell with parameters of type UIFormCell
FormCellModel(UIFormCell _uitable)
           
UIPicker(UIFormCell _cell, java.lang.String _name)
           
 

Uses of UIFormCell in org.efaps.ui.wicket.models.objects
 

Methods in org.efaps.ui.wicket.models.objects that return types with arguments of type UIFormCell
 java.util.List<UIFormCell> UIForm.FormRow.getValues()
          Getter method for the instance variable UIForm.FormRow.values.
 

Methods in org.efaps.ui.wicket.models.objects with parameters of type UIFormCell
 void UIForm.FormRow.add(UIFormCell _uiFormCell)
          Add a UIFormCell to this FormRow.
 



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