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 SummaryFields Modifier and Type Field Description static java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description TableModelDelegate(Component component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollapseSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)voidexpandSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEvent
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TableModelDelegatepublic TableModelDelegate(Component component) 
 
- 
 - 
Method Detail- 
expandSubviewspublic void expandSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
 - 
collapseSubviewspublic void collapseSubviews(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
 - 
onStartupprotected void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownprotected void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 
- 
 
-