Interface AnnotationValuePairListItemView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AnnotationValuePairListItemView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<AnnotationValuePairListItemView.Presenter>
- All Known Implementing Classes:
AnnotationValuePairListItemViewImpl
public interface AnnotationValuePairListItemView extends org.uberfire.client.mvp.UberView<AnnotationValuePairListItemView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAnnotationValuePairListItemView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReadonly(boolean readonly)voidsetValuePairName(String valuePairName)voidsetValuePairStringValue(String valuePairStringValue)voidshowRequiredIndicator(boolean show)
-