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.components.form.set   
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 UIFormCell in org.efaps.ui.wicket.components.editor
 

Constructor parameters in org.efaps.ui.wicket.components.editor with type arguments of type UIFormCell
EditorPanel(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(String _wicketId, org.apache.wicket.model.IModel<UIFormCell> _model, UIForm _formmodel, boolean _ajaxLink)
          Constructor.
 

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

Constructor parameters in org.efaps.ui.wicket.components.form.set with type arguments of type UIFormCell
ValuePanel(String _wicketId, UIFormCellSet _set, Integer _yCoord, Map<Integer,UIFormCell> _value, UIForm _formmodel)
           
 

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

Subclasses of UIFormCell in org.efaps.ui.wicket.models.cell
 class UIFormCellChart
          TODO comment!
 class UIFormCellCmd
          TODO comment!
 class UIFormCellSet
          Responsable to hold the data for an AttributeSet.
 

Methods in org.efaps.ui.wicket.models.cell that return UIFormCell
 UIFormCell UIFormCellSet.getDefinition(int _xCoord)
           
 UIFormCell UIFormCellSet.getYXValue(int _yCoord, int _xCoord)
           
 

Methods in org.efaps.ui.wicket.models.cell that return types with arguments of type UIFormCell
 Map<Integer,UIFormCell> UIFormCellSet.getX2definition()
          Getter method for the instance variable UIFormCellSet.x2definition.
 Map<Integer,Map<Integer,UIFormCell>> UIFormCellSet.getYX2value()
          Getter method for the instance variable UIFormCellSet.yx2value.
 

Methods in org.efaps.ui.wicket.models.cell with parameters of type UIFormCell
 void UIFormCellSet.add(int _yCoord, int _xCoord, UIFormCell _value)
           
 void UIFormCellSet.addDefiniton(int _xCoord, UIFormCell _uiFormCell)
           
 

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
 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-2011 The eFaps Team. All Rights Reserved.