|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@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.
| Method Summary | |
|---|---|
UserPermissionsTableRow |
createDocModelTableModelRow(String user)
Deprecated. Visit method. |
| Method Detail |
|---|
UserPermissionsTableRow createDocModelTableModelRow(String user)
Creates a table row that can be added to the table model.
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||