public interface AddGlobalPopupView extends org.uberfire.client.mvp.UberElement<AddGlobalPopupView.Presenter>
Modifier and Type | Interface and Description |
---|---|
static interface |
AddGlobalPopupView.Presenter |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getInsertedAlias() |
String |
getSelectedClassName() |
void |
hide() |
void |
hideAliasValidationError() |
void |
hideClassNameValidationError() |
void |
setClassNames(List<String> classNames) |
void |
show() |
void |
showAliasValidationError() |
void |
showClassNameValidationError() |
String getInsertedAlias()
String getSelectedClassName()
void hideAliasValidationError()
void showAliasValidationError()
void hideClassNameValidationError()
void showClassNameValidationError()
void clear()
void show()
void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.