Interface AddGlobalPopupView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AddGlobalPopupView.Presenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<AddGlobalPopupView.Presenter>
- All Known Implementing Classes:
AddGlobalPopupViewImpl
public interface AddGlobalPopupView extends org.uberfire.client.mvp.UberElement<AddGlobalPopupView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAddGlobalPopupView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()StringgetInsertedAlias()StringgetSelectedClassName()voidhide()voidhideAliasValidationError()voidhideClassNameValidationError()voidsetClassNames(List<String> classNames)voidshow()voidshowAliasValidationError()voidshowClassNameValidationError()
-
-
-
Method Detail
-
getInsertedAlias
String getInsertedAlias()
-
getSelectedClassName
String getSelectedClassName()
-
hideAliasValidationError
void hideAliasValidationError()
-
showAliasValidationError
void showAliasValidationError()
-
hideClassNameValidationError
void hideClassNameValidationError()
-
showClassNameValidationError
void showClassNameValidationError()
-
clear
void clear()
-
show
void show()
-
hide
void hide()
-
-