JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.enonic.xp.support
Interface Editor<T>
All Known Subinterfaces:
RelationshipEditor
@Beta
public interface
Editor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
edit
(
T
toBeEdited)
Method Detail
edit
T
edit(
T
toBeEdited)
Parameters:
toBeEdited
- to be edited
Returns:
updated object, or null if no change was necessary.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method