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 ProtectedEditableModel
DataModel.getRowCount()
public Object getRowData()
getRowData
in interface ProtectedEditableModel
DataModel.getRowData()
public int getRowIndex()
getRowIndex
in interface ProtectedEditableModel
DataModel.getRowIndex()
public void setRowData(Object rowData)
ProtectedEditableModel
setRowData
in interface ProtectedEditableModel
public boolean isRowNew()
isRowNew
in interface ProtectedEditableModel
EditableModel.isRowNew()
Copyright © 2013 Nuxeo SA. All Rights Reserved.