Modifier and Type | Method and Description |
---|---|
UIComponentScope |
LspsScreen.getRootScope()
Returns the root scope.
|
UIComponentScope |
CustomUIWithContextScreen.getRootScope() |
UIComponentScope |
CustomUIScreen.getRootScope() |
Modifier and Type | Method and Description |
---|---|
UIComponent |
LspsScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope)
Creates a Vaadin component based on the provided component definition.
|
UIComponent |
CustomUIWithContextScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
UIComponent |
CustomUIScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
Modifier and Type | Method and Description |
---|---|
UIComponentScope |
Form.getRootScope() |
Modifier and Type | Method and Description |
---|---|
UIComponent |
Form.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
Modifier and Type | Method and Description |
---|---|
UIComponentScope |
UIScreen.getRootScope() |
UIComponentScope |
UIComponentData.getScope() |
static UIComponentScope |
UIComponentScope.newRoot()
Creates root scope.
|
Modifier and Type | Method and Description |
---|---|
static UIComponentData |
UIComponentData.create(UIComponent parent,
RecordHolder definition,
UIComponentScope scope)
Creates component data for a UIComponent.
|
UIComponent |
UIComponentFactoryImpl.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
UIComponent |
UIComponentFactory.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder definition,
UIComponentScope scope)
Creates and injects component based on the provided component definition.
|
static UIComponentData |
UIComponentData.createRoot(LspsScreen screen,
RecordHolder definition,
UIComponentScope scope)
Creates component data for a root UIComponent - the root of the UI component hierarchy.
|
UIComponent |
UIScreen.createUIComponent(UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
Modifier and Type | Method and Description |
---|---|
void |
UIVerticalRepeater.updateContextFor(UIComponentScope scope) |
void |
UIRepeater2.updateContextFor(UIComponentScope scope) |
void |
UIRepeater.updateContextFor(UIComponentScope scope) |
void |
UIHorizontalRepeater.updateContextFor(UIComponentScope scope) |
void |
UIComponentWithCustomScopes.updateContextFor(UIComponentScope scope)
Updates context with all necessary values for the given scope.
|
Modifier and Type | Method and Description |
---|---|
UIComponentScope |
UITableBase.getScope(Integer itemId) |
Modifier and Type | Method and Description |
---|---|
Integer |
UITableBase.getItemId(UIComponentScope scope) |
void |
UITreeTable2.updateContextFor(UIComponentScope scope) |
void |
UITableBase.updateContextFor(UIComponentScope scope) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.