Interface FormChangeLogView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
FormChangeLogViewImpl

public interface FormChangeLogView extends View
  • Method Summary

    Modifier and Type
    Method
    Description
    Button
     
    void
    renderLogs(List<FormularioLogAlteracao> logs)
     
    void
     

    Methods inherited from interface View

    getTitle, getViewComponent
  • Method Details

    • renderLogs

      void renderLogs(List<FormularioLogAlteracao> logs)
    • getCloseButton

      Button getCloseButton()
    • setHeaderTitle

      void setHeaderTitle(String title)