public class ProtectedEditableModelImpl extends Object implements ProtectedEditableModel
Modifier and Type | Field and Description |
---|---|
protected javax.el.ValueExpression |
binding |
protected EditableModel |
delegate |
protected ProtectedEditableModel |
parent |
Constructor and Description |
---|
ProtectedEditableModelImpl(EditableModel delegate,
ProtectedEditableModel parent,
javax.el.ValueExpression binding) |
Modifier and Type | Method and Description |
---|---|
javax.el.ValueExpression |
getBinding() |
ProtectedEditableModel |
getParent() |
int |
getRowCount() |
Object |
getRowData() |
int |
getRowIndex() |
boolean |
isRowNew() |
void |
setRowData(Object rowData)
Sets row data using given value.
|
String |
toString() |
protected final EditableModel delegate
protected final ProtectedEditableModel parent
protected final javax.el.ValueExpression binding
public ProtectedEditableModelImpl(EditableModel delegate, ProtectedEditableModel parent, javax.el.ValueExpression binding)
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()
public javax.el.ValueExpression getBinding()
getBinding
in interface ProtectedEditableModel
public ProtectedEditableModel getParent()
getParent
in interface ProtectedEditableModel
Copyright © 2015 Nuxeo SA. All rights reserved.