Interface PermissionExceptionSwitch.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<PermissionExceptionSwitch>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<PermissionExceptionSwitch>
- All Known Implementing Classes:
PermissionExceptionSwitchView
- Enclosing class:
- PermissionExceptionSwitch
public static interface PermissionExceptionSwitch.View extends org.uberfire.client.mvp.UberView<PermissionExceptionSwitch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(String textOn, String textOff)booleanisOn()voidsetEnabled(boolean enabled)voidsetExceptionEnabled(boolean enabled)voidsetOn(boolean on)
-