public class ProtectedEditableModelImpl extends Object implements ProtectedEditableModel
| Constructor and Description |
|---|
ProtectedEditableModelImpl(EditableModel delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount() |
Object |
getRowData() |
int |
getRowIndex() |
boolean |
isRowNew() |
void |
setRowData(Object rowData)
Sets row data using given value.
|
public ProtectedEditableModelImpl(EditableModel delegate)
public int getRowCount()
getRowCount in interface ProtectedEditableModelDataModel.getRowCount()public Object getRowData()
getRowData in interface ProtectedEditableModelDataModel.getRowData()public int getRowIndex()
getRowIndex in interface ProtectedEditableModelDataModel.getRowIndex()public void setRowData(Object rowData)
ProtectedEditableModelsetRowData in interface ProtectedEditableModelpublic boolean isRowNew()
isRowNew in interface ProtectedEditableModelEditableModel.isRowNew()Copyright © 2013 Nuxeo SA. All Rights Reserved.