ITreeViewTableRow Interface

A single row in a JavaFX tree table.

C# Syntax

public interface ITreeViewTableRow : ITableRow
Public Properties
 NameDescription
PropertyCellsReturns the collection of ITableCell objects in the tree table row. (Inherited from HP.LFT.SDK.Java.ITableRow)
Top
 
Public Methods
 NameDescription
Method

GetAllCellValues

Returns the content of all cells contained in the row. (Inherited from HP.LFT.SDK.Java.ITableRow)

 

Top