Uses of Class
org.eclipse.nebula.widgets.opal.propertytable.PropertyTable
Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.propertytable |
-
Uses of PropertyTable in org.eclipse.nebula.widgets.opal.propertytable
Methods in org.eclipse.nebula.widgets.opal.propertytable that return PropertyTable Modifier and Type Method Description PropertyTable
PropertyTable. discardChanges()
Discard all changes that happened in that tableprotected PropertyTable
AbstractPTWidget. getParentPropertyTable()
PropertyTable
PropertyTable. hideButtons()
Hide all buttonsPropertyTable
PropertyTable. hideDescription()
Hide description(package private) PropertyTable
PropertyTable. rebuild()
Rebuild the whole tablePropertyTable
PropertyTable. showButtons()
Show all buttonsPropertyTable
PropertyTable. showDescription()
Show descriptionPropertyTable
PropertyTable. sort()
Sort the propertiesPropertyTable
PropertyTable. unsort()
Show properties not sortedPropertyTable
PropertyTable. viewAsCategories()
View the properties as categoriesPropertyTable
PropertyTable. viewAsFlatList()
View the properties as a flat listMethods in org.eclipse.nebula.widgets.opal.propertytable with parameters of type PropertyTable Modifier and Type Method Description (package private) static PTWidget
PTWidgetFactory. build(PropertyTable table)
Build the widget displayed in a property tablePTWidget
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 widgetPTProperty
PTProperty. setParentTable(PropertyTable parentTable)