Class ListaPatchViewImpl

Object
ListaPatchViewImpl
All Implemented Interfaces:
View, ListaPatchView, Serializable

@Component @Scope("prototype") public class ListaPatchViewImpl extends Object implements ListaPatchView
See Also:
  • Constructor Details

    • ListaPatchViewImpl

      public ListaPatchViewImpl()
  • Method Details

    • draw

      public void draw()
      Specified by:
      draw in interface ListaPatchView
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface View
    • patchTable

      public Table patchTable()
      Specified by:
      patchTable in interface ListaPatchView
    • patchNewBtn

      public Button patchNewBtn()
      Specified by:
      patchNewBtn in interface ListaPatchView
    • patchRunBtn

      public Button patchRunBtn()
      Specified by:
      patchRunBtn in interface ListaPatchView
    • patchPanel

      public Panel patchPanel()
      Specified by:
      patchPanel in interface ListaPatchView
    • getViewComponent

      public Component getViewComponent()
      Specified by:
      getViewComponent in interface View
    • buttonLayout

      public VerticalLayout buttonLayout()
      Specified by:
      buttonLayout in interface ListaPatchView