Interface ViewpointColumn
-
public interface ViewpointColumn
ViewpointColumn represents the third column of the table. This column is used to show viewpoints if such exist.- Since:
- 9.12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
hide()
Hides this column from the UI.void
show()
Shows this column in the UI.
-