Package com.pointrlabs.core.map.models
Interface MapComponentViewInterface
-
- All Implemented Interfaces:
public interface MapComponentViewInterface
Interface to declare common functionality for views presented on Map Wudget
-
-
Method Summary
Modifier and Type Method Description abstract Unit
toggleVisibility()
Toggles views visibility upon invocation abstract Unit
setComponentEnabled(Boolean isEnabled)
Defines whether the component should be enabled or not. -
-
Method Detail
-
toggleVisibility
abstract Unit toggleVisibility()
Toggles views visibility upon invocation
-
setComponentEnabled
abstract Unit setComponentEnabled(Boolean isEnabled)
Defines whether the component should be enabled or not. When disabled, component should not be displayed and does not advertise any event
-
-
-
-