Interface ContentEditorPresentation
-
public interface ContentEditorPresentationThe Presentation of theContentEditor.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContentEditorPresentation.Bindings
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind(ContentEditorPresentation.Bindings bindings)voidclear()Clears the presentation.voidpopulateDocument(java.lang.String url)voidpopulateProperties(it.tidalwave.role.ui.PresentationModel pmProperties)Populates theResourcePropertiesof theContent.voidshowUp()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 theResourcePropertiesof theContent.- Parameters:
pmProperties- thePresentationModelof the properties
-
-