Interface ContentEditorPresentation
-
public interface ContentEditorPresentation
The Presentation of theContent
Editor.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ContentEditorPresentation.Bindings
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(ContentEditorPresentation.Bindings bindings)
void
clear()
Clears the presentation.void
populateDocument(java.lang.String url)
void
populateProperties(it.tidalwave.role.ui.PresentationModel pmProperties)
Populates theResourceProperties
of theContent
.void
showUp()
Makes sure this presentation is visible on the UI.
-
-
-
Method Detail
-
showUp
void showUp()
Makes sure this presentation is visible on the UI.
-
clear
void clear()
Clears the presentation.
-
bind
void bind(@Nonnull ContentEditorPresentation.Bindings bindings)
-
populateDocument
void populateDocument(@Nonnull java.lang.String url)
-
populateProperties
void populateProperties(@Nonnull it.tidalwave.role.ui.PresentationModel pmProperties)
Populates theResourceProperties
of theContent
.- Parameters:
pmProperties
- thePresentationModel
of the properties
-
-