Interface CreateEntity.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CreateEntity>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<CreateEntity>
- All Known Implementing Classes:
CreateEntityView
- Enclosing class:
- CreateEntity
public static interface CreateEntity.View extends org.uberfire.client.mvp.UberView<CreateEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidsetValidationState(org.gwtbootstrap3.client.ui.constants.ValidationState state)voidshow(String legend, String placeholder)
-