A B C D E F G H I K L M N O P R S T U V W Y 
All Classes All Packages

A

AbstractGridComponentWrapper<ROW> - Class in org.linkki.core.ui.creation.table
Wraps a vaadin Grid.
AbstractGridComponentWrapper(Grid<ROW>) - Constructor for class org.linkki.core.ui.creation.table.AbstractGridComponentWrapper
 
AbstractPage - Class in org.linkki.core.vaadin.component.page
A page allows displaying and editing data in a vertical layout.
AbstractPage() - Constructor for class org.linkki.core.vaadin.component.page.AbstractPage
Creates a page without top margin and with margins on left, right and bottom.
AbstractPage(PmoBasedSectionFactory) - Constructor for class org.linkki.core.vaadin.component.page.AbstractPage
Creates a page without top margin and with margins on left, right and bottom.
action(Handler) - Static method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
 
addContent(Component) - Method in class org.linkki.core.vaadin.component.section.BaseSection
Adds the Component to the section's content
addHeaderButton(Button) - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Adds a button to the header using the given button PMO.
addHeaderComponent(Component) - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Adds a component to the header.
addHorizontally(Component...) - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Adds the components / sections horizontally, each section taking up an equal part of the page width.
addRightHeaderComponent(Component) - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Adds a component to the header.
addSection(Object) - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Creates a section based on the given PMO and adds it to the page taking 100% of the page width.
addSections(Object...) - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Creates sections based on the given PMOs and adds them horizontally, each taking up equal part of the page width.
alignment() - Method in annotation type org.linkki.core.ui.layout.annotation.UIHorizontalLayout
The vertical alignment of the HorizontalLayout's children relative to each other.
alignment() - Method in annotation type org.linkki.core.ui.layout.annotation.UIVerticalLayout
The horizontal alignment of the VerticalLayout's children relative to each other.
ALWAYS - org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
Always displays as read-only.
ATTRIBUTE_ASPECT_NAME_SUFFIX - Static variable in class org.linkki.core.ui.aspects.ElementAttributeAspectDefinition
 
AUTO - org.linkki.core.ui.aspects.types.PlaceholderType
Linkki decides whether the placeholder is PlaceholderType.DYNAMIC or PlaceholderType.STATIC.
AUTO - org.linkki.core.ui.aspects.types.SuffixType
Linkki decides whether the suffix is SuffixType.DYNAMIC or SuffixType.STATIC.
availableValues() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
If and how the available values are bound to the PMO.
AvailableValuesAspectDefinition<C> - Class in org.linkki.core.ui.aspects
Defines an aspect that updates the set of available values of HasListDataView.
AvailableValuesAspectDefinition(AvailableValuesType, BiConsumer<C, List<Object>>) - Constructor for class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
 

B

BaseSection - Class in org.linkki.core.vaadin.component.section
Base class for sections.
BaseSection(String, boolean) - Constructor for class org.linkki.core.vaadin.component.section.BaseSection
Creates a new section with the given caption and closable state.
BaseSection(String, boolean, int) - Constructor for class org.linkki.core.vaadin.component.section.BaseSection
Creates a new section with the given caption and closable state.
Bind - Annotation Type in org.linkki.core.ui.bind.annotation
This annotation is used to bind manually created components with a PMO and optionally a model object.
Bind.BindAnnotationBoundPropertyCreator - Class in org.linkki.core.ui.bind.annotation
Initializes a BoundProperty with the values of the @Bind annotation's pmoProperty, modelObject, and modelAttribute attributes.
BindAnnotationAspectDefinitionCreator - Class in org.linkki.core.ui.bind.annotation
 
BindAnnotationAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.bind.annotation.BindAnnotationAspectDefinitionCreator
 
BindAnnotationBoundPropertyCreator() - Constructor for class org.linkki.core.ui.bind.annotation.Bind.BindAnnotationBoundPropertyCreator
 
BindAutoFocus - Annotation Type in org.linkki.core.ui.aspects.annotation
Sets the autofocus property of a HasValue UI element to true when the ElementBinding is created.
BindAutoFocus.BindAutoFocusAspectDefinition - Class in org.linkki.core.ui.aspects.annotation
Aspect that sets an Element's autofocus property to true.
BindAutoFocus.BindAutoFocusAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
Aspect definition creator for the BindAutoFocus annotation.
BindAutoFocusAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.annotation.BindAutoFocus.BindAutoFocusAspectDefinition
 
BindAutoFocusAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindAutoFocus.BindAutoFocusAspectDefinitionCreator
 
BindButtonReadOnlyAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindReadOnlyBehavior.BindButtonReadOnlyAspectDefinitionCreator
 
BindCaption - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect sets a user defined caption text using HasText.setText(String).
BindCaption.BindCaptionAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindCaptionAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindCaption.BindCaptionAspectDefinitionCreator
 
BindComboBoxDynamicItemCaption - Annotation Type in org.linkki.core.ui.aspects.annotation
Aspect for @UIComboBox whose caption can change for the same item.
BindComboBoxDynamicItemCaption.ComboBoxDynamicItemCaptionAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
Internal aspect definition creator for BindComboBoxDynamicItemCaption to create the BindComboBoxItemStyleAspectDefinition.
BindComboBoxItemStyle - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect sets a style class name for every item in a combo box popup menu.
BindComboBoxItemStyle.BindComboBoxItemStyleAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
Internal aspect definition creator for BindComboBoxItemStyle to create the BindComboBoxItemStyleAspectDefinition.
BindComboBoxItemStyleAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition that calls a method named Function<?,String> get<PropertyName>ItemStyle() in the pmo.
BindComboBoxItemStyleAspectDefinition(String...) - Constructor for class org.linkki.core.ui.aspects.BindComboBoxItemStyleAspectDefinition
Creates a new aspect definition to modify the style names of combo box popup items.
BindComboBoxItemStyleAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindComboBoxItemStyle.BindComboBoxItemStyleAspectDefinitionCreator
 
BindIcon - Annotation Type in org.linkki.core.ui.aspects.annotation
Shows an icon for a UI component.
BindIcon.BindIconAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindIconAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindIcon.BindIconAspectDefinitionCreator
 
BindLabel - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect sets a user defined label text.
BindLabel.BindLabelAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindLabelAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindLabel.BindLabelAspectDefinitionCreator
 
BindLabelValueAspectDefinition - Class in org.linkki.core.ui.aspects
The value aspect for label components.
BindLabelValueAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.BindLabelValueAspectDefinition
 
BindLabelValueAspectDefinition(ItemCaptionProvider<?>) - Constructor for class org.linkki.core.ui.aspects.BindLabelValueAspectDefinition
 
BindPlaceholder - Annotation Type in org.linkki.core.ui.aspects.annotation
BindPlaceholder can add a placeholder to UI elements which have a setPlaceholder method.
BindPlaceholder.BindPlaceholderAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindPlaceholderAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindPlaceholder.BindPlaceholderAspectDefinitionCreator
 
BindReadOnly - Annotation Type in org.linkki.core.ui.aspects.annotation
Binds read-only behaviour to UI elements.
BindReadOnly.BindReadOnlyAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindReadOnly.ReadOnlyType - Enum in org.linkki.core.ui.aspects.annotation
The type how the read-only state of an UI component is bound.
BindReadOnlyAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition for read-only state.
BindReadOnlyAspectDefinition(BindReadOnly.ReadOnlyType) - Constructor for class org.linkki.core.ui.aspects.BindReadOnlyAspectDefinition
 
BindReadOnlyAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindReadOnly.BindReadOnlyAspectDefinitionCreator
 
BindReadOnlyBehavior - Annotation Type in org.linkki.core.ui.aspects.annotation
Binds the application's read-only state to a specific behaviour of the annotated Component.
BindReadOnlyBehavior.BindButtonReadOnlyAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindReadOnlyBehaviorAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect Definition for a Component's behaviour in read-only mode.
BindReadOnlyBehaviorAspectDefinition(ReadOnlyBehaviorType) - Constructor for class org.linkki.core.ui.aspects.BindReadOnlyBehaviorAspectDefinition
 
BindSlot - Annotation Type in org.linkki.core.ui.aspects.annotation
Binds the annotated UI element to a slot element within its parent component.
BindSlot.SlotAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindStyleNames - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect sets a user defined style name using HasStyle.setClassName(String).
BindStyleNames.BindStyleNamesAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindStyleNamesAspectDefinition - Class in org.linkki.core.ui.aspects
This aspect sets a user defined style name using HasStyle.setClassName(String).
BindStyleNamesAspectDefinition(String...) - Constructor for class org.linkki.core.ui.aspects.BindStyleNamesAspectDefinition
 
BindStyleNamesAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindStyleNames.BindStyleNamesAspectDefinitionCreator
 
BindSuffix - Annotation Type in org.linkki.core.ui.aspects.annotation
BindSuffix can add a suffix to UI elements which support the HasPrefixAndSuffix interface.
BindSuffix.BindSuffixAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindSuffixAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindSuffix.BindSuffixAspectDefinitionCreator
 
BindTableSelection - Annotation Type in org.linkki.core.ui.table.aspects.annotation
Binds the selection of a table row to the aspect "selection".
BindTableSelection.TableSelectionAspectDefinitionCreator - Class in org.linkki.core.ui.table.aspects.annotation
 
BindVariantNames - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect sets one or multiple Vaadin defined variant names using HasTheme.addThemeName(String).
BindVariantNames.BindVariantNamesAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindVariantNamesAspectDefinition - Class in org.linkki.core.ui.aspects
This aspect sets a vaadin defined variant names using HasTheme.addThemeName(String).
BindVariantNamesAspectDefinition(String...) - Constructor for class org.linkki.core.ui.aspects.BindVariantNamesAspectDefinition
 
BindVariantNamesAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindVariantNames.BindVariantNamesAspectDefinitionCreator
 
BindVisible - Annotation Type in org.linkki.core.ui.aspects.annotation
This aspect annotation sets the visibility of a component to VisibleType.DYNAMIC, determining its visibility by calling the is[PropertyName]Visible() method.
BindVisible.BindVisibleAspectDefinitionCreator - Class in org.linkki.core.ui.aspects.annotation
 
BindVisibleAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindVisible.BindVisibleAspectDefinitionCreator
 
BLANK - Static variable in class org.linkki.core.ui.element.annotation.UILink.LinkTarget
Opens the linked document in a new window or tab
BooleanCaptionProvider() - Constructor for class org.linkki.core.ui.element.annotation.UIYesNoComboBox.BooleanCaptionProvider
 
BOTTOM - org.linkki.core.ui.layout.VerticalAlignment
 
buttonAlignment() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Specifies the alignment of the radio buttons.
ButtonAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIButton.ButtonAspectCreator
 
ButtonComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIButton.ButtonComponentDefinitionCreator
 
ButtonInvokeAspectDefinition - Class in org.linkki.core.ui.aspects
Dynamically invoke a method when the button is clicked.
ButtonInvokeAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.ButtonInvokeAspectDefinition
 
ButtonPmoBinder - Class in org.linkki.core.ui.creation.section
 
ButtonPmoBuilder - Class in org.linkki.core.ui.pmo
Builder to create a ButtonPmo with a fluent API.
ButtonPmoBuilder(Handler) - Constructor for class org.linkki.core.ui.pmo.ButtonPmoBuilder
 

C

caption() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Static text displayed on the button.
caption() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Provides a caption on the right side of the check box.
caption() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Static text displayed on the link.
caption() - Method in annotation type org.linkki.core.ui.layout.annotation.UIFormSection
The caption text for the section.
caption() - Method in annotation type org.linkki.core.ui.layout.annotation.UISection
The caption text for the section.
CaptionAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition for caption binding.
CaptionAspectDefinition(CaptionType, String) - Constructor for class org.linkki.core.ui.aspects.CaptionAspectDefinition
 
captionType() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindCaption
Defines how the caption text should be retrieved
captionType() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Defines how the value of caption should be retrieved, using values of CaptionType.
captionType() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Defines how the value of caption should be retrieved, using values of CaptionType.
CENTER - org.linkki.core.ui.aspects.types.TextAlignment
Text is center-aligned
CheckBoxAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UICheckBox.CheckBoxAspectCreator
 
CheckBoxComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UICheckBox.CheckBoxComponentDefinitionCreator
 
CLASS_NAME - Static variable in class org.linkki.core.vaadin.component.base.LinkkiText
 
CLASS_SECTION_SECONDARY_CAPTION - Static variable in class org.linkki.core.vaadin.component.section.LinkkiSection
CSS class that can be applied to arbitrary component to make all contained sections captions less prominent.
CLASS_SECTION_STYLE_CARD - Static variable in class org.linkki.core.vaadin.component.section.LinkkiSection
CSS class that can be applied to arbitrary layout to make all contained sections card-like.
close() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Closes the section.
closeable() - Method in annotation type org.linkki.core.ui.layout.annotation.UIFormSection
Whether or not the section can be collapsed by the user.
closeable() - Method in annotation type org.linkki.core.ui.layout.annotation.UISection
Whether or not the section can be collapsed by the user.
collapsible() - Method in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
Configures whether a column can be collapsed and whether it initially is.
COLLAPSIBLE - org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
The column is collapsible and is initially visible.
COLUMN - org.linkki.core.ui.layout.annotation.SectionLayout
Deprecated.
Use SectionLayout.FORM instead
COLUMN_TYPE - Static variable in class org.linkki.core.ui.creation.table.GridColumnWrapper
 
ColumnCollapseAspectDefinition - Class in org.linkki.core.ui.table.column.aspects
 
ColumnCollapseAspectDefinition(UITableColumn.CollapseMode) - Constructor for class org.linkki.core.ui.table.column.aspects.ColumnCollapseAspectDefinition
 
ColumnFlexGrowAspectDefinition - Class in org.linkki.core.ui.table.column.aspects
 
ColumnFlexGrowAspectDefinition(int) - Constructor for class org.linkki.core.ui.table.column.aspects.ColumnFlexGrowAspectDefinition
 
columns() - Method in annotation type org.linkki.core.ui.layout.annotation.UIFormSection
Defines in how many columns the items should be displayed.
columns() - Method in annotation type org.linkki.core.ui.layout.annotation.UISection
Deprecated.
ColumnSortableAspectDefinition - Class in org.linkki.core.ui.table.aspects
Aspect definition to allow sorting of table columns.
ColumnSortableAspectDefinition(boolean) - Constructor for class org.linkki.core.ui.table.aspects.ColumnSortableAspectDefinition
 
ColumnTextAlignAspectDefinition - Class in org.linkki.core.ui.table.aspects
 
ColumnTextAlignAspectDefinition(TextAlignment) - Constructor for class org.linkki.core.ui.table.aspects.ColumnTextAlignAspectDefinition
 
ColumnWidthAspectDefinition - Class in org.linkki.core.ui.table.column.aspects
 
ColumnWidthAspectDefinition(int) - Constructor for class org.linkki.core.ui.table.column.aspects.ColumnWidthAspectDefinition
 
ComboBoxAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIComboBox.ComboBoxAspectCreator
 
ComboBoxComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIComboBox.ComboBoxComponentDefinitionCreator
 
ComboBoxDynamicItemCaptionAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition that makes a combo box updating all items on changes.
ComboBoxDynamicItemCaptionAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.ComboBoxDynamicItemCaptionAspectDefinition
 
ComboBoxDynamicItemCaptionAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindComboBoxDynamicItemCaption.ComboBoxDynamicItemCaptionAspectDefinitionCreator
 
ComponentContainerLayoutDefinition - Class in org.linkki.core.ui.layout
Defines a HasComponents that contains CaptionComponentWrappers.
ComponentContainerLayoutDefinition() - Constructor for class org.linkki.core.ui.layout.ComponentContainerLayoutDefinition
 
ComponentContainerLayoutDefinition.ComponentContainerLayoutDefinitionCreateor - Class in org.linkki.core.ui.layout
 
ComponentContainerLayoutDefinitionCreateor() - Constructor for class org.linkki.core.ui.layout.ComponentContainerLayoutDefinition.ComponentContainerLayoutDefinitionCreateor
 
ComponentFactory - Class in org.linkki.core.vaadin.component
 
ComponentStyles - Class in org.linkki.core.ui
Utility class for common CSS adjustments that are not part of the Vaadin API.
COMPONENTWRAPPER_LABEL - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Style for the label part of a wrapped component
content() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Specifies the source of the available values, the content of the combo box.
content() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Specifies the source of the available values, the content of the custom field if it supports a content.
content() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Specifies the source of the available values, for each of which a button will be displayed.
convertToErrorLevel(Severity) - Static method in class org.linkki.core.ui.validation.message.SeverityErrorLevelConverter
Deprecated.
 
convertToModel(Number) - Method in class org.linkki.core.ui.converters.FormattedDoubleToStringConverter
 
convertToModel(Number) - Method in class org.linkki.core.ui.converters.FormattedIntegerToStringConverter
 
convertToModel(Number) - Method in class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
convertToModel(String, ValueContext) - Method in class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
convertToModel(String, ValueContext) - Method in class org.linkki.core.ui.converters.LocalDateTimeToStringConverter
 
convertToModel(String, ValueContext) - Method in class org.linkki.core.ui.converters.LocalDateToStringConverter
 
convertToModel(LocalDate, ValueContext) - Method in class org.linkki.core.ui.converters.TwoDigitYearLocalDateConverter
 
convertToModel(LocalDateTime, ValueContext) - Method in class org.linkki.core.ui.converters.TwoDigitYearLocalDateTimeConverter
 
convertToModel(PRESENTATION, ValueContext) - Method in class org.linkki.core.ui.converters.NullHandlingConverterWrapper
 
convertToPresentation(LocalDate, ValueContext) - Method in class org.linkki.core.ui.converters.LocalDateToStringConverter
 
convertToPresentation(LocalDate, ValueContext) - Method in class org.linkki.core.ui.converters.TwoDigitYearLocalDateConverter
 
convertToPresentation(LocalDateTime, ValueContext) - Method in class org.linkki.core.ui.converters.LocalDateTimeToStringConverter
 
convertToPresentation(LocalDateTime, ValueContext) - Method in class org.linkki.core.ui.converters.TwoDigitYearLocalDateTimeConverter
 
convertToPresentation(MODEL, ValueContext) - Method in class org.linkki.core.ui.converters.NullHandlingConverterWrapper
 
convertToPresentation(T, ValueContext) - Method in class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
convertToSeverity(ErrorLevel) - Static method in class org.linkki.core.ui.validation.message.SeverityErrorLevelConverter
Deprecated.
 
create(Annotation) - Method in class org.linkki.core.ui.element.annotation.ValueAspectDefinitionCreator
 
create(Annotation) - Method in class org.linkki.core.ui.table.aspects.annotation.BindTableSelection.TableSelectionAspectDefinitionCreator
 
create(Annotation, AnnotatedElement) - Method in class org.linkki.core.ui.layout.ComponentContainerLayoutDefinition.ComponentContainerLayoutDefinitionCreateor
 
create(BindAutoFocus) - Method in class org.linkki.core.ui.aspects.annotation.BindAutoFocus.BindAutoFocusAspectDefinitionCreator
 
create(BindCaption) - Method in class org.linkki.core.ui.aspects.annotation.BindCaption.BindCaptionAspectDefinitionCreator
 
create(BindComboBoxDynamicItemCaption) - Method in class org.linkki.core.ui.aspects.annotation.BindComboBoxDynamicItemCaption.ComboBoxDynamicItemCaptionAspectDefinitionCreator
 
create(BindComboBoxItemStyle) - Method in class org.linkki.core.ui.aspects.annotation.BindComboBoxItemStyle.BindComboBoxItemStyleAspectDefinitionCreator
 
create(BindIcon) - Method in class org.linkki.core.ui.aspects.annotation.BindIcon.BindIconAspectDefinitionCreator
 
create(BindLabel) - Method in class org.linkki.core.ui.aspects.annotation.BindLabel.BindLabelAspectDefinitionCreator
 
create(BindPlaceholder) - Method in class org.linkki.core.ui.aspects.annotation.BindPlaceholder.BindPlaceholderAspectDefinitionCreator
 
create(BindReadOnly) - Method in class org.linkki.core.ui.aspects.annotation.BindReadOnly.BindReadOnlyAspectDefinitionCreator
 
create(BindReadOnlyBehavior) - Method in class org.linkki.core.ui.aspects.annotation.BindReadOnlyBehavior.BindButtonReadOnlyAspectDefinitionCreator
 
create(BindSlot) - Method in class org.linkki.core.ui.aspects.annotation.BindSlot.SlotAspectDefinitionCreator
 
create(BindStyleNames) - Method in class org.linkki.core.ui.aspects.annotation.BindStyleNames.BindStyleNamesAspectDefinitionCreator
 
create(BindSuffix) - Method in class org.linkki.core.ui.aspects.annotation.BindSuffix.BindSuffixAspectDefinitionCreator
 
create(BindVariantNames) - Method in class org.linkki.core.ui.aspects.annotation.BindVariantNames.BindVariantNamesAspectDefinitionCreator
 
create(BindVisible) - Method in class org.linkki.core.ui.aspects.annotation.BindVisible.BindVisibleAspectDefinitionCreator
 
create(Bind) - Method in class org.linkki.core.ui.bind.annotation.BindAnnotationAspectDefinitionCreator
 
create(UIButton) - Method in class org.linkki.core.ui.element.annotation.UIButton.ButtonAspectCreator
 
create(UIButton, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIButton.ButtonComponentDefinitionCreator
 
create(UICheckBox) - Method in class org.linkki.core.ui.element.annotation.UICheckBox.CheckBoxAspectCreator
 
create(UICheckBox, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UICheckBox.CheckBoxComponentDefinitionCreator
 
create(UIComboBox) - Method in class org.linkki.core.ui.element.annotation.UIComboBox.ComboBoxAspectCreator
 
create(UIComboBox, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIComboBox.ComboBoxComponentDefinitionCreator
 
create(UICustomField) - Method in class org.linkki.core.ui.element.annotation.UICustomField.CustomFieldAspectCreator
 
create(UICustomField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UICustomField.CustomFieldComponentDefinitionCreator
 
create(UIDateField) - Method in class org.linkki.core.ui.element.annotation.UIDateField.DateFieldAspectCreator
 
create(UIDateField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIDateField.DateFieldComponentDefinitionCreator
 
create(UIDateTimeField) - Method in class org.linkki.core.ui.element.annotation.UIDateTimeField.DateTimeFieldAspectCreator
 
create(UIDateTimeField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIDateTimeField.DateTimeFieldComponentDefinitionCreator
 
create(UIDoubleField) - Method in class org.linkki.core.ui.element.annotation.UIDoubleField.DoubleFieldAspectCreator
 
create(UIDoubleField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIDoubleField.DoubleFieldComponentDefinitionCreator
 
create(UIIntegerField) - Method in class org.linkki.core.ui.element.annotation.UIIntegerField.IntegerFieldAspectCreator
 
create(UIIntegerField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIIntegerField.IntegerFieldComponentDefinitionCreator
 
create(UILabel) - Method in class org.linkki.core.ui.element.annotation.UILabel.LabelAspectDefinitionCreator
 
create(UILabel, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UILabel.LabelComponentDefinitionCreator
 
create(UILink) - Method in class org.linkki.core.ui.element.annotation.UILink.LinkAspectDefinitionCreator
 
create(UILink, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UILink.LinkComponentDefinitionCreator
 
create(UIMultiSelect) - Method in class org.linkki.core.ui.element.annotation.UIMultiSelect.MultiSelectAspectCreator
 
create(UIMultiSelect, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIMultiSelect.MultiSelectComponentDefinitionCreator
 
create(UIRadioButtons) - Method in class org.linkki.core.ui.element.annotation.UIRadioButtons.RadioButtonsAspectDefinitionCreator
 
create(UIRadioButtons, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIRadioButtons.RadioButtonsComponentDefinitionCreator
 
create(UITextArea) - Method in class org.linkki.core.ui.element.annotation.UITextArea.TextAreaAspectCreator
 
create(UITextArea, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UITextArea.TextAreaComponentDefinitionCreator
 
create(UITextField) - Method in class org.linkki.core.ui.element.annotation.UITextField.TextFieldAspectCreator
 
create(UITextField, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UITextField.TextFieldComponentDefinitionCreator
 
create(UIYesNoComboBox) - Method in class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxAspectCreator
 
create(UIYesNoComboBox, AnnotatedElement) - Method in class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxComponentDefinitionCreator
 
create(UICssLayout, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UICssLayout.CssLayoutComponentDefinitionCreator
 
create(UIFormLayout, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UIFormLayout.FormLayoutComponentDefinitionCreator
 
create(UIFormSection, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UIFormSection.SectionComponentDefinitonCreator
 
create(UIFormSection, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UIFormSection.SectionLayoutDefinitionCreator
 
create(UIHorizontalLayout, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UIHorizontalLayout.HorizontalLayoutComponentDefinitionCreator
 
create(UISection, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UISection.SectionComponentDefinitonCreator
 
create(UISection, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UISection.SectionLayoutDefinitionCreator
 
create(UIVerticalLayout, AnnotatedElement) - Method in class org.linkki.core.ui.layout.annotation.UIVerticalLayout.VerticalLayoutComponentDefinitionCreator
 
create(UITableColumn) - Method in class org.linkki.core.ui.table.column.annotation.UITableColumn.TableColumnAspectDefinitionCreator
 
createAndBindSection(Object, BindingContext) - Static method in class org.linkki.core.ui.creation.section.PmoBasedSectionFactory
Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.
createAspect() - Method in class org.linkki.core.ui.aspects.annotation.BindAutoFocus.BindAutoFocusAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.BindComboBoxItemStyleAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.BindLabelValueAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.BindReadOnlyAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.BindStyleNamesAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.BindVariantNamesAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.CaptionAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.ElementAttributeAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.IconAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.IconPositionAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.LabelAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.LabelValueAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.LinkHrefAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.LinkTargetAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.PlaceholderAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.RequiredAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.aspects.SuffixAspectDefinition
 
createAspect() - Method in class org.linkki.core.ui.table.column.aspects.StaticColumnAspectDefinition
 
createAspect(Class<?>) - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
createBaseSection(Object, BindingContext) - Method in class org.linkki.core.ui.creation.section.PmoBasedSectionFactory
Creates a new base section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.
createBoundButton(BindingContext, Object) - Static method in class org.linkki.core.ui.creation.section.ButtonPmoBinder
 
createBoundProperty(Bind, AnnotatedElement) - Method in class org.linkki.core.ui.bind.annotation.Bind.BindAnnotationBoundPropertyCreator
 
createChildren(Object, Object, BindingContext) - Method in enum org.linkki.core.ui.creation.section.SectionLayoutDefinition
createChildren(Object, Object, BindingContext) - Method in class org.linkki.core.ui.creation.table.GridLayoutDefinition
 
createChildren(Object, Object, BindingContext) - Method in class org.linkki.core.ui.layout.ComponentContainerLayoutDefinition
 
createComponent(Object) - Method in class org.linkki.core.ui.creation.section.SectionComponentDefiniton
 
createComponent(Object) - Method in class org.linkki.core.ui.creation.table.GridComponentDefinition
 
createComponent(Object) - Method in class org.linkki.core.ui.layout.HorizontalLayoutComponentDefinition
 
createComponent(Object) - Method in class org.linkki.core.ui.layout.VerticalLayoutComponentDefinition
 
createComponent(Object, BindingContext) - Static method in class org.linkki.core.ui.creation.VaadinUiCreator
Calls UiCreator.createComponent(Object, BindingContext) and returns the component of the returned wrapper as a Vaadin component.
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.annotation.BindAutoFocus.BindAutoFocusAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindComboBoxItemStyleAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindLabelValueAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindReadOnlyAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindStyleNamesAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindVariantNamesAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.CaptionAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.ElementAttributeAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.IconAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.IconPositionAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.LabelAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.LabelValueAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.LinkHrefAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.LinkTargetAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.PlaceholderAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.RequiredAspectDefinition
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.aspects.SuffixAspectDefinition
 
createComponentValueSetter(ComponentWrapper) - Method in class org.linkki.core.ui.table.column.aspects.StaticColumnAspectDefinition
 
createComponentWrapper(Object) - Method in class org.linkki.core.ui.uiframework.VaadinComponentWrapperFactory
 
createComponentWrapper(ContainerPmo<?>, Object) - Static method in class org.linkki.core.ui.creation.table.GridComponentCreator
Creates a new table based on the container PMO.
createComponentWrapperAndAddComponentToSection(BaseSection, Label, Component) - Method in enum org.linkki.core.ui.creation.section.SectionLayoutDefinition
Creates the component wrapper for the given Label and Component and adds it to the given BaseSection.
createContent() - Method in interface org.linkki.core.vaadin.component.page.Page
Creates the content (sections) of this page.
createGrid(ContainerPmo<ROW>, BindingContext) - Static method in class org.linkki.core.ui.creation.table.GridComponentCreator
Create a new Grid component based on the container PMO.
createSection(Object, BindingContext) - Method in class org.linkki.core.ui.creation.section.PmoBasedSectionFactory
Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindComboBoxItemStyleAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.BindReadOnlyBehaviorAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.ButtonInvokeAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.ComboBoxDynamicItemCaptionAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.DerivedReadOnlyAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.aspects.ValueAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.table.aspects.ColumnSortableAspectDefinition
 
createUiUpdater(PropertyDispatcher, ComponentWrapper) - Method in class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 
CssLayoutComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UICssLayout.CssLayoutComponentDefinitionCreator
 
CustomFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UICustomField.CustomFieldAspectCreator
 
CustomFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UICustomField.CustomFieldComponentDefinitionCreator
 

D

DateFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDateField.DateFieldAspectCreator
 
DateFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDateField.DateFieldComponentDefinitionCreator
 
DateTimeFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDateTimeField.DateTimeFieldAspectCreator
 
DateTimeFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDateTimeField.DateTimeFieldComponentDefinitionCreator
 
DEFAULT - org.linkki.core.ui.aspects.types.TextAlignment
Text alignment is not changed
DEFAULT - org.linkki.core.ui.creation.section.SectionLayoutDefinition
Uses FormItemComponentWrappers for section content.
DEFAULT - Static variable in class org.linkki.core.ui.converters.LinkkiConverterRegistry
 
DEFAULT - Static variable in class org.linkki.core.ui.creation.section.SectionComponentDefiniton
 
DefaultLabelCaptionProvider() - Constructor for class org.linkki.core.ui.element.annotation.UILabel.DefaultLabelCaptionProvider
 
DERIVED - org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
Behavior as it would be without this annotation.
DerivedReadOnlyAspectDefinition - Class in org.linkki.core.ui.aspects
Derives the read-only-state from the absence of a setter for the bound property.
DerivedReadOnlyAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.DerivedReadOnlyAspectDefinition
 
DISABLED - org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
The component is not enabled in read-only mode.
DOUBLE_CLICK_ASPECT_NAME - Static variable in class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 
DoubleFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDoubleField.DoubleFieldAspectCreator
 
DoubleFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIDoubleField.DoubleFieldComponentDefinitionCreator
 
DYNAMIC - org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
Looks for a method "is[PropertyName]ReadOnly()" to determine if it is read-only.
DYNAMIC - org.linkki.core.ui.aspects.types.PlaceholderType
Placeholder is bound to the property using the method get<PropertyName>Placeholder().
DYNAMIC - org.linkki.core.ui.aspects.types.SuffixType
Suffix is bound to the property using the method get<PropertyName>Suffix().
DYNAMIC - Static variable in class org.linkki.core.ui.element.annotation.UILink.LinkTarget
The empty string indicates that the target is derived dynamically from the PMO.

E

ElementAttributeAspectDefinition - Class in org.linkki.core.ui.aspects
StaticModelToUiAspectDefinition that sets an Element's attribute to a value.
ElementAttributeAspectDefinition(String, String) - Constructor for class org.linkki.core.ui.aspects.ElementAttributeAspectDefinition
Creates an ElementAttributeAspectDefinition that sets an Element's attribute to a value.
enabled() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
If and how the enabled state of the UI element is bound to the PMO.
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Defines if an UI-Component is editable, using values of EnabledType.
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Defines if a UI component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Defines whether an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Defines if an UI-Component is editable, using values of EnabledType
enabled() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Defines if an UI-Component is editable, using values of EnabledType
ENTER - Static variable in class org.linkki.core.vaadin.component.KeyCode
 
escapeText(String) - Static method in class org.linkki.core.util.HtmlSanitizer
Escapes HTML characters (& < > " ') in the given text, in order to make the text safe for inclusion in HTML content.

F

findConverter(Type, Type) - Method in class org.linkki.core.ui.converters.LinkkiConverterRegistry
Finds a converter that does match the two types for the presentation an the model type.
flexGrow() - Method in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
Configures the flex grow ratio for the column.
FORM - org.linkki.core.ui.layout.annotation.SectionLayout
Displays section elements stacked in a column.
format() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Format for the UI representation of the value.
format() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Format for the UI representation of the value.
FormattedDoubleToStringConverter - Class in org.linkki.core.ui.converters
Converts Double to String while taking a given format into account.
FormattedDoubleToStringConverter(String) - Constructor for class org.linkki.core.ui.converters.FormattedDoubleToStringConverter
 
FormattedIntegerToStringConverter - Class in org.linkki.core.ui.converters
Converts Integer to String while taking a given format into account.
FormattedIntegerToStringConverter(String) - Constructor for class org.linkki.core.ui.converters.FormattedIntegerToStringConverter
Creates a new converter with a given format
FormattedNumberToStringConverter<T extends Number> - Class in org.linkki.core.ui.converters
Converter for numbers that takes a format into count while converting.
FormattedNumberToStringConverter(String) - Constructor for class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
FormItemComponentWrapper - Class in org.linkki.core.ui.wrapper
Implementation of the ComponentWrapper with a Vaadin Component and a Label component.
FormItemComponentWrapper(LabelComponentFormItem) - Constructor for class org.linkki.core.ui.wrapper.FormItemComponentWrapper
 
FormLayoutComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UIFormLayout.FormLayoutComponentDefinitionCreator
 

G

GenericAvailableValuesAspectDefinition - Class in org.linkki.core.ui.aspects
An AvailableValuesAspectDefinition for components that implement HasListDataView.
GenericAvailableValuesAspectDefinition(AvailableValuesType) - Constructor for class org.linkki.core.ui.aspects.GenericAvailableValuesAspectDefinition
 
get() - Method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
 
getAlignment() - Method in enum org.linkki.core.ui.layout.HorizontalAlignment
 
getAlignment() - Method in enum org.linkki.core.ui.layout.VerticalAlignment
 
getAllConverters() - Method in class org.linkki.core.ui.converters.LinkkiConverterRegistry
 
getAvailableValuesType() - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
The AvailableValuesType that is defined in the annotation.
getBindingContext() - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Returns the binding context for this page.
getBindingManager() - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Returns the binding manager used to obtain or create binding contexts.
getCaption() - Method in interface org.linkki.core.vaadin.component.HasCaption
 
getCaption() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
 
getCaption(Object) - Method in class org.linkki.core.ui.element.annotation.UILabel.DefaultLabelCaptionProvider
 
getCaption(Object) - Method in class org.linkki.core.ui.element.annotation.UIYesNoComboBox.BooleanCaptionProvider
 
getChildComponents(Object) - Method in class org.linkki.core.ui.uiframework.VaadinLinkkiExtension
 
getComponent() - Method in class org.linkki.core.ui.creation.table.AbstractGridComponentWrapper
 
getComponent() - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
 
getComponent() - Method in class org.linkki.core.ui.creation.table.TreeGridComponentWrapper
 
getComponent() - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
getComponent() - Method in class org.linkki.core.vaadin.component.base.LabelComponentFormItem
 
getComponentWrapperFactory() - Method in class org.linkki.core.ui.uiframework.VaadinLinkkiExtension
 
getContent() - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
getContent() - Method in class org.linkki.core.vaadin.component.base.LinkkiText
 
getContentWrapper() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Returns the section's content.
getConverter(Type, Type) - Method in class org.linkki.core.ui.aspects.PrimitiveAwareValueAspectDefinition
 
getConverter(Type, Type) - Method in class org.linkki.core.ui.aspects.ValueAspectDefinition
Returns a converter that should be used to convert a value of model type to a value of presentation type.
getConverter(Type, Type) - Method in class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxValueAspectDefinition
 
getCurrent() - Static method in class org.linkki.core.ui.converters.LinkkiConverterRegistry
Returns the LinkkiConverterRegistry that is configured in the current VaadinSession.
getEmptyPresentation(ValueContext) - Method in class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
getGrid() - Method in class org.linkki.core.vaadin.component.section.GridSection
Returns the table shown in the section.
getHeaderComponents() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Returns all components in the header, not including the caption.
getHref() - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
getIcon() - Method in class org.linkki.core.vaadin.component.base.LinkkiText
 
getIcon() - Method in interface org.linkki.core.vaadin.component.HasIcon
Returns the icon of this component.
getIconPosition() - Method in class org.linkki.core.vaadin.component.base.LinkkiText
Getter for the currently set position of the icon.
getInvalidInputMessage(Object) - Method in class org.linkki.core.ui.aspects.ValueAspectDefinition
Warns the user that the user input is not set due to conversion error.
getInvalidInputMessage(Object) - Method in class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxValueAspectDefinition
Do not set any warning message as it should be expected that only valid values can be selected.
getItems() - Method in class org.linkki.core.ui.aspects.ItemCache
Returns a read-only view of the items in the cache.
getLabel() - Method in class org.linkki.core.vaadin.component.base.LabelComponentFormItem
 
getLabelComponent() - Method in class org.linkki.core.ui.wrapper.FormItemComponentWrapper
 
getLocale() - Method in class org.linkki.core.ui.uiframework.VaadinLinkkiExtension
 
getNullValue() - Method in class org.linkki.core.ui.converters.FormattedDoubleToStringConverter
 
getNullValue() - Method in class org.linkki.core.ui.converters.FormattedIntegerToStringConverter
 
getNullValue() - Method in class org.linkki.core.ui.converters.FormattedNumberToStringConverter
 
getPmoBasedSectionFactory() - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Returns the factory used to create PMO based sections.
getSectionContent() - Method in class org.linkki.core.vaadin.component.section.BaseSection
Deprecated.
getSectionContent() - Method in class org.linkki.core.vaadin.component.section.GridSection
Deprecated.
getSectionContent() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Deprecated.
getSectionLayoutDefinition() - Method in enum org.linkki.core.ui.layout.annotation.SectionLayout
 
getSelection() - Method in interface org.linkki.core.ui.table.pmo.SelectableTablePmo
Returns the currently selected row.
getString(String) - Static method in class org.linkki.core.ui.nls.NlsText
 
getTarget() - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
getTargetValue() - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
getText() - Method in class org.linkki.core.vaadin.component.base.LinkkiText
getThemeNames() - Method in enum org.linkki.core.ui.layout.annotation.SectionLayout
 
getType() - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
getValueContext(HasValue<?, Object>) - Method in class org.linkki.core.ui.aspects.ValueAspectDefinition
 
getValuesDerivedFromDatatype(Class<?>) - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
 
GridColumnWrapper - Class in org.linkki.core.ui.creation.table
Wrapper for the grid column.
GridColumnWrapper(Grid.Column<?>) - Constructor for class org.linkki.core.ui.creation.table.GridColumnWrapper
 
GridComponentCreator - Class in org.linkki.core.ui.creation.table
A GridComponentCreator that creates a Grid component.
GridComponentDefinition - Class in org.linkki.core.ui.creation.table
 
GridComponentDefinition(GridVariant...) - Constructor for class org.linkki.core.ui.creation.table.GridComponentDefinition
 
GridComponentWrapper<ROW> - Class in org.linkki.core.ui.creation.table
Wraps a vaadin Grid.
GridComponentWrapper(Grid<ROW>) - Constructor for class org.linkki.core.ui.creation.table.GridComponentWrapper
 
GridLayoutDefinition - Class in org.linkki.core.ui.creation.table
 
GridLayoutDefinition() - Constructor for class org.linkki.core.ui.creation.table.GridLayoutDefinition
 
GridSection - Class in org.linkki.core.vaadin.component.section
A section containing a single table.
GridSection(String, boolean) - Constructor for class org.linkki.core.vaadin.component.section.GridSection
 
GridSelectionAspectDefinition - Class in org.linkki.core.ui.table.aspects
Aspect definition to handle selection and double click on a table.
GridSelectionAspectDefinition() - Constructor for class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 

H

handleNullItems(ComponentWrapper, List<?>) - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
Handles null values in the list of available values that is about to be set to the component.
handleNullItems(ComponentWrapper, List<?>) - Method in class org.linkki.core.ui.aspects.GenericAvailableValuesAspectDefinition
 
handleUiUpdateException(RuntimeException, PropertyDispatcher, Aspect<Object>) - Method in class org.linkki.core.ui.aspects.BindStyleNamesAspectDefinition
 
HAS_ICON - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Deprecated.
the style class is not used by linkki anymore and will be removed.
HAS_PLACEHOLDER - Static variable in class org.linkki.core.ui.aspects.PlaceholderAspectDefinition
 
HasCaption - Interface in org.linkki.core.vaadin.component
A component that has a caption.
HasIcon - Interface in org.linkki.core.vaadin.component
A component that can have a VaadinIcon.
height() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Specifies the height of the component using a number and a CSS unit, for example "5em".
HORIZONTAL - org.linkki.core.ui.layout.annotation.SectionLayout
Displays section elements next to each other in a row.
HorizontalAlignment - Enum in org.linkki.core.ui.layout
Defines how the child components should be horizontally aligned in the parent component.
HorizontalLayoutComponentDefinition - Class in org.linkki.core.ui.layout
Defines a HorizontalLayout with the given default vertical alignment.
HorizontalLayoutComponentDefinition(VerticalAlignment, boolean, boolean) - Constructor for class org.linkki.core.ui.layout.HorizontalLayoutComponentDefinition
Creates a new HorizontalLayoutComponentDefinition with the given vertical alignment.
HorizontalLayoutComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UIHorizontalLayout.HorizontalLayoutComponentDefinitionCreator
 
htmlContent() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
When set to true, the label's content will be displayed as HTML, otherwise as plain text.
HtmlSanitizer - Class in org.linkki.core.util
Utility class for sanitizing HTML text.

I

icon() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Defines the button's icon, using constants in VaadinIcon
icon(Icon) - Method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
 
icon(IconFactory) - Method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
 
ICON_CLASS_NAME - Static variable in class org.linkki.core.vaadin.component.base.LinkkiText
 
IconAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition to bind the icon of a component.
IconAspectDefinition(IconType, VaadinIcon) - Constructor for class org.linkki.core.ui.aspects.IconAspectDefinition
 
iconPosition() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Specifies the position of the icon, whether it is displayed on the left or on the right side of the label.
iconPosition() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Specifies the position of the icon, whether it is displayed on the left or on the right side of the link.
IconPosition - Enum in org.linkki.core.ui.aspects.types
Defines the position of an icon.
IconPositionAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition to set the position of an icon.
IconPositionAspectDefinition(IconPosition) - Constructor for class org.linkki.core.ui.aspects.IconPositionAspectDefinition
 
iconType() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindIcon
Defines how the icon should be retrieved
init() - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Creates the actual UI.
INITIALLY_COLLAPSED - org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
The column is collapsible and is initially collapsed.
initModelUpdate(PropertyDispatcher, ComponentWrapper, Handler) - Method in class org.linkki.core.ui.aspects.ButtonInvokeAspectDefinition
 
initModelUpdate(PropertyDispatcher, ComponentWrapper, Handler) - Method in class org.linkki.core.ui.aspects.ValueAspectDefinition
 
initModelUpdate(PropertyDispatcher, ComponentWrapper, Handler) - Method in class org.linkki.core.ui.table.aspects.ColumnSortableAspectDefinition
 
initModelUpdate(PropertyDispatcher, ComponentWrapper, Handler) - Method in class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 
INSTANCE - Static variable in class org.linkki.core.ui.uiframework.VaadinComponentWrapperFactory
The singleton instance of VaadinComponentWrapperFactory.
IntegerFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIIntegerField.IntegerFieldAspectCreator
 
IntegerFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIIntegerField.IntegerFieldComponentDefinitionCreator
 
INVISIBLE - org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
The component is not visible in read-only mode.
INVISIBLE_IF_WRITABLE - org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
The component is always invisible in writable mode.
isClosed() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Returns true if the section is closed.
isCollapsible() - Method in enum org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
 
isInitiallyCollapsed() - Method in enum org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
 
isOpen() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Returns true if the section is open.
isUiComponent(Class<?>) - Method in class org.linkki.core.ui.uiframework.VaadinComponentWrapperFactory
ItemCache - Class in org.linkki.core.ui.aspects
A cache of items.
ItemCache() - Constructor for class org.linkki.core.ui.aspects.ItemCache
 
itemCaptionProvider() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Specifies which ItemCaptionProvider should be used to convert UIComboBox.content() into String captions.
itemCaptionProvider() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Specifies which ItemCaptionProvider should be used to convert the value into a String.
itemCaptionProvider() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Specifies which ItemCaptionProvider should be used to convert the values into String captions.
itemCaptionProvider() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Specifies which ItemCaptionProvider should be used to convert UIRadioButtons.content() into String captions.
itemCaptionProvider() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Specifies which ItemCaptionProvider should be used to convert boolean values into String captions.

K

KEY_HEADER - Static variable in class org.linkki.core.ui.creation.table.GridColumnWrapper
 
KeyCode - Class in org.linkki.core.vaadin.component
Commonly used key codes to use in UIButton.shortcutKeyCode().

L

label() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Provides a description label next to the button
label() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Provides a label on the left side of the check box.
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Provides a description label next to the UI-Element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Provides a label for the link.
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Provides a description label next to the UI element
label() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Provides a description label next to the UI element
LABEL_ON_TOP - org.linkki.core.ui.creation.section.SectionLayoutDefinition
Uses LabelComponentWrapper for section content.
LabelAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition to bind the label of a component.
LabelAspectDefinition(String) - Constructor for class org.linkki.core.ui.aspects.LabelAspectDefinition
Aspect definition which represents a static label.
LabelAspectDefinition(String, LabelType) - Constructor for class org.linkki.core.ui.aspects.LabelAspectDefinition
Aspect definition which represents a label of the passed type.
LabelAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UILabel.LabelAspectDefinitionCreator
 
LabelComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UILabel.LabelComponentDefinitionCreator
 
LabelComponentFormItem - Class in org.linkki.core.vaadin.component.base
FormItem that only has one component as label.
LabelComponentFormItem(Component, Label) - Constructor for class org.linkki.core.vaadin.component.base.LabelComponentFormItem
Constructs a new LabelComponentFormItem which inherits required status indicator from the component wrapped in it.
LabelComponentFormItem(Component, String) - Constructor for class org.linkki.core.vaadin.component.base.LabelComponentFormItem
 
LabelComponentWrapper - Class in org.linkki.core.ui.wrapper
Implementation of the ComponentWrapper with a vaadin Component with label support.
LabelComponentWrapper(Component, WrapperType) - Constructor for class org.linkki.core.ui.wrapper.LabelComponentWrapper
 
labelType() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindLabel
Defines how the label text should be retrieved.
LabelValueAspectDefinition - Class in org.linkki.core.ui.aspects
The value aspect for label components.
LabelValueAspectDefinition(boolean) - Constructor for class org.linkki.core.ui.aspects.LabelValueAspectDefinition
 
LabelValueAspectDefinition(boolean, ItemCaptionProvider<?>) - Constructor for class org.linkki.core.ui.aspects.LabelValueAspectDefinition
 
layout() - Method in annotation type org.linkki.core.ui.layout.annotation.UISection
Layout for the section, i.e.
LEFT - org.linkki.core.ui.aspects.types.IconPosition
The icon is displayed on the left side.
LEFT - org.linkki.core.ui.aspects.types.TextAlignment
Text is left-aligned
LEFT - org.linkki.core.ui.layout.HorizontalAlignment
 
LinkAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UILink.LinkAspectDefinitionCreator
 
LinkComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UILink.LinkComponentDefinitionCreator
 
LinkHrefAspectDefinition - Class in org.linkki.core.ui.aspects
This aspect sets the HREF link target of a Anchor.
LinkHrefAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.LinkHrefAspectDefinition
 
LINKKI_THEME - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
The name of the linkki theme name.
LinkkiAnchor - Class in org.linkki.core.vaadin.component.base
An anchor component that can have an additional VaadinIcon
LinkkiAnchor() - Constructor for class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
LinkkiCheckBox - Class in org.linkki.core.vaadin.component.base
LinkkiCheckBox extending vaadin Checkbox for read only enhancements
LinkkiCheckBox() - Constructor for class org.linkki.core.vaadin.component.base.LinkkiCheckBox
 
LinkkiComponentUtil - Class in org.linkki.core.ui
Utility class for common component adjustments
LinkkiConverterRegistry - Class in org.linkki.core.ui.converters
A converter registry that holds a set of standard converters.
LinkkiConverterRegistry(Converter<?, ?>...) - Constructor for class org.linkki.core.ui.converters.LinkkiConverterRegistry
Creates a new LinkkiConverterRegistry with all default converters.
LinkkiConverterRegistry(Collection<Converter<?, ?>>) - Constructor for class org.linkki.core.ui.converters.LinkkiConverterRegistry
Creates a new LinkkiConverterRegistry with additional converters which are registered with higher priority before the default converters.
LinkkiConverterRegistry(Sequence<Converter<?, ?>>) - Constructor for class org.linkki.core.ui.converters.LinkkiConverterRegistry
 
LinkkiSection - Class in org.linkki.core.vaadin.component.section
A section consists of a header displaying a caption and a body/content containing controls to view and edit data.
LinkkiSection(String) - Constructor for class org.linkki.core.vaadin.component.section.LinkkiSection
Creates a new section with the given caption that cannot be closed.
LinkkiSection(String, boolean, int) - Constructor for class org.linkki.core.vaadin.component.section.LinkkiSection
Creates a new section with the given caption.
LinkkiText - Class in org.linkki.core.vaadin.component.base
A text component that can have an additional VaadinIcon and a label.
LinkkiText() - Constructor for class org.linkki.core.vaadin.component.base.LinkkiText
Creates an empty LinkkiText with no text and no icons.
LinkkiText(HasText, String, VaadinIcon) - Constructor for class org.linkki.core.vaadin.component.base.LinkkiText
 
LinkkiText(String, VaadinIcon) - Constructor for class org.linkki.core.vaadin.component.base.LinkkiText
Creates a new LinkkiText component with a plain text and an icon as prefix component.
LinkkiTheme - Class in org.linkki.core.ui.theme
Constants for names and CSS class constants used by default linkki theme.
LinkTargetAspectDefinition - Class in org.linkki.core.ui.aspects
This aspect sets the target attribute of a Anchor.
LinkTargetAspectDefinition(String, boolean) - Constructor for class org.linkki.core.ui.aspects.LinkTargetAspectDefinition
 
LocalDateTimeToStringConverter - Class in org.linkki.core.ui.converters
 
LocalDateTimeToStringConverter() - Constructor for class org.linkki.core.ui.converters.LocalDateTimeToStringConverter
 
LocalDateToStringConverter - Class in org.linkki.core.ui.converters
 
LocalDateToStringConverter() - Constructor for class org.linkki.core.ui.converters.LocalDateToStringConverter
 

M

maxLength() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Defines the maximal count of characters that can be displayed
maxLength() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Defines the maximal count of characters which can be displayed
maxLength() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Defines the maximal count of characters which can be displayed
maxLength() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Defines the maximal count of characters which can be displayed
MIDDLE - org.linkki.core.ui.layout.HorizontalAlignment
 
MIDDLE - org.linkki.core.ui.layout.VerticalAlignment
 
modelAttribute() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
Name of the model object's attribute that is bound to this component.
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
The name of a property in the class of the bound ModelObject to use model binding.
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
The name of a property in the class of the bound ModelObject to use model binding
modelAttribute() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
The name of a property in the class of the bound ModelObject to use model binding
modelObject() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
The name of the ModelObject this component is bound to, by default ModelObject.DEFAULT_NAME.
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
The name of the model object that is to be bound if multiple model objects are included for model binding.
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Name of the model object that is to be bound if multiple model objects are included for model binding
modelObject() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Name of the model object that is to be bound if multiple model objects are included for model binding
MSG_CODE_INVALID_INPUT - Static variable in class org.linkki.core.ui.aspects.ValueAspectDefinition
 
MultiSelectAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIMultiSelect.MultiSelectAspectCreator
 
MultiSelectComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIMultiSelect.MultiSelectComponentDefinitionCreator
 

N

NAME - Static variable in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.BindComboBoxItemStyleAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.BindLabelValueAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.BindReadOnlyAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.BindStyleNamesAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.BindVariantNamesAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.ButtonInvokeAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.CaptionAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.IconAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.IconPositionAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.LabelAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.LabelValueAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.LinkTargetAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.PlaceholderAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.RequiredAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.SuffixAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.aspects.ValueAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.table.aspects.ColumnTextAlignAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.table.column.aspects.ColumnCollapseAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.table.column.aspects.ColumnFlexGrowAspectDefinition
 
NAME - Static variable in class org.linkki.core.ui.table.column.aspects.ColumnWidthAspectDefinition
 
newAddButton(Handler) - Static method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
Creates a new ButtonPmo for an add button and returns it.
newButton() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newButton(Icon, Collection<String>) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newCheckbox() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newComboBox() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newDateField() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new default DatePicker with DatePicker.setAutoOpen(boolean) set to false and autoselect feature to true
newDateField(boolean, boolean) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a DatePicker with the given options
newDateTimeField(long) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new default DateTimePicker with the given step, DateTimePicker.setAutoOpen(boolean) set to false and the autoselect feature to true
newDateTimeField(long, boolean, boolean) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a DateTimePicker with the given options
newDeleteButton(Handler) - Static method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
Creates a new ButtonPmo for a delete button and returns it.
newEditButton(Handler) - Static method in class org.linkki.core.ui.pmo.ButtonPmoBuilder
Creates a new ButtonPmo for an edit button and returns it.
newHorizontalLine() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new horizontal line.
newLink(String) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new Anchor with undefined width.
newMultiSelect() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newNumberField(int, String, String) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new TextField to display numbers.
newNumberFieldWithFormattingPattern(int, String, String) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new TextField to display numbers with the specified formatting pattern.
newPlainVerticalLayout() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a plain VerticalLayout without spacing or margin.
newTextArea() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
 
newTextArea(int, String, String) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Returns a new TextArea with the given max length, width and number of rows.
newTextField() - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Creates a new TextField with an unlimited maximal character count and an undefined width.
newTextField(int, String) - Static method in class org.linkki.core.vaadin.component.ComponentFactory
Returns a new TextField with the given max length and width.
NlsText - Class in org.linkki.core.ui.nls
Message bundle for linkki core i18n.
NO_BREAK_SPACE - Static variable in class org.linkki.core.vaadin.component.ComponentFactory
 
NoLabelComponentWrapper - Class in org.linkki.core.ui.wrapper
Implementation of the ComponentWrapper with a vaadin Component without label support.
NoLabelComponentWrapper(Component) - Constructor for class org.linkki.core.ui.wrapper.NoLabelComponentWrapper
 
NoLabelComponentWrapper(Component, WrapperType) - Constructor for class org.linkki.core.ui.wrapper.NoLabelComponentWrapper
 
NOT_COLLAPSIBLE - org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
The column is always shown.
NullHandlingConverterWrapper<PRESENTATION,​MODEL> - Class in org.linkki.core.ui.converters
Wraps a converter and returns an error if the wrapped converter would return null as the model value.
NullHandlingConverterWrapper(Converter<PRESENTATION, MODEL>) - Constructor for class org.linkki.core.ui.converters.NullHandlingConverterWrapper
 

O

onDoubleClick() - Method in interface org.linkki.core.ui.table.pmo.SelectableTablePmo
Action that should be executed when a double click is made on a row.
onEnabledStateChanged(boolean) - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
onEnabledStateChanged(boolean) - Method in class org.linkki.core.vaadin.component.base.LinkkiCheckBox
 
open() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Opens the section.
org.linkki.core.ui - package org.linkki.core.ui
Common base definitions for linkki applications.
org.linkki.core.ui.aspects - package org.linkki.core.ui.aspects
Aspects of Vaadin UI components that can be bound by linkki.
org.linkki.core.ui.aspects.annotation - package org.linkki.core.ui.aspects.annotation
 
org.linkki.core.ui.aspects.types - package org.linkki.core.ui.aspects.types
 
org.linkki.core.ui.bind.annotation - package org.linkki.core.ui.bind.annotation
Binding related annotations
org.linkki.core.ui.converters - package org.linkki.core.ui.converters
Converters used by linkki.
org.linkki.core.ui.creation - package org.linkki.core.ui.creation
 
org.linkki.core.ui.creation.section - package org.linkki.core.ui.creation.section
Creation of Sections.
org.linkki.core.ui.creation.table - package org.linkki.core.ui.creation.table
Creation of Grid.
org.linkki.core.ui.element.annotation - package org.linkki.core.ui.element.annotation
Annotations for the creation and binding of UI elements.
org.linkki.core.ui.layout - package org.linkki.core.ui.layout
 
org.linkki.core.ui.layout.annotation - package org.linkki.core.ui.layout.annotation
Annotations containing layout information.
org.linkki.core.ui.nls - package org.linkki.core.ui.nls
Localized messages used by linkki
org.linkki.core.ui.pmo - package org.linkki.core.ui.pmo
Vaadin specific presentation model objects.
org.linkki.core.ui.table.aspects - package org.linkki.core.ui.table.aspects
Table aspects.
org.linkki.core.ui.table.aspects.annotation - package org.linkki.core.ui.table.aspects.annotation
Annotations for aspects that are useful for tables.
org.linkki.core.ui.table.column.annotation - package org.linkki.core.ui.table.column.annotation
Annotation to mark table columns.
org.linkki.core.ui.table.column.aspects - package org.linkki.core.ui.table.column.aspects
Aspects bound to table columns.
org.linkki.core.ui.table.pmo - package org.linkki.core.ui.table.pmo
Table PMOs.
org.linkki.core.ui.theme - package org.linkki.core.ui.theme
Common base definitions for linkki applications.
org.linkki.core.ui.uiframework - package org.linkki.core.ui.uiframework
The Vaadin specific implementations for UiFramework.
org.linkki.core.ui.validation.message - package org.linkki.core.ui.validation.message
Validation messages to be displayed by linkki.
org.linkki.core.ui.wrapper - package org.linkki.core.ui.wrapper
ComponentWrappers for Vaadin UI components.
org.linkki.core.util - package org.linkki.core.util
 
org.linkki.core.vaadin.component - package org.linkki.core.vaadin.component
(Creation of) UI components to be used with linkki.
org.linkki.core.vaadin.component.base - package org.linkki.core.vaadin.component.base
Basic linkki UI components.
org.linkki.core.vaadin.component.page - package org.linkki.core.vaadin.component.page
Page and default implementation.
org.linkki.core.vaadin.component.section - package org.linkki.core.vaadin.component.section
Sections used to structure UI.

P

padding() - Method in annotation type org.linkki.core.ui.layout.annotation.UIHorizontalLayout
The state ofHorizontalLayout padding.
padding() - Method in annotation type org.linkki.core.ui.layout.annotation.UIVerticalLayout
The state of VerticalLayout padding.
Page - Interface in org.linkki.core.vaadin.component.page
A page is a container component displayed in the UI that consists of sections.
PARENT - Static variable in class org.linkki.core.ui.element.annotation.UILink.LinkTarget
Opens the linked document in the parent frame.
PLACEHOLDER_LABEL - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Style class for labels that should look like placeholders in table sections.
PlaceholderAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition to set the placeholder of a component.
PlaceholderAspectDefinition(String, PlaceholderType) - Constructor for class org.linkki.core.ui.aspects.PlaceholderAspectDefinition
 
placeholderType() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindPlaceholder
Defines how the placeholder should be retrieved
PlaceholderType - Enum in org.linkki.core.ui.aspects.types
Defines the type of the placeholder binding.
PmoBasedSectionFactory - Class in org.linkki.core.ui.creation.section
Base class for a factory to create sections based on an annotated PMO.
PmoBasedSectionFactory() - Constructor for class org.linkki.core.ui.creation.section.PmoBasedSectionFactory
 
pmoProperty() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
The name of the PMO's property to which the UI element is bound.
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Mandatory attribute that defines the order in which UI-Elements are displayed.
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Mandatory attribute, defines display order of UI elements
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Mandatory attribute that defines the order in which UI-Elements are displayed
position() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Mandatory attribute that defines the order in which UI-Elements are displayed
preventEnterKeyPropagation(Component) - Static method in class org.linkki.core.ui.LinkkiComponentUtil
Prevents Key.ENTER to trigger button shortcut in the given component.
PrimitiveAwareValueAspectDefinition - Class in org.linkki.core.ui.aspects
ValueAspectDefinition that prevents null from being set if the model type is a primitive class.
PrimitiveAwareValueAspectDefinition(Converter<?, ?>) - Constructor for class org.linkki.core.ui.aspects.PrimitiveAwareValueAspectDefinition
 

R

RadioButtonsAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIRadioButtons.RadioButtonsAspectDefinitionCreator
 
RadioButtonsComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIRadioButtons.RadioButtonsComponentDefinitionCreator
 
ReadOnlyBehaviorType - Enum in org.linkki.core.ui.aspects.types
Defines the behavior when setting a component to read only.
registerBinding(Binding) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
reloadBindings() - Method in class org.linkki.core.vaadin.component.page.AbstractPage
Refreshes the content displayed on this page.
reloadBindings() - Method in interface org.linkki.core.vaadin.component.page.Page
Reloads the data bindings of the content (sections) displayed on this page.
removeHref() - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
replaceContent(List<Object>) - Method in class org.linkki.core.ui.aspects.ItemCache
Replaces the cache with the given content.
required() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
If and how the required state of the UI element is bound to the PMO.
required() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Required() marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Marks mandatory fields visually
required() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Marks mandatory fields visually
RequiredAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition for RequiredType.
RequiredAspectDefinition(RequiredType, EnabledAspectDefinition) - Constructor for class org.linkki.core.ui.aspects.RequiredAspectDefinition
 
RIGHT - org.linkki.core.ui.aspects.types.IconPosition
The icon is displayed on the right side.
RIGHT - org.linkki.core.ui.aspects.types.TextAlignment
Text is right-aligned
RIGHT - org.linkki.core.ui.layout.HorizontalAlignment
 

S

sanitizeText(String) - Static method in class org.linkki.core.util.HtmlSanitizer
Sanitizes the given HTML text and removes potentially dangerous tags and attributes.
SECTION_CAPTION_TEXT - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Style for the caption of a section.
SectionComponentDefiniton - Class in org.linkki.core.ui.creation.section
Defines how sections are created.
SectionComponentDefiniton(SectionLayout, String, boolean) - Constructor for class org.linkki.core.ui.creation.section.SectionComponentDefiniton
 
SectionComponentDefinitonCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UIFormSection.SectionComponentDefinitonCreator
 
SectionComponentDefinitonCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UISection.SectionComponentDefinitonCreator
 
SectionHeader - Annotation Type in org.linkki.core.ui.layout.annotation
Places the component into the section header.
SectionLayout - Enum in org.linkki.core.ui.layout.annotation
The options for the layout pattern of a section
SectionLayoutDefinition - Enum in org.linkki.core.ui.creation.section
Defines how UI components are added to an LinkkiSection.
SectionLayoutDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UIFormSection.SectionLayoutDefinitionCreator
 
SectionLayoutDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UISection.SectionLayoutDefinitionCreator
 
SelectableTablePmo<ROW> - Interface in org.linkki.core.ui.table.pmo
PMO for a table whose rows can be selected.
SELECTION_ASPECT_NAME - Static variable in class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 
SELF - Static variable in class org.linkki.core.ui.element.annotation.UILink.LinkTarget
Opens the linked document in the same frame as it was clicked.
setCaption(String) - Method in interface org.linkki.core.vaadin.component.HasCaption
 
setCaption(String) - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
Updates the caption of this section.
setCollapseMode(UITableColumn.CollapseMode) - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
Updates the collapse mode of the wrapped column
setColumnVisible(String, boolean) - Method in class org.linkki.core.vaadin.component.section.GridSection
Use this method to set Grid.Column visibility after GridSection has already been created.
setDataProvider(ComponentWrapper, List<Object>) - Method in class org.linkki.core.ui.aspects.AvailableValuesAspectDefinition
 
setEnabled(boolean) - Method in class org.linkki.core.ui.wrapper.FormItemComponentWrapper
 
setEnabled(boolean) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
setFlexGrow(int) - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
Sets the flexGrow of the grid to the given value if the flexGrow is not UITableColumn.UNDEFINED_FLEX_GROW.
setFormItemLabelWidth(Component, String) - Static method in class org.linkki.core.ui.ComponentStyles
Sets the width of all form item labels in the given Component
setGrid(Grid<?>) - Method in class org.linkki.core.vaadin.component.section.GridSection
 
setHref(AbstractStreamResource) - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
setHref(String) - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
setIcon(VaadinIcon) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
 
setIcon(VaadinIcon) - Method in interface org.linkki.core.vaadin.component.HasIcon
Sets the icon of this component.
setIconOnComponent(VaadinIcon) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
 
setIconOnComponent(VaadinIcon, Consumer<Icon>) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
 
setIconPosition(IconPosition) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
Sets the icon position to be used.
setId(String) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
setItems(List<ROW>) - Method in class org.linkki.core.ui.creation.table.GridComponentWrapper
Sets the items displayed in the Grid by updating the items in the data provider if the given items are not the ones currently displayed.
setItems(List<ROW>) - Method in class org.linkki.core.ui.creation.table.TreeGridComponentWrapper
Sets the items displayed in the Grid by updating the items in the data provider if the given items are not the ones currently displayed.
setLabel(String) - Method in class org.linkki.core.ui.creation.table.AbstractGridComponentWrapper
 
setLabel(String) - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
 
setLabel(String) - Method in class org.linkki.core.ui.creation.table.GridComponentWrapper
 
setLabel(String) - Method in class org.linkki.core.ui.wrapper.FormItemComponentWrapper
 
setLabel(String) - Method in class org.linkki.core.ui.wrapper.LabelComponentWrapper
 
setLabel(String) - Method in class org.linkki.core.ui.wrapper.NoLabelComponentWrapper
 
setLabel(String) - Method in class org.linkki.core.vaadin.component.base.LabelComponentFormItem
 
setOverflowAuto(Component) - Static method in class org.linkki.core.ui.ComponentStyles
Sets the overflow of the given component to "auto".
setPageLength(int) - Method in class org.linkki.core.ui.creation.table.AbstractGridComponentWrapper
Sets the page size of the grid.
setReadOnly(boolean) - Method in class org.linkki.core.vaadin.component.base.LinkkiCheckBox
 
setSelection(ROW) - Method in interface org.linkki.core.ui.table.pmo.SelectableTablePmo
Sets the currently selected row.
setTarget(AnchorTargetValue) - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
setTarget(String) - Method in class org.linkki.core.vaadin.component.base.LinkkiAnchor
 
setText(String) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
Sets the given text as content of this component.
setText(String, boolean) - Method in class org.linkki.core.vaadin.component.base.LinkkiText
Sets the given text as content of this component.
setTooltip(String) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
setValidationMessages(MessageList) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
setValue(VALUE_TYPE) - Method in class org.linkki.core.ui.table.column.aspects.StaticColumnAspectDefinition
 
setVisible(boolean) - Method in class org.linkki.core.ui.wrapper.FormItemComponentWrapper
 
setVisible(boolean) - Method in class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
setWidth(int) - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
Sets the width of the grid to the given value and set flexGrow to 0 if the flexGrow is undefined.
SeverityErrorLevelConverter - Class in org.linkki.core.ui.validation.message
Deprecated.
This class is not used anymore with vaadin 23.
shortcutKeyCode() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Set a short cut for the button.
shortcutKeyModifiers() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Set a modifier for the short cut.
showIcon() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
If true, the button will be displayed with the defined UIButton.icon()
SLOT_ATTRIBUTE - Static variable in class org.linkki.core.ui.aspects.annotation.BindSlot.SlotAspectDefinitionCreator
 
SlotAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.aspects.annotation.BindSlot.SlotAspectDefinitionCreator
 
sortable() - Method in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
Configures whether a column can be sorted.
spacing() - Method in annotation type org.linkki.core.ui.layout.annotation.UIHorizontalLayout
The state ofHorizontalLayout spacing.
spacing() - Method in annotation type org.linkki.core.ui.layout.annotation.UIVerticalLayout
The state of VerticalLayout spacing.
STATIC - org.linkki.core.ui.aspects.types.PlaceholderType
The placeholder is static and given by the value attribute.
STATIC - org.linkki.core.ui.aspects.types.SuffixType
The suffix is static and given by the value attribute.
StaticColumnAspectDefinition<VALUE_TYPE> - Class in org.linkki.core.ui.table.column.aspects
A LinkkiAspectDefinition that sets a value from the @UITableColumn annotation on a GridColumnWrapper.
StaticColumnAspectDefinition(String, VALUE_TYPE, BiConsumer<GridColumnWrapper, VALUE_TYPE>) - Constructor for class org.linkki.core.ui.table.column.aspects.StaticColumnAspectDefinition
 
step() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Defines the time interval (in minutes) between the items displayed in the time picker overlay.
styleNames() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Defines a list of CSS class names that are added to the created UI component.
styleNames() - Method in annotation type org.linkki.core.ui.layout.annotation.UICssLayout
It is recommended that you declare a CSS class in order to style this and contained elements.
SuffixAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition to add a String as a suffix to a Component which implements HasPrefixAndSuffix
SuffixAspectDefinition(String, SuffixType) - Constructor for class org.linkki.core.ui.aspects.SuffixAspectDefinition
 
suffixType() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindSuffix
Defines how the suffix text should be retrieved
SuffixType - Enum in org.linkki.core.ui.aspects.types
Defines the type of the suffix binding.
supports(WrapperType) - Method in class org.linkki.core.ui.aspects.CaptionAspectDefinition
 
supports(WrapperType) - Method in class org.linkki.core.ui.aspects.LabelAspectDefinition
 
supports(WrapperType) - Method in class org.linkki.core.ui.table.aspects.ColumnSortableAspectDefinition
 
supports(WrapperType) - Method in class org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
 
supports(WrapperType) - Method in class org.linkki.core.ui.table.column.aspects.StaticColumnAspectDefinition
 
switchOpenStatus() - Method in class org.linkki.core.vaadin.component.section.LinkkiSection
 

T

TABLE - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Style for tables created by linkki
TableColumnAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.table.column.annotation.UITableColumn.TableColumnAspectDefinitionCreator
 
TableSelectionAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.table.aspects.annotation.BindTableSelection.TableSelectionAspectDefinitionCreator
 
target() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Specifies where to open the link.
textAlign() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
The alignment of the text.
textAlign() - Method in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
Configures the alignment of text inside the table column, as well as the header and footer.
TextAlignment - Enum in org.linkki.core.ui.aspects.types
Defines the text alignment.
TextAreaAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UITextArea.TextAreaAspectCreator
 
TextAreaComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UITextArea.TextAreaComponentDefinitionCreator
 
TextFieldAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UITextField.TextFieldAspectCreator
 
TextFieldComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UITextField.TextFieldComponentDefinitionCreator
 
THEME_VARIANT_FORM - Static variable in class org.linkki.core.vaadin.component.section.LinkkiSection
 
THEME_VARIANT_HORIZONTAL - Static variable in class org.linkki.core.vaadin.component.section.LinkkiSection
 
TOP - org.linkki.core.ui.layout.VerticalAlignment
 
TOP - Static variable in class org.linkki.core.ui.element.annotation.UILink.LinkTarget
Opens the linked document in the full body of the window.
toString() - Method in class org.linkki.core.ui.creation.table.GridColumnWrapper
 
toString() - Method in class org.linkki.core.ui.wrapper.LabelComponentWrapper
 
toString() - Method in class org.linkki.core.ui.wrapper.NoLabelComponentWrapper
 
toString() - Method in class org.linkki.core.vaadin.component.base.LabelComponentFormItem
 
toString() - Method in class org.linkki.core.vaadin.component.section.GridSection
 
TreeGridComponentWrapper<ROW> - Class in org.linkki.core.ui.creation.table
Wraps a vaadin Grid.
TreeGridComponentWrapper(TreeGrid<ROW>) - Constructor for class org.linkki.core.ui.creation.table.TreeGridComponentWrapper
 
TwoDigitYearLocalDateConverter - Class in org.linkki.core.ui.converters
Converts LocalDate to LocalDate while recalculating two digit years into four digit years based on the -80 / +20 rule during the convertToModel conversion.
TwoDigitYearLocalDateConverter() - Constructor for class org.linkki.core.ui.converters.TwoDigitYearLocalDateConverter
 
TwoDigitYearLocalDateTimeConverter - Class in org.linkki.core.ui.converters
Converts LocalDateTime to LocalDateTime while recalculating two digit years into four digit years based on the -80 / +20 rule during the convertToModel conversion.
TwoDigitYearLocalDateTimeConverter() - Constructor for class org.linkki.core.ui.converters.TwoDigitYearLocalDateTimeConverter
 

U

UIButton - Annotation Type in org.linkki.core.ui.element.annotation
Marks a method which is carried out when the UIButton is clicked.
UIButton.ButtonAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIButton annotation.
UIButton.ButtonComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UICheckBox - Annotation Type in org.linkki.core.ui.element.annotation
In accordance to Checkbox, bound to a boolean property.
UICheckBox.CheckBoxAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UICheckBox annotation.
UICheckBox.CheckBoxComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIComboBox - Annotation Type in org.linkki.core.ui.element.annotation
Creates a ComboBox with the specified parameters.
UIComboBox.ComboBoxAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIComboBox annotation.
UIComboBox.ComboBoxComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
uiControl() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
The class implementing the custom field.
UICssLayout - Annotation Type in org.linkki.core.ui.layout.annotation
Marks a group of components in a Div.
UICssLayout.CssLayoutComponentDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UICustomField - Annotation Type in org.linkki.core.ui.element.annotation
UICustomField can include other, more individual controls.
UICustomField.CustomFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UICustomField annotation.
UICustomField.CustomFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIDateField - Annotation Type in org.linkki.core.ui.element.annotation
A field for date input, in accordance with DatePicker.
UIDateField.DateFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
 
UIDateField.DateFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIDateTimeField - Annotation Type in org.linkki.core.ui.element.annotation
A field for date and time input, in accordance with DateTimePicker.
UIDateTimeField.DateTimeFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
 
UIDateTimeField.DateTimeFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIDoubleField - Annotation Type in org.linkki.core.ui.element.annotation
A text field for displaying formatted numbers.
UIDoubleField.DoubleFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIDoubleField annotation.
UIDoubleField.DoubleFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIFormLayout - Annotation Type in org.linkki.core.ui.layout.annotation
Marks a group of components vertically placed below each other in a two-column FormLayout with captions to the left of the input fields.
UIFormLayout.FormLayoutComponentDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UIFormSection - Annotation Type in org.linkki.core.ui.layout.annotation
Responsible for creating a BaseSection in the UI from the annotated PMO class that may include other UI elements.
UIFormSection.SectionComponentDefinitonCreator - Class in org.linkki.core.ui.layout.annotation
 
UIFormSection.SectionLayoutDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UIHorizontalLayout - Annotation Type in org.linkki.core.ui.layout.annotation
Marks a group of components horizontally placed next to each other in a HorizontalLayout.
UIHorizontalLayout.HorizontalLayoutComponentDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UIIntegerField - Annotation Type in org.linkki.core.ui.element.annotation
A text field for displaying formatted integers.
UIIntegerField.IntegerFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIIntegerField annotation.
UIIntegerField.IntegerFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UILabel - Annotation Type in org.linkki.core.ui.element.annotation
Provides a single UI-element to display text content.
UILabel.DefaultLabelCaptionProvider - Class in org.linkki.core.ui.element.annotation
 
UILabel.LabelAspectDefinitionCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UILabel annotation.
UILabel.LabelComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UILink - Annotation Type in org.linkki.core.ui.element.annotation
Provides a single UI-element to display a link.
UILink.LinkAspectDefinitionCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UILink annotation.
UILink.LinkComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UILink.LinkTarget - Class in org.linkki.core.ui.element.annotation
Common targets used for links.
UIMultiSelect - Annotation Type in org.linkki.core.ui.element.annotation
Creates a MultiSelectComboBox that allows the selection of multiple values with the specified parameters.
UIMultiSelect.MultiSelectAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIMultiSelect annotation.
UIMultiSelect.MultiSelectComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIRadioButtons - Annotation Type in org.linkki.core.ui.element.annotation
Radio buttons for selecting a single value.
UIRadioButtons.RadioButtonsAspectDefinitionCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIRadioButtons annotation.
UIRadioButtons.RadioButtonsComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
Component definition for the UIRadioButtons annotation.
UISection - Annotation Type in org.linkki.core.ui.layout.annotation
Responsible for creating a section in the UI from the annotated PMO class that may include other UI elements.
UISection.SectionComponentDefinitonCreator - Class in org.linkki.core.ui.layout.annotation
 
UISection.SectionLayoutDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UITableColumn - Annotation Type in org.linkki.core.ui.table.column.annotation
Annotation that allows to customize the column for a PMO's field/method that is rendered in a table column.
UITableColumn.CollapseMode - Enum in org.linkki.core.ui.table.column.annotation
Defines whether a column can be collapsed and whether it initially is.
UITableColumn.TableColumnAspectDefinitionCreator - Class in org.linkki.core.ui.table.column.annotation
 
UITextArea - Annotation Type in org.linkki.core.ui.element.annotation
In- and output of texts which exceed a row, in accordance to TextArea.
UITextArea.TextAreaAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UITextArea annotation.
UITextArea.TextAreaComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UITextField - Annotation Type in org.linkki.core.ui.element.annotation
A field for textual input.
UITextField.TextFieldAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UITextField annotation.
UITextField.TextFieldComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIVerticalLayout - Annotation Type in org.linkki.core.ui.layout.annotation
Marks a group of components vertically placed below each other in a VerticalLayout, labels above their corresponding input fields.
UIVerticalLayout.VerticalLayoutComponentDefinitionCreator - Class in org.linkki.core.ui.layout.annotation
 
UIYesNoComboBox - Annotation Type in org.linkki.core.ui.element.annotation
A combo box for boolean or Boolean values.
UIYesNoComboBox.BooleanCaptionProvider - Class in org.linkki.core.ui.element.annotation
 
UIYesNoComboBox.YesNoComboBoxAspectCreator - Class in org.linkki.core.ui.element.annotation
Aspect definition creator for the UIYesNoComboBox annotation.
UIYesNoComboBox.YesNoComboBoxComponentDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
UIYesNoComboBox.YesNoComboBoxValueAspectDefinition - Class in org.linkki.core.ui.element.annotation
 
UNDEFINED_FLEX_GROW - Static variable in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
 
UNDEFINED_WIDTH - Static variable in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
 
updateFooter(Optional<TableFooterPmo>) - Method in class org.linkki.core.ui.creation.table.AbstractGridComponentWrapper
Updates the footer in all columns.
updateFooter(Optional<TableFooterPmo>) - Method in class org.linkki.core.ui.creation.table.GridComponentWrapper
Updates the footer in all columns.

V

VaadinComponentWrapper - Class in org.linkki.core.ui.wrapper
Base class to wrap vaadin components.
VaadinComponentWrapper(Component, WrapperType) - Constructor for class org.linkki.core.ui.wrapper.VaadinComponentWrapper
 
VaadinComponentWrapperFactory - Class in org.linkki.core.ui.uiframework
ComponentWrapperFactory for Vaadin Components.
VaadinLinkkiExtension - Class in org.linkki.core.ui.uiframework
The Vaadin specific implementation for UiFrameworkExtension.
VaadinLinkkiExtension() - Constructor for class org.linkki.core.ui.uiframework.VaadinLinkkiExtension
 
VaadinUiCreator - Class in org.linkki.core.ui.creation
Wrapper class for UiCreator, performing casts to Component
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindCaption
The displayed text for CaptionType.STATIC
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindComboBoxItemStyle
The style names that may be used as CSS style classes for the combo box popup menu items.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindIcon
The displayed icon for IconType.STATIC.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindLabel
The displayed text for LabelType.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindPlaceholder
The displayed text for PlaceholderType.STATIC
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindReadOnly
If and how the read-only state of the UI element is bound to the PMO.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindReadOnlyBehavior
 
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindSlot
The name of the slot to bind the UI element to.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindStyleNames
The style names that may be used in CSS as style classes.
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindSuffix
The displayed text for SuffixType.STATIC
value() - Method in annotation type org.linkki.core.ui.aspects.annotation.BindVariantNames
The variant names are defined across different variant enums, such as GridVariant.
ValueAspectDefinition - Class in org.linkki.core.ui.aspects
Aspect definition for value change.
ValueAspectDefinition() - Constructor for class org.linkki.core.ui.aspects.ValueAspectDefinition
 
ValueAspectDefinition(Converter<?, ?>) - Constructor for class org.linkki.core.ui.aspects.ValueAspectDefinition
 
ValueAspectDefinitionCreator - Class in org.linkki.core.ui.element.annotation
 
ValueAspectDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.ValueAspectDefinitionCreator
 
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.types.IconPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.types.PlaceholderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.types.SuffixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.aspects.types.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.creation.section.SectionLayoutDefinition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.layout.annotation.SectionLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.layout.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.layout.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.aspects.types.IconPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.aspects.types.PlaceholderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.aspects.types.SuffixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.aspects.types.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.creation.section.SectionLayoutDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.layout.annotation.SectionLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.layout.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.layout.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linkki.core.ui.table.column.annotation.UITableColumn.CollapseMode
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_CARD_SECTION_PAGES - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
Applies a card style to all LinkkiSections inside of AbstractPages.
VARIANT_COMPACT - Static variable in class org.linkki.core.ui.theme.LinkkiTheme
A theme variant for smaller input fields and less space.
variants() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Defines the look of the button.
VERTICAL - org.linkki.core.ui.layout.annotation.SectionLayout
Displays section elements stacked in a column.
VerticalAlignment - Enum in org.linkki.core.ui.layout
Defines how the child components should be vertically aligned in the parent component.
VerticalLayoutComponentDefinition - Class in org.linkki.core.ui.layout
Defines a VerticalLayout with the given default horizontal alignment.
VerticalLayoutComponentDefinition(HorizontalAlignment, boolean, boolean) - Constructor for class org.linkki.core.ui.layout.VerticalLayoutComponentDefinition
Creates a new VerticalLayoutComponentDefinition with the given horizontal alignment.
VerticalLayoutComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.layout.annotation.UIVerticalLayout.VerticalLayoutComponentDefinitionCreator
 
visible() - Method in annotation type org.linkki.core.ui.bind.annotation.Bind
If and how the visible state of the UI element is bound to the PMO.
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIButton
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UICheckBox
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIDateTimeField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UILabel
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UILink
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIRadioButtons
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Specifies if a component is shown, using values of VisibleType
visible() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Specifies if a component is shown, using values of VisibleType

W

width() - Method in annotation type org.linkki.core.ui.element.annotation.UIComboBox
Specifies the width of the field.
width() - Method in annotation type org.linkki.core.ui.element.annotation.UICustomField
Specifies the width of the field using a number and a CSS unit, for example "5em" or "50%".
width() - Method in annotation type org.linkki.core.ui.element.annotation.UIDoubleField
Specifies the width of the field using a number and a CSS unit, for example "5em" or "50%".
width() - Method in annotation type org.linkki.core.ui.element.annotation.UIIntegerField
Specifies the width of the field using a number and a CSS unit, for example "5em" or "50%".
width() - Method in annotation type org.linkki.core.ui.element.annotation.UIMultiSelect
Specifies the width of the field.
width() - Method in annotation type org.linkki.core.ui.element.annotation.UITextArea
Specifies the width of the field using a number and a CSS unit, for example "5em" or "50%".
width() - Method in annotation type org.linkki.core.ui.element.annotation.UITextField
Specifies the width of the field using a number and a CSS unit, for example "5em" or "50%".
width() - Method in annotation type org.linkki.core.ui.element.annotation.UIYesNoComboBox
Specifies the width of the field.
width() - Method in annotation type org.linkki.core.ui.table.column.annotation.UITableColumn
Configures the width in pixels for the column.
with(Converter<?, ?>) - Method in class org.linkki.core.ui.converters.LinkkiConverterRegistry
 
WRITABLE - org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType
The component ignores the read-only status and remains active.

Y

YesNoComboBoxAspectCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxAspectCreator
 
YesNoComboBoxComponentDefinitionCreator() - Constructor for class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxComponentDefinitionCreator
 
YesNoComboBoxValueAspectDefinition() - Constructor for class org.linkki.core.ui.element.annotation.UIYesNoComboBox.YesNoComboBoxValueAspectDefinition
 
A B C D E F G H I K L M N O P R S T U V W Y 
All Classes All Packages