| Package | Description |
|---|---|
| org.openepics.cable.ui | |
| org.openepics.cable.ui.lazymodels |
| Modifier and Type | Method and Description |
|---|---|
CableUI |
CableRequestManager.getSelectedCable() |
| Modifier and Type | Method and Description |
|---|---|
List<CableUI> |
CableRequestManager.getCables() |
List<CableUI> |
CableRequestManager.getDeletedCables() |
org.primefaces.model.LazyDataModel<CableUI> |
CableRequestManager.getLazyModel() |
List<CableUI> |
CableRequestManager.getSelectedCables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CableRequestManager.isCableEditable(CableUI cable)
Decides if a cable is locked-, or unlocked for editing for the currently logged in user.
|
boolean |
CableRequestManager.linkToChess(CableUI cableUI,
CableColumnUI cableColumnUI)
Return boolean if given information allows link to Chess.
|
String |
CableRequestManager.tooltipForEditLock(CableUI cable)
Tooltip util function for showing tooltip for cable Lock column.
|
String |
CableRequestManager.tooltipForProblem(CableUI cableUi)
Generates the tooltip message when there is a problem with cable
|
String |
CableRequestManager.tooltipForValue(CableUI cable,
String label,
String column,
String value)
Return tooltip for cable value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CableRequestManager.setCables(List<CableUI> cables) |
void |
CableRequestManager.setSelectedCables(List<CableUI> selectedCables) |
| Modifier and Type | Method and Description |
|---|---|
CableUI |
CableLazyModel.getRowData(String rowKey) |
| Modifier and Type | Method and Description |
|---|---|
List<CableUI> |
CableLazyModel.load(int first,
int pageSize,
String sortField,
org.primefaces.model.SortOrder sortOrder,
Map<String,Object> filters)
Loads a section of data from database
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CableLazyModel.getRowKey(CableUI object) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CableLazyModel.setEmpty(int first,
List<CableUI> results)
The lazy data collection is empty, if it returns no data for the first page.
|
Copyright © 2025 European Spallation Source. All rights reserved.