Package | Description |
---|---|
org.eclipse.emfforms.common | |
org.eclipse.emfforms.internal.common | |
org.eclipse.emfforms.spi.swt.table |
Modifier and Type | Method and Description |
---|---|
void |
Property.ChangeListener.valueChanged(Property<T> property,
T oldValue,
T newValue)
Handle the changed value.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableProperty<T>
Immutable implementation of a property.
|
class |
SimpleProperty<T>
Simple implementation of a property.
|
Modifier and Type | Method and Description |
---|---|
static Property<Boolean> |
PropertyHelper.toggle(Property<Boolean> property)
Invert the state of a Boolean property.
|
Modifier and Type | Method and Description |
---|---|
static Property<Boolean> |
PropertyHelper.toggle(Property<Boolean> property)
Invert the state of a Boolean property.
|
Modifier and Type | Method and Description |
---|---|
Property<Object> |
ColumnConfigurationImpl.matchFilter() |
Property<Object> |
ColumnConfiguration.matchFilter()
Set a filter on the current column.
|
Property<Boolean> |
ColumnConfigurationImpl.showFilterControl() |
Property<Boolean> |
ColumnConfiguration.showFilterControl()
Toggle the visible state of the filter control.
|
Property<Boolean> |
ColumnConfigurationImpl.visible() |
Property<Boolean> |
ColumnConfiguration.visible()
Toggle the visible state of the column.
|
Copyright © 2018. All rights reserved.