Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.propertytable |
Modifier and Type | Method | Description |
---|---|---|
PropertyTable |
PropertyTable.hideButtons() |
Hide all buttons
|
PropertyTable |
PropertyTable.hideDescription() |
Hide description
|
PropertyTable |
PropertyTable.showButtons() |
Show all buttons
|
PropertyTable |
PropertyTable.showDescription() |
Show description
|
PropertyTable |
PropertyTable.sort() |
Sort the properties
|
PropertyTable |
PropertyTable.unsort() |
Show properties not sorted
|
PropertyTable |
PropertyTable.viewAsCategories() |
View the properties as categories
|
PropertyTable |
PropertyTable.viewAsFlatList() |
View the properties as a flat list
|
Modifier and Type | Method | Description |
---|---|---|
PTWidget |
AbstractPTWidget.disposeAndBuild(PropertyTable table) |
|
PTWidget |
PTWidget.disposeAndBuild(PropertyTable table) |
Dispose the previous widget and build a new one (when ones switch from
Category View to Flat List view)
|
void |
AbstractPTWidget.setParentPropertyTable(PropertyTable table) |
|
void |
PTWidget.setParentPropertyTable(PropertyTable table) |
Inject the parent property table in the widget
|
PTProperty |
PTProperty.setParentTable(PropertyTable parentTable) |