|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UITable | |
|---|---|
| org.efaps.ui.wicket.components.table | |
| org.efaps.ui.wicket.components.table.cell | Classes render one cell inside the Tabel including link etc. |
| 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 | The models holding the objects for the UserInterface. |
| org.efaps.ui.wicket.models.objects | The objects holding and handling the data presented to the User. |
| org.efaps.ui.wicket.pages.content.table | |
| org.efaps.ui.wicket.pages.content.table.filter | |
| org.efaps.ui.xml | |
| Uses of UITable in org.efaps.ui.wicket.components.table |
|---|
| Constructor parameters in org.efaps.ui.wicket.components.table with type arguments of type UITable | |
|---|---|
AjaxAddRemoveRowPanel.AjaxAddRow(String _wicketId,
org.apache.wicket.model.IModel<UITable> _model,
org.apache.wicket.markup.repeater.RepeatingView _rowsRepeater)
|
|
AjaxAddRemoveRowPanel.InsertRow(String _wicketId,
org.apache.wicket.model.IModel<UITable> _model,
RowPanel _rowPanel)
|
|
AjaxAddRemoveRowPanel(String _wicketId,
org.apache.wicket.model.IModel<UITable> _model,
org.apache.wicket.markup.repeater.RepeatingView _rowsRepeater)
Constructor for ajax add link. |
|
AjaxAddRemoveRowPanel(String _wicketId,
org.apache.wicket.model.IModel<UITable> _model,
RowPanel _rowPanel)
Constructor called from the rowpanel for each row. |
|
TablePanel(String _wicketId,
org.apache.wicket.model.IModel<UITable> _uitable,
org.apache.wicket.Page _page)
|
|
| Uses of UITable in org.efaps.ui.wicket.components.table.cell |
|---|
| Constructors in org.efaps.ui.wicket.components.table.cell with parameters of type UITable | |
|---|---|
CellPanel(String _wicketId,
org.apache.wicket.model.IModel<UITableCell> _model,
boolean _updateListMenu,
UITable _uitable)
Constructor for all cases minus checkbox. |
|
| Uses of UITable in org.efaps.ui.wicket.components.table.filter |
|---|
| Constructor parameters in org.efaps.ui.wicket.components.table.filter with type arguments of type UITable | |
|---|---|
FreeTextPanel(String _wicketId,
org.apache.wicket.model.IModel<UITable> _model,
UITableHeader _uitableHeader)
|
|
| Uses of UITable in org.efaps.ui.wicket.components.table.header |
|---|
| Constructors in org.efaps.ui.wicket.components.table.header with parameters of type UITable | |
|---|---|
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. |
|
| Uses of UITable in org.efaps.ui.wicket.models |
|---|
| Constructors in org.efaps.ui.wicket.models with parameters of type UITable | |
|---|---|
TableModel(UITable _uitable)
|
|
| Uses of UITable in org.efaps.ui.wicket.models.objects |
|---|
| Subclasses of UITable in org.efaps.ui.wicket.models.objects | |
|---|---|
class |
UIFieldTable
|
| Uses of UITable in org.efaps.ui.wicket.pages.content.table |
|---|
| Constructor parameters in org.efaps.ui.wicket.pages.content.table with type arguments of type UITable | |
|---|---|
TablePage(org.apache.wicket.model.IModel<UITable> _model)
|
|
| Uses of UITable in org.efaps.ui.wicket.pages.content.table.filter |
|---|
| Constructor parameters in org.efaps.ui.wicket.pages.content.table.filter with type arguments of type UITable | |
|---|---|
FilterPage(org.apache.wicket.model.IModel<UITable> _model,
ModalWindowContainer _modalwindow,
UITableHeader _uitableHeader)
|
|
| Uses of UITable in org.efaps.ui.xml |
|---|
| Methods in org.efaps.ui.xml with parameters of type UITable | |
|---|---|
protected Element |
XMLExport.getTableElement(Document _xmlDoc,
UITable _model)
create a DOM-Element for a Table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||