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.objects The objects holding and handling the data presented to the User. 
 

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(String _wicketId, org.apache.wicket.model.IModel<UIRow> _model, TablePanel _tablePanel, boolean _updateListMenu)
           
 

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