Modifier and Type | Field and Description |
---|---|
Variant.ScopedClosureVariant |
WAbstractTable.ValueChangeListenerImpl.closure |
Variant.ScopedClosureVariant |
ComponentWithValue.ValueChangeListenerImpl.closure |
Modifier and Type | Method and Description |
---|---|
void |
Form.addBrowserWindowResizeListener(Variant.ScopedClosureVariant listener)
Adds a resize listener to the browser window.
|
Modifier and Type | Field and Description |
---|---|
Variant.ScopedClosureVariant |
UITableColumn.groupValue
The value of the "groupValue" property.
|
Constructor and Description |
---|
ClosureGroup(Variant.ScopedClosureVariant closure) |
ClosureSort(Object columnId,
Variant.ScopedClosureVariant closure)
Creates the sort criterion.
|
DataDataset(Variant.ScopedClosureVariant dataClosure,
Variant.ScopedClosureVariant dataCountClosure)
Creates the dataset.
|
GenericDataset(Variant.ScopedClosureVariant closure) |
OptClosureGroup(Variant.ScopedClosureVariant closure) |
QueryDataset(Variant.ScopedClosureVariant closure,
ExecutionContext executionContext) |
SimpleClosureValueProvider(Variant.ScopedClosureVariant closure)
Creates the sort criterion.
|
Modifier and Type | Method and Description |
---|---|
Variant.ScopedClosureVariant |
Variant.ClosureVariant.inScope(UIComponent scope)
Sets the scope of the variant.
|
Variant.ScopedClosureVariant |
Variant.ClosureVariant.inScope(UIComponentData scope)
Sets the scope of the variant.
|
Variant.ScopedClosureVariant |
Variant.ClosureVariant.noScope()
The new Forms UI has no scopes :) Do not call from the old UI code - every UI component has a scope which must be set with
Variant.ClosureVariant.inScope(UIComponent) . |
Variant.ScopedClosureVariant |
Variant.ScopedClosureVariant.requireNonnullClosure()
If the closure is null, closure execution fails.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.