| Package | Description |
|---|---|
| com.whitestein.lsps.vaadin.ui | |
| com.whitestein.lsps.vaadin.ui.components.table |
| Modifier and Type | Method and Description |
|---|---|
static UIComponentDefinitionId |
UIComponentDefinitionId.get(LspsScreen screen,
RecordHolder componentDefinition)
Returns the component definition ID.
|
static UIComponentDefinitionId |
UIComponentDefinitionId.get(UIComponent component)
Returns the component definition ID.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentsToProcess.Builder |
ComponentsToProcess.Builder.add(UIComponentDefinitionId component)
Adds given component and all of its descendants into the set.
|
Set<UIComponent> |
UIComponentScope.getComponentsForDefinition(UIComponentDefinitionId definitionId)
Returns all components created from the given component definition, that
were registered in this scope directly, in any of its sub-scopes or in a
different branch within a super-scope (note that this should NOT return
any components registered in any other super-scope from the same branch).
|
| Modifier and Type | Method and Description |
|---|---|
Map<UIComponentDefinitionId,com.vaadin.ui.Component> |
FilterTableDelegate.getColumnIdToFilterMap() |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.