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

Packages that use UITableCell
org.efaps.ui.wicket.components.table.cell Classes render one cell inside the Tabel including link etc. 
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 UITableCell in org.efaps.ui.wicket.components.table.cell
 

Constructor parameters in org.efaps.ui.wicket.components.table.cell with type arguments of type UITableCell
CellPanel(String _wicketId, org.apache.wicket.model.IModel<UITableCell> _model, boolean _updateListMenu, UITable _uitable)
          Constructor for all cases minus checkbox.
 

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

Subclasses of UITableCell in org.efaps.ui.wicket.models.cell
 class UIFormCell
          This class represents the model wich is used for rendering the components of two cells inside a form.
 class UIFormCellChart
          TODO comment!
 class UIFormCellCmd
          TODO comment!
 class UIFormCellSet
          Responsable to hold the data for an AttributeSet.
 class UIStructurBrowserTableCell
          TODO comment!
 

Constructors in org.efaps.ui.wicket.models.cell with parameters of type UITableCell
UIPicker(org.efaps.admin.ui.field.FieldPicker _field, UITableCell _parent)
           
 

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

Methods in org.efaps.ui.wicket.models.objects that return types with arguments of type UITableCell
 List<UITableCell> UIRow.getValues()
          This is the getter method for the values variable UIRow.values.
 

Methods in org.efaps.ui.wicket.models.objects with parameters of type UITableCell
 void UIRow.add(UITableCell _cellmodel)
          The instance method adds a new attribute value (from instance AttributeTypeInterface) to the values.
 



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