Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.model.impl
Class ProtectedEditableModelImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.model.impl.ProtectedEditableModelImpl
All Implemented Interfaces:
ProtectedEditableModel

public class ProtectedEditableModelImpl
extends Object
implements ProtectedEditableModel

Author:
Anahide Tchertchian

Constructor Summary
ProtectedEditableModelImpl(EditableModel delegate)
           
 
Method Summary
 int getRowCount()
           
 Object getRowData()
           
 int getRowIndex()
           
 boolean isRowNew()
           
 void setRowData(Object rowData)
          Sets row data using given value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectedEditableModelImpl

public ProtectedEditableModelImpl(EditableModel delegate)
Method Detail

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface ProtectedEditableModel
See Also:
DataModel.getRowCount()

getRowData

public Object getRowData()
Specified by:
getRowData in interface ProtectedEditableModel
See Also:
DataModel.getRowData()

getRowIndex

public int getRowIndex()
Specified by:
getRowIndex in interface ProtectedEditableModel
See Also:
DataModel.getRowIndex()

setRowData

public void setRowData(Object rowData)
Description copied from interface: ProtectedEditableModel
Sets row data using given value.

Specified by:
setRowData in interface ProtectedEditableModel

isRowNew

public boolean isRowNew()
Specified by:
isRowNew in interface ProtectedEditableModel
See Also:
EditableModel.isRowNew()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.