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.JComponent
getComponent(AsyncPanel dataPanel, String viewId, Object view, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)
Gets the UI component.
-
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:LiveWidget
Gets the UI component.- Specified by:
getComponent
in interfaceLiveWidget<LiveOneClickTimer>
- Parameters:
dataPanel
- data panelviewId
- view idview
- viewtitle
- titleirisWidgetSupportObject
- widget support objectlog
- log- Returns:
- UI component
-
deflate
Description copied from interface:Deflatable
Convert this object into an Inflatable suitable for serialization.- Specified by:
deflate
in interfaceDeflatable<LiveOneClickTimer>
- Parameters:
client
- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-