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

Packages that use UITableCell
org.efaps.ui.wicket.components.table.cell   
org.efaps.ui.wicket.models.cell   
org.efaps.ui.wicket.models.objects   
 

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
AjaxLoadInOpenerLink(java.lang.String _wicketId, org.apache.wicket.model.IModel<UITableCell> _model)
          Constructor.
CellPanel(java.lang.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 UIFormCellCmd
          TODO comment!
 class UIFormCellSet
          TODO comment
 

Methods in org.efaps.ui.wicket.models.cell that return UITableCell
 UITableCell TableCellModel.getObject()
           
 

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

Constructors in org.efaps.ui.wicket.models.cell with parameters of type UITableCell
TableCellModel(UITableCell _uitable)
           
 

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
 java.util.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-2010 The eFaps Team. All Rights Reserved.