Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.table.model
Interface UserPermissionsTableModelVisitor


Deprecated.

@Deprecated
public interface UserPermissionsTableModelVisitor

Visitor design pattern. The action listener is the visitor, the data table model is the visited item.

All classes that know how to create a specific table row need to implement this interface and register to the table model so that when an event is caught by the table model that a new row shoudl be added for a specific document then a new table model row must be created.

Author:
Olivier Grisel

Method Summary
 UserPermissionsTableRow createDocModelTableModelRow(java.lang.String user)
          Deprecated. Visit method.
 

Method Detail

createDocModelTableModelRow

UserPermissionsTableRow createDocModelTableModelRow(java.lang.String user)
Deprecated. 
Visit method.

Creates a table row that can be added to the table model.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.