Class TableModelDelegate
- java.lang.Object
-
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
-
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
-
- com.inductiveautomation.perspective.gateway.components.TableModelDelegate
-
public class TableModelDelegate extends ComponentModelDelegate
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
-
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log
-
-
Constructor Summary
Constructors Constructor Description TableModelDelegate(Component component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collapseSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
void
expandSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
protected void
onShutdown()
protected void
onStartup()
-
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
fireEvent, getScriptCallableMethods, handleEvent
-
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TableModelDelegate
public TableModelDelegate(Component component)
-
-
Method Detail
-
expandSubviews
public void expandSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
-
collapseSubviews
public void collapseSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
-
onStartup
protected void onStartup()
- Specified by:
onStartup
in classAbstractLifecycle
-
onShutdown
protected void onShutdown()
- Specified by:
onShutdown
in classAbstractLifecycle
-
-