Interface StartProcessView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
StartProcessViewImpl
public interface StartProcessView
extends View
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEvento de alteracao de passo atualstatic enumEtapa da view -
Method Summary
Modifier and TypeMethodDescriptionButtonButtonButtonEventBusButtonButtonTextFieldButtongetStep()TablevoidvoidshowFinishView(Component component) Methods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getSearchField
TextField getSearchField() -
processListTable
Table processListTable() -
selectProcessListView
void selectProcessListView() -
showFinishView
void showFinishView(Component component) -
getBackButton
Button getBackButton() -
getNextButton
Button getNextButton() -
getCancelButton
Button getCancelButton() -
getFinishButton
Button getFinishButton() -
getStartButton
Button getStartButton() -
getAttachmentsButton
Button getAttachmentsButton() -
getStep
StartProcessView.Step getStep() -
getEventBus
EventBus getEventBus()
-