Interface AnnotationListItemView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AnnotationListItemView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<AnnotationListItemView.Presenter>
- All Known Implementing Classes:
AnnotationListItemViewImpl
public interface AnnotationListItemView extends org.uberfire.client.mvp.UberView<AnnotationListItemView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAnnotationListItemView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddItem(AnnotationValuePairListItem valuePairListItem)booleanisCollapsed()voidsetCollapsed(boolean collapsed)voidsetHeadingTitle(String text)voidsetReadonly(boolean readonly)
-
-
-
Method Detail
-
setReadonly
void setReadonly(boolean readonly)
-
setHeadingTitle
void setHeadingTitle(String text)
-
setCollapsed
void setCollapsed(boolean collapsed)
-
addItem
void addItem(AnnotationValuePairListItem valuePairListItem)
-
isCollapsed
boolean isCollapsed()
-
-