public class ExampleWidgetViewModel extends Object
| Constructor and Description |
|---|
ExampleWidgetViewModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
bla() |
String |
getText() |
int |
getTextHashcode() |
WidgetModel |
getWidgetModel() |
TypedSettingsMap |
getWidgetSettings() |
void |
handleGlobalEvent(CockpitEvent event) |
void |
sendSocketOutput() |
void |
setText(String text) |
void |
textInput(String data) |
public TypedSettingsMap getWidgetSettings()
public int getTextHashcode()
public String getText()
public void setText(String text)
public void bla()
public void sendSocketOutput()
public WidgetModel getWidgetModel()
public void textInput(String data)
public void handleGlobalEvent(CockpitEvent event)
Copyright © 2018. All rights reserved.