Interface CadastroObjetivoEstrategicoView

All Superinterfaces:
DefaultFormView<ObjetivoEstrategico>, FormView<ObjetivoEstrategico>, Serializable, View
All Known Implementing Classes:
CadastroObjetivoEstrategicoViewImpl

public interface CadastroObjetivoEstrategicoView extends DefaultFormView<ObjetivoEstrategico>
  • Method Summary

    Modifier and Type
    Method
    Description
    Button
     
    Table
     
    TwinColSelect
     
    RichTextArea
     
    RichTextArea
     
    Button
     
    Button
     

    Methods inherited from interface DefaultFormView

    getButtonDelete, getButtonNew, getButtonSearch, getButtonUndo, setHeaderDescription

    Methods inherited from interface FormView

    commitModelChanges, getButtonClose, getButtonSave, getEventBus, getFormState, isValid, rollbackModelChanges, setEventBus, setFormState, updateViewFromModel

    Methods inherited from interface View

    getTitle, getViewComponent
  • Method Details

    • getInfluenciasField

      TwinColSelect getInfluenciasField()
    • getCorAddButton

      Button getCorAddButton()
    • getCoresTable

      Table getCoresTable()
    • getTemplateMapaField

      RichTextArea getTemplateMapaField()
    • getTemplateGridField

      RichTextArea getTemplateGridField()
    • getTestButtonMapa

      Button getTestButtonMapa()
    • getTestButtonGrid

      Button getTestButtonGrid()