Uses of Class
org.efaps.ui.wicket.models.objects.UIRow

Packages that use UIRow
org.efaps.ui.wicket.components.table.row   
org.efaps.ui.wicket.models   
org.efaps.ui.wicket.models.objects   
 

Uses of UIRow in org.efaps.ui.wicket.components.table.row
 

Constructor parameters in org.efaps.ui.wicket.components.table.row with type arguments of type UIRow
RowPanel(java.lang.String _wicketId, org.apache.wicket.model.IModel<UIRow> _model, TablePanel _tablePanel, boolean _updateListMenu)
           
 

Uses of UIRow in org.efaps.ui.wicket.models
 

Methods in org.efaps.ui.wicket.models that return UIRow
 UIRow RowModel.getObject()
           
 

Methods in org.efaps.ui.wicket.models with parameters of type UIRow
 void RowModel.setObject(UIRow _uitable)
           
 

Constructors in org.efaps.ui.wicket.models with parameters of type UIRow
RowModel(UIRow _uitable)
           
 

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

Methods in org.efaps.ui.wicket.models.objects that return UIRow
 UIRow UITable.getEmptyRow()
          Getter method for the instance variable UITable.emptyRow.
 

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

Methods in org.efaps.ui.wicket.models.objects with parameters of type UIRow
 boolean UITable.Filter.filterRow(UIRow _uiRow)
          Method is used for memory based filters to filter one row.
 



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