Package com.illumon.iris.console.utils
Class LiveOneClickTimer
java.lang.Object
com.illumon.iris.console.utils.LiveOneClickTimer
- All Implemented Interfaces:
Deflatable<LiveOneClickTimer>,LiveWidget<LiveOneClickTimer>,Serializable
@ScriptApi public class LiveOneClickTimer extends Object implements LiveWidget<LiveOneClickTimer>, Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LiveOneClickTimer() -
Method Summary
Modifier and Type Method Description Inflatable<LiveOneClickTimer>deflate(ExportedObjectClient client)Convert this object into an Inflatable suitable for serialization.JComponentgetComponent(AsyncPanel dataPanel, String viewId, Object view, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)Gets the UI component.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.db.tables.utils.LiveWidget
getComponent, updateTelemetryInfo
-
Constructor Details
-
LiveOneClickTimer
public LiveOneClickTimer()
-
-
Method Details
-
getComponent
public JComponent getComponent(AsyncPanel dataPanel, String viewId, Object view, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)Description copied from interface:LiveWidgetGets the UI component.- Specified by:
getComponentin interfaceLiveWidget<LiveOneClickTimer>- Parameters:
dataPanel- data panelviewId- view idview- viewtitle- titleirisWidgetSupportObject- widget support objectlog- log- Returns:
- UI component
-
deflate
Description copied from interface:DeflatableConvert this object into an Inflatable suitable for serialization.- Specified by:
deflatein interfaceDeflatable<LiveOneClickTimer>- Parameters:
client- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-