Interface ManageSelectorImpl.ManageSelectorView
-
- All Superinterfaces:
org.jboss.errai.common.client.api.elemental2.IsElement
- All Known Implementing Classes:
ManageSelectorViewImpl
- Enclosing class:
- ManageSelectorImpl
public static interface ManageSelectorImpl.ManageSelectorView extends org.jboss.errai.common.client.api.elemental2.IsElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddOption(String label, String value, boolean selected)StringgetSelectedOption()voidrefresh()voidremoveAllOptions()voidsetOptionChangeCommand(org.uberfire.mvp.Command changeCommand)
-