Interface IncludedModelModal.View
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<IncludedModelModal>,org.uberfire.client.mvp.HasPresenter<IncludedModelModal>,org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<IncludedModelModal>
- All Known Implementing Classes:
IncludedModelModalView
- Enclosing class:
- IncludedModelModal
public static interface IncludedModelModal.View extends org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal.View<IncludedModelModal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableIncludeButton()voidenableIncludeButton()StringgetModelNameInput()voidinitialize()voidsetupAssetsDropdown(elemental2.dom.HTMLElement dropdown)
-
-
-
Method Detail
-
getModelNameInput
String getModelNameInput()
-
setupAssetsDropdown
void setupAssetsDropdown(elemental2.dom.HTMLElement dropdown)
-
initialize
void initialize()
-
disableIncludeButton
void disableIncludeButton()
-
enableIncludeButton
void enableIncludeButton()
-
-