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

Packages that use UITableHeader
org.efaps.ui.wicket.components.table.filter   
org.efaps.ui.wicket.components.table.header The Header for a table enabling sorting and filtering. 
org.efaps.ui.wicket.models.objects The objects holding and handling the data presented to the User. 
org.efaps.ui.wicket.pages.content.table.filter   
 

Uses of UITableHeader in org.efaps.ui.wicket.components.table.filter
 

Constructors in org.efaps.ui.wicket.components.table.filter with parameters of type UITableHeader
FreeTextPanel(String _wicketId, org.apache.wicket.model.IModel<UITable> _model, UITableHeader _uitableHeader)
           
PickerPanel(String id, org.apache.wicket.model.IModel<?> model, UITableHeader _uitableHeader)
           
 

Uses of UITableHeader in org.efaps.ui.wicket.components.table.header
 

Constructor parameters in org.efaps.ui.wicket.components.table.header with type arguments of type UITableHeader
AjaxFilterLink(String _wicketId, org.apache.wicket.model.IModel<UITableHeader> _model)
           
HeaderCellPanel(String _wicketId, org.apache.wicket.model.IModel<UITableHeader> _model, UITable _uitable)
          Constructor used to render a Cell for the Header with (depending on the model) SortLink, Filterlink etc.
SortLink(String _wicketId, org.apache.wicket.model.IModel<UITableHeader> _model)
           
 

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

Methods in org.efaps.ui.wicket.models.objects that return UITableHeader
 UITableHeader UITable.Filter.getUiTableHeader()
          Getter method for instance variable UITable.Filter.uiTableHeader.
 

Methods in org.efaps.ui.wicket.models.objects that return types with arguments of type UITableHeader
 List<UITableHeader> UITable.getHeaders()
          This is the getter method for the instance variable UITable.headers.
 List<UITableHeader> UIStructurBrowser.getHeaders()
          This is the getter method for the instance variable UIStructurBrowser.headers.
 

Methods in org.efaps.ui.wicket.models.objects with parameters of type UITableHeader
 void UITable.addFilterList(UITableHeader _uitableHeader, Set<?> _list)
          Add a filterlist to the filters of this UiTable.
 void UITable.addFilterRange(UITableHeader _uitableHeader, String _from, String _to)
          Add a range to the filters of this UiTable.
 UITable.Filter UITable.getFilter(UITableHeader _uitableHeader)
          Method to get a Filter from the list of filters belonging to this UITable.
 List<?> UITable.getFilterPickList(UITableHeader _uitableHeader)
          Get the List of values for a PICKERLIST.
 void UITable.removeFilter(UITableHeader _uiTableHeader)
          Method to remove a filter from the filters.
 

Constructors in org.efaps.ui.wicket.models.objects with parameters of type UITableHeader
UITable.Filter(UITableHeader _uitableHeader)
          Constructor is used in case that a filter is required, during loading the date first time for a memory base filter.
UITable.Filter(UITableHeader _uitableHeader, Set<?> _filterList)
          Standard Constructor for a Filter using a PICKLIST.
UITable.Filter(UITableHeader _uitableHeader, String _from, String _to)
          Standard Constructor for a Filter containing a range.
 

Uses of UITableHeader in org.efaps.ui.wicket.pages.content.table.filter
 

Constructors in org.efaps.ui.wicket.pages.content.table.filter with parameters of type UITableHeader
FilterPage(org.apache.wicket.model.IModel<UITable> _model, ModalWindowContainer _modalwindow, UITableHeader _uitableHeader)
           
 



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