Class Row
java.lang.Object
tripleo.vendor.thinlet.objectwrapper.OWObject
tripleo.vendor.thinlet.objectwrapper.Row
Row represent a row on a Table, and contains Cell, for each defined column
-
Field Summary
Fields inherited from class tripleo.vendor.thinlet.objectwrapper.OWObject
fcomponent, fthinlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetCell(int index) intCell @NotNull []getCells()booleanvoidvoidremoveCell(@NotNull Cell child) voidsetSelected(boolean value)
-
Constructor Details
-
Row
-
Row
-
-
Method Details
-
isSelected
public boolean isSelected() -
setSelected
public void setSelected(boolean value) -
addCell
-
addCell
-
removeCell
-
removeAllCell
public void removeAllCell() -
getCellCount
public int getCellCount() -
getCell
-
getCells
-