Index

A B C D E F G H I J L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addActions(GridContextMenu<TagType>) - Method in class net.tangly.ui.app.domain.TagTypesView
 
addActions(GridContextMenu<T>) - Method in class net.tangly.ui.components.ItemView
Adds custom actions to the context menu.
addAdministration(AppLayout, MenuBar, DomainView, Cmd) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
The administration menu provides standard administration operation for a bounded domain.
addAnalytics(AppLayout, MenuBar, AnalyticsView) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 
addEntityColumns(Grid<T>) - Method in class net.tangly.ui.components.EntityView
 
addEntityFilterFields(Grid<T>, EntityFilter<T>) - Method in class net.tangly.ui.components.EntityView
 
addFilterText(HeaderRow, String, Consumer<String>) - Method in class net.tangly.ui.components.ItemView
 
AddressField - Class in net.tangly.ui.components
A composite field to update an immutable entity.
AddressField() - Constructor for class net.tangly.ui.components.AddressField
 
addShortcut(MenuItem) - Method in class net.tangly.ui.daterange.DateRangeShortcut
 
addShortcut(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class net.tangly.ui.daterange.DateRangeShortcut
 
addTabAt(String, Component, int) - Method in class net.tangly.ui.components.ItemForm
 
addTo(Temporal) - Method in class net.tangly.ui.daterange.TemporalDateRange
 
ADMINISTRATION - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
ANALYTICS - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
AnalyticsView - Class in net.tangly.ui.app.domain
 
AnalyticsView() - Constructor for class net.tangly.ui.app.domain.AnalyticsView
 
AsciiDocField - Class in net.tangly.ui.asciidoc
Define a display and edit field for asciidoc text.
AsciiDocField(String) - Constructor for class net.tangly.ui.asciidoc.AsciiDocField
 

B

BankConnectionField - Class in net.tangly.ui.components
A composite field to update an immutable bonk connection entity.
BankConnectionField() - Constructor for class net.tangly.ui.components.BankConnectionField
 
between(LocalDate, LocalDate) - Static method in class net.tangly.ui.daterange.TemporalDateRange
 
bind(Binder<T>) - Method in class net.tangly.ui.components.EntityField
 
bind(Binder<T>, boolean) - Method in interface net.tangly.ui.components.HasBindValue
 
binder() - Method in class net.tangly.ui.components.ItemForm
 
binderCast() - Method in class net.tangly.ui.components.EntityForm
 
BoundedDomainUi<T> - Class in net.tangly.ui.app.domain
Define the interface for the visualization of a bounded domain.
BoundedDomainUi(T) - Constructor for class net.tangly.ui.app.domain.BoundedDomainUi
 
buffer() - Method in class net.tangly.ui.app.domain.CmdFilesUpload
 
buildMenu() - Method in class net.tangly.ui.components.ItemView
 
Buttons - Search tag in class net.tangly.ui.components.ItemForm
Section

C

CANCEL - Static variable in class net.tangly.ui.app.domain.CmdFilesUpload
 
clear() - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
clear() - Method in class net.tangly.ui.components.AddressField
 
clear() - Method in class net.tangly.ui.components.BankConnectionField
 
clear() - Method in class net.tangly.ui.components.EntityField
 
clear() - Method in class net.tangly.ui.components.ItemForm
Clear the content of the form.
clear() - Method in class net.tangly.ui.components.One2ManyOwnedField
 
clear() - Method in class net.tangly.ui.components.One2ManyReferencesField
 
clear() - Method in class net.tangly.ui.components.One2OneField
 
clear() - Method in class net.tangly.ui.daterange.DateRangePicker
 
CLEAR - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
clearOid() - Method in class net.tangly.ui.components.EntityField
 
close() - Method in class net.tangly.ui.app.domain.CmdFilesUpload
 
Cmd - Interface in net.tangly.ui.app.domain
The interface defines the abstraction for the command pattern.
CmdFilesUpload<R,B,P> - Class in net.tangly.ui.app.domain
The command to upload a set of files containing entities is delcared.
CmdFilesUpload(BoundedDomain<R, B, P>, String...) - Constructor for class net.tangly.ui.app.domain.CmdFilesUpload
Constructs an upload command for files.
coloredRender(Function<T, BigDecimal>, NumberFormat) - Static method in class net.tangly.ui.components.VaadinUtils
 
CommentsView - Class in net.tangly.ui.components
A view for a list of objects.
CommentsView(BoundedDomain<?, ?, ?>, Mode) - Constructor for class net.tangly.ui.components.CommentsView
 
contextMenu - Variable in class net.tangly.ui.daterange.DateRangePicker
 
create() - Method in class net.tangly.ui.components.ItemForm
Create a new entity form.
CREATE - Enum constant in enum class net.tangly.ui.components.Mode
 
CREATE_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 
createAndRegisterChart(String) - Method in class net.tangly.ui.app.domain.AnalyticsView
 
createButtonBar() - Method in class net.tangly.ui.components.ItemForm
Create the CRUD button bar.
createChart(String, CategoryData, Data) - Method in class net.tangly.ui.app.domain.AnalyticsView
 
createCodeField(CodeType<T>, String) - Static method in class net.tangly.ui.components.ItemForm
 
createDatePicker(String) - Static method in class net.tangly.ui.components.VaadinUtils
 
createDatePicker(String, boolean, boolean) - Static method in class net.tangly.ui.components.VaadinUtils
 
createDateRangeField(Consumer<DateRange>) - Static method in class net.tangly.ui.components.ItemView
 
createDialog() - Static method in class net.tangly.ui.components.VaadinUtils
 
createDialog(String, FormLayout) - Static method in interface net.tangly.ui.app.domain.Cmd
 
createHeaderRow() - Method in class net.tangly.ui.components.ItemView
 
createIntegerFilterField(Consumer<Integer>) - Static method in class net.tangly.ui.components.ItemView
 
createLineChart(String, DateData, BiFunction<LocalDate, LocalDate, BigDecimal>, RectangularCoordinate) - Method in class net.tangly.ui.app.domain.AnalyticsView
 
createOrUpdateInstance(T) - Method in class net.tangly.ui.components.EntityForm
 
createOrUpdateInstance(T) - Method in class net.tangly.ui.components.ItemForm
Create or update the instance with the new values from the user interface.
createSelectFor(Class<T>, String) - Static method in class net.tangly.ui.components.VaadinUtils
 
createShortcuts(HorizontalLayout) - Method in class net.tangly.ui.daterange.DateRangePicker
 
createTextField(String, String) - Static method in class net.tangly.ui.components.VaadinUtils
 
createTextField(String, String, boolean) - Static method in class net.tangly.ui.components.VaadinUtils
 
createTextField(String, String, boolean, boolean) - Static method in class net.tangly.ui.components.VaadinUtils
 
createTextFilterField(Consumer<String>) - Static method in class net.tangly.ui.components.ItemView
 
CRUD Operations - Search tag in class net.tangly.ui.components.ItemView
Section
currentView() - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 
currentView(Component) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 

D

dataView() - Method in class net.tangly.ui.components.ItemView
 
dataView() - Method in class net.tangly.ui.components.ItemView.ItemFilter
 
dataView(GridListDataView<T>) - Method in class net.tangly.ui.components.ItemView.ItemFilter
 
DATE - Static variable in class net.tangly.ui.components.ItemView
 
DATE_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
DateRangePicker - Class in net.tangly.ui.components
 
DateRangePicker - Class in net.tangly.ui.daterange
 
DateRangePicker(String, String, String, boolean) - Constructor for class net.tangly.ui.daterange.DateRangePicker
 
DateRangePicker(String, String, LocalDate, String, LocalDate, boolean) - Constructor for class net.tangly.ui.daterange.DateRangePicker
 
DateRangePicker(String, LocalDate, LocalDate) - Constructor for class net.tangly.ui.components.DateRangePicker
 
DateRangeShortcut - Class in net.tangly.ui.daterange
 
DateRangeShortcut(Component) - Constructor for class net.tangly.ui.daterange.DateRangeShortcut
 
delete(T) - Method in class net.tangly.ui.components.ItemForm
Display an entity with properties for deletion.
DELETE - Enum constant in enum class net.tangly.ui.components.Mode
 
DELETE_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 
deleteEntity() - Method in class net.tangly.ui.components.ItemForm
Delete the entity from the backend and refreshes the grid.
dialog() - Method in interface net.tangly.ui.app.domain.Cmd
Return the dialog associated with the command if existing.
display(T) - Method in class net.tangly.ui.components.ItemForm
Display an entity with properties for viewing.
domain - Variable in class net.tangly.ui.app.domain.CmdFilesUpload
 
domain() - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 
domain() - Method in class net.tangly.ui.components.ItemView
 
DomainEntitiesView - Class in net.tangly.ui.app.domain
Displays all entities of a bounded domain with administration information.
DomainEntitiesView(BoundedDomain<?, ?, ?>) - Constructor for class net.tangly.ui.app.domain.DomainEntitiesView
 
DomainView - Class in net.tangly.ui.app.domain
Provides a view on the domain with tabs monitoring the instances of domain-specific entities and tags used in the bounded domain.
DomainView(BoundedDomain<?, ?, ?>) - Constructor for class net.tangly.ui.app.domain.DomainView
 
duplicate(T) - Method in class net.tangly.ui.components.EntityForm
Duplicate the entity and clears the object identifier field.
duplicate(T) - Method in class net.tangly.ui.components.ItemForm
Display and support editing of a duplicated entity.
DUPLICATE - Enum constant in enum class net.tangly.ui.components.Mode
 
DUPLICATE_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 

E

edit(T) - Method in class net.tangly.ui.components.ItemForm
Display an entity with properties for modification.
EDIT - Enum constant in enum class net.tangly.ui.components.Mode
 
EDIT_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 
emailAddressComponentRenderer(Function<T, EmailAddress>) - Static method in class net.tangly.ui.components.VaadinUtils
 
EmbeddedPdfDocument - Class in net.tangly.ui.pdf
 
EmbeddedPdfDocument() - Constructor for class net.tangly.ui.pdf.EmbeddedPdfDocument
 
EmbeddedPdfDocument(StreamResource) - Constructor for class net.tangly.ui.pdf.EmbeddedPdfDocument
 
EmbeddedPdfDocument(String) - Constructor for class net.tangly.ui.pdf.EmbeddedPdfDocument
 
emptySafeString(String) - Static method in class net.tangly.ui.asciidoc.StringUtil
 
emptySafeString(String, String) - Static method in class net.tangly.ui.asciidoc.StringUtil
 
endDatePicker - Variable in class net.tangly.ui.daterange.DateRangePicker
 
ENTITIES - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
entity() - Method in class net.tangly.ui.components.ItemView
 
entity(T) - Method in class net.tangly.ui.components.ItemView
 
entityClass() - Method in class net.tangly.ui.components.ItemForm
 
entityClass() - Method in class net.tangly.ui.components.ItemView
 
EntityField<T> - Class in net.tangly.ui.components
Provides a composite field for the properties of an entity object or a subclass of an entity abstraction.
EntityField() - Constructor for class net.tangly.ui.components.EntityField
 
EntityFilter<T> - Class in net.tangly.ui.components
Define a canonical filter for entities.
EntityFilter() - Constructor for class net.tangly.ui.components.EntityFilter
 
EntityForm<T,V> - Class in net.tangly.ui.components
Creates the form for a simple entity or a full entity.
EntityForm(V, Function<Long, T>) - Constructor for class net.tangly.ui.components.EntityForm
 
EntityView<T> - Class in net.tangly.ui.components
The CRUD view for a domain entity.
EntityView(Class<T>, BoundedDomain<?, ?, ?>, Provider<T>, Mode) - Constructor for class net.tangly.ui.components.EntityView
 
execute() - Method in interface net.tangly.ui.app.domain.Cmd
Execute the command.
execute() - Method in class net.tangly.ui.app.domain.CmdFilesUpload
 
EXPORT - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 

F

filter() - Method in class net.tangly.ui.components.EntityView
 
filter() - Method in class net.tangly.ui.components.ItemView
 
form() - Method in class net.tangly.ui.components.ItemForm
Create the form containing all the fields to display an entity.
form() - Method in class net.tangly.ui.components.ItemView
 
form(ItemForm<T, ?>) - Method in class net.tangly.ui.components.ItemView
 
format(BigDecimal) - Static method in class net.tangly.ui.components.VaadinUtils
 
FORMAT - Static variable in class net.tangly.ui.components.VaadinUtils
 
Form Declaration - Search tag in class net.tangly.ui.components.ItemView
Section
Form Functions - Search tag in class net.tangly.ui.components.ItemView
Section
from() - Method in class net.tangly.ui.app.domain.AnalyticsView
 
FROM - Static variable in class net.tangly.ui.components.ItemView
 
FROM_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
fromBinder(String) - Method in class net.tangly.ui.components.ItemForm
 
fromRange(DateRange) - Method in class net.tangly.ui.components.EntityFilter
 

G

generateModelValue() - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
generateModelValue() - Method in class net.tangly.ui.components.AddressField
 
generateModelValue() - Method in class net.tangly.ui.components.BankConnectionField
 
generateModelValue() - Method in class net.tangly.ui.components.DateRangePicker
 
generateModelValue() - Method in class net.tangly.ui.components.EntityField
 
generateModelValue() - Method in class net.tangly.ui.components.One2ManyOwnedField
 
generateModelValue() - Method in class net.tangly.ui.components.One2ManyReferencesField
 
generateModelValue() - Method in class net.tangly.ui.components.One2OneField
 
generateModelValue() - Method in class net.tangly.ui.daterange.DateRangePicker
 
get(TemporalUnit) - Method in class net.tangly.ui.daterange.TemporalDateRange
 
getAttribute(Component, String) - Static method in class net.tangly.ui.components.VaadinUtils
 
getBeginDate() - Method in class net.tangly.ui.daterange.TemporalDateRange
 
getContextMenu() - Method in class net.tangly.ui.daterange.DateRangePicker
 
getEndDate() - Method in class net.tangly.ui.daterange.DateRangePicker
 
getEndDate() - Method in class net.tangly.ui.daterange.TemporalDateRange
 
getEndDatePicker() - Method in class net.tangly.ui.daterange.DateRangePicker
 
getPeriod() - Method in class net.tangly.ui.daterange.TemporalDateRange
 
getStartDate() - Method in class net.tangly.ui.daterange.DateRangePicker
 
getStartDatePicker() - Method in class net.tangly.ui.daterange.DateRangePicker
 
getUnits() - Method in class net.tangly.ui.daterange.TemporalDateRange
 
getValue() - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
grid() - Method in class net.tangly.ui.components.ItemView
 

H

HasBindValue<T> - Interface in net.tangly.ui.components
Defines an abstraction which binds property values of an entity to a binder object.
hasForm() - Method in enum class net.tangly.ui.components.Mode
 
horizontalLayout - Variable in class net.tangly.ui.daterange.DateRangePicker
 

I

id(String) - Method in class net.tangly.ui.components.EntityFilter
 
ID - Static variable in class net.tangly.ui.components.ItemView
 
ID_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
IMPORT - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
initEntityForm() - Method in class net.tangly.ui.components.EntityForm
 
initEntityView() - Method in class net.tangly.ui.components.EntityView
 
initialize(Grid<E>) - Static method in class net.tangly.ui.components.VaadinUtils
 
isAllowed() - Method in interface net.tangly.ui.app.domain.Cmd
Indicate if the command is enabled or not.
isFormEmbedded() - Method in class net.tangly.ui.components.ItemView
 
isFormEmbedded(boolean) - Method in class net.tangly.ui.components.ItemView
 
isGrouped() - Method in class net.tangly.ui.daterange.DateRangePicker
 
ISO_DATE_FORMAT - Static variable in class net.tangly.ui.components.ItemView
 
ItemFilter() - Constructor for class net.tangly.ui.components.ItemView.ItemFilter
 
ItemForm<T,U> - Class in net.tangly.ui.components
Defines the CRUD contract for a form used to display or modify an entity.
ItemForm(U) - Constructor for class net.tangly.ui.components.ItemForm
 
ItemView<T> - Class in net.tangly.ui.components
The entity view displays a list of entities in a grid.
ItemView(Class<T>, BoundedDomain<?, ?, ?>, Provider<T>, ItemView.ItemFilter<T>, Mode) - Constructor for class net.tangly.ui.components.ItemView
Constructor of the class.
ItemView.ItemFilter<T> - Class in net.tangly.ui.components
Filter to select a subset of entities based on one or more property values of the desired items.

J

JSON_MIME - Static variable in class net.tangly.ui.app.domain.CmdFilesUpload
 

L

Link - Class in net.tangly.ui.asciidoc
 
Link(String, String) - Constructor for class net.tangly.ui.asciidoc.Link
 
linkedInComponentRenderer(Function<T, String>, boolean) - Static method in class net.tangly.ui.components.VaadinUtils
 
LIST - Enum constant in enum class net.tangly.ui.components.Mode
 
LIST_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 
LOAD - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 

M

matches(String, String) - Static method in class net.tangly.ui.components.ItemView.ItemFilter
 
menu() - Method in class net.tangly.ui.components.ItemView
 
Menu Extensions - Search tag in class net.tangly.ui.components.ItemView
Section
mode() - Method in interface net.tangly.ui.components.HasBindValue
 
mode() - Method in class net.tangly.ui.components.ItemForm
Return the mode of the form.
mode() - Method in class net.tangly.ui.components.ItemView
 
mode() - Method in class net.tangly.ui.components.One2ManyOwnedField
 
mode() - Method in class net.tangly.ui.components.One2ManyReferencesField
 
mode(Mode) - Method in interface net.tangly.ui.components.HasBindValue
 
mode(Mode) - Method in class net.tangly.ui.components.ItemForm
Set the mode of the form and propagate it to all components registered in the binder.
mode(Mode) - Method in class net.tangly.ui.components.One2ManyOwnedField
 
mode(Mode) - Method in class net.tangly.ui.components.One2ManyReferencesField
 
mode(Mode) - Method in class net.tangly.ui.components.ItemView
 
Mode - Enum Class in net.tangly.ui.components
Define the modes of the item view.
Mode Propagation - Search tag in class net.tangly.ui.components.ItemForm
Section

N

name() - Method in class net.tangly.ui.app.domain.BoundedDomainUi
Return the name of bounded domain user interface as displayed in the user interface.
name(String) - Method in class net.tangly.ui.components.EntityFilter
 
NAME - Static variable in class net.tangly.ui.app.domain.TagTypesView
 
NAME - Static variable in class net.tangly.ui.components.ItemView
 
NAME_LABEL - Static variable in class net.tangly.ui.app.domain.TagTypesView
 
NAME_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
nameActionButton(Mode) - Method in class net.tangly.ui.components.ItemForm
 
NAMESPACE - Static variable in class net.tangly.ui.app.domain.TagTypesView
 
NAMESPACE_LABEL - Static variable in class net.tangly.ui.app.domain.TagTypesView
 
net.tangly.ui.app.domain - package net.tangly.ui.app.domain
 
net.tangly.ui.asciidoc - package net.tangly.ui.asciidoc
 
net.tangly.ui.components - package net.tangly.ui.components
The application can be used by mvn install (once) mvn (to run the application) The package provides a CRUD component for entities.
net.tangly.ui.daterange - package net.tangly.ui.daterange
 
net.tangly.ui.pdf - package net.tangly.ui.pdf
 
nullSafeString(String) - Static method in class net.tangly.ui.asciidoc.StringUtil
 
nullSafeString(String, String) - Static method in class net.tangly.ui.asciidoc.StringUtil
 

O

of(Class<T>, BoundedDomain<?, ?, ?>, Provider<T>, Mode) - Static method in class net.tangly.ui.components.EntityView
 
ofGlobalCmd(GridContextMenu.GridContextMenuItemClickEvent<?>, Runnable) - Static method in interface net.tangly.ui.app.domain.Cmd
Factory method to create a command from a grid context menu item click event.
ofItemCmd(GridContextMenu.GridContextMenuItemClickEvent<T>, Consumer<T>) - Static method in interface net.tangly.ui.app.domain.Cmd
Factory method to create a command from a grid context menu item click event.
oid(Long) - Method in class net.tangly.ui.components.EntityFilter
 
OID - Static variable in class net.tangly.ui.components.ItemView
 
OID_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
One2ManyOwnedField<T> - Class in net.tangly.ui.components
The view displays all items of a property backed by a collection.
One2ManyOwnedField(ItemView<T>) - Constructor for class net.tangly.ui.components.One2ManyOwnedField
 
One2ManyReferencesField<T> - Class in net.tangly.ui.components
The view displays all items of a property backed by a collection.
One2ManyReferencesField(Class<T>, Provider<T>) - Constructor for class net.tangly.ui.components.One2ManyReferencesField
 
One2OneField<T> - Class in net.tangly.ui.components
A composite field to display a one-2-one relationship instance.
One2OneField(String, Class<T>, Provider<T>) - Constructor for class net.tangly.ui.components.One2OneField
 
overwrite() - Method in class net.tangly.ui.app.domain.CmdFilesUpload
 

P

parent() - Method in class net.tangly.ui.components.ItemForm
 
PdfViewerDialog - Class in net.tangly.ui.pdf
 
PdfViewerDialog(StreamResource) - Constructor for class net.tangly.ui.pdf.PdfViewerDialog
 
PdfViewerDialog(String, InputStream) - Constructor for class net.tangly.ui.pdf.PdfViewerDialog
 
PdfViewerDialog(String, String) - Constructor for class net.tangly.ui.pdf.PdfViewerDialog
Create a PDF viewer for a PDF file s
processInputStream(String, BiConsumer<Reader, String>) - Method in class net.tangly.ui.app.domain.CmdFilesUpload
Process the input stream with the provided consumer.
processInputStream(String, TriConsumer<Reader, String, Boolean>) - Method in class net.tangly.ui.app.domain.CmdFilesUpload
Process the input stream with the provided consumer.
propagated(Mode) - Static method in enum class net.tangly.ui.components.Mode
Propagated mode for subcomponents of a view or a form.
provider() - Method in class net.tangly.ui.components.ItemView
 
provider(Provider<T>) - Method in class net.tangly.ui.components.ItemView
Set the provider.

Q

quarterLegends(LocalDate, LocalDate) - Static method in class net.tangly.ui.components.VaadinUtils
 

R

readonly() - Method in enum class net.tangly.ui.components.Mode
 
refresh() - Method in class net.tangly.ui.components.ItemView.ItemFilter
 
refresh() - Method in class net.tangly.ui.components.ItemView
 
refreshViews() - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 
registerAllFinishedListener(ComponentEventListener<AllFinishedEvent>) - Method in class net.tangly.ui.app.domain.CmdFilesUpload
Register the listener in charge to load and update the provided entities for the domain.
registry() - Method in class net.tangly.ui.components.ItemView
 
roles() - Method in interface net.tangly.ui.app.domain.Cmd
Return the roles requested to execute the command.

S

select(AppLayout) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
 
select(AppLayout, Component) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
Select the new current view of the bounded domain interface.
select(AppLayout, MenuBar) - Method in class net.tangly.ui.app.domain.BoundedDomainUi
Select the bounded domain and the associated default view to be displayed from the bounded domain user interface and update the menu to reflect the bounded domain.
set1ResponsiveSteps(FormLayout) - Static method in class net.tangly.ui.components.VaadinUtils
 
set3ResponsiveSteps(FormLayout) - Static method in class net.tangly.ui.components.VaadinUtils
 
setAttribute(Component, String, Object) - Static method in class net.tangly.ui.components.VaadinUtils
 
setBeginDate(LocalDate) - Method in class net.tangly.ui.daterange.TemporalDateRange
 
setContextMenu(DateRangeShortcut) - Method in class net.tangly.ui.daterange.DateRangePicker
 
setEndDate(LocalDate) - Method in class net.tangly.ui.daterange.TemporalDateRange
 
setPresentationValue(String) - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
setPresentationValue(Collection<T>) - Method in class net.tangly.ui.components.One2ManyOwnedField
 
setPresentationValue(Collection<T>) - Method in class net.tangly.ui.components.One2ManyReferencesField
 
setPresentationValue(Address) - Method in class net.tangly.ui.components.AddressField
 
setPresentationValue(BankConnection) - Method in class net.tangly.ui.components.BankConnectionField
 
setPresentationValue(DateRange) - Method in class net.tangly.ui.components.DateRangePicker
 
setPresentationValue(TemporalDateRange) - Method in class net.tangly.ui.daterange.DateRangePicker
 
setPresentationValue(T) - Method in class net.tangly.ui.components.EntityField
 
setPresentationValue(T) - Method in class net.tangly.ui.components.One2OneField
 
setReadOnly(boolean) - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.AddressField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.BankConnectionField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.EntityField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.One2ManyOwnedField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.One2ManyReferencesField
 
setReadOnly(boolean) - Method in class net.tangly.ui.components.One2OneField
 
setValue(C, T) - Static method in class net.tangly.ui.components.VaadinUtils
 
setValue(String) - Method in class net.tangly.ui.asciidoc.AsciiDocField
 
startDatePicker - Variable in class net.tangly.ui.daterange.DateRangePicker
 
STATISTICS - Static variable in class net.tangly.ui.app.domain.BoundedDomainUi
 
StringUtil - Class in net.tangly.ui.asciidoc
 
StringUtil() - Constructor for class net.tangly.ui.asciidoc.StringUtil
 
subtractFrom(Temporal) - Method in class net.tangly.ui.daterange.TemporalDateRange
 
supplier() - Method in class net.tangly.ui.components.EntityForm
 

T

tabSheet - Variable in class net.tangly.ui.app.domain.AnalyticsView
 
TagsView - Class in net.tangly.ui.components
The tags view is a Crud view with all the tags defined for an entity.
TagsView(BoundedDomain<?, ?, ?>, Mode) - Constructor for class net.tangly.ui.components.TagsView
 
TagTypesView - Class in net.tangly.ui.app.domain
Displays all tags and their usage, often used for administrative information for a bounded domain.
TagTypesView(BoundedDomain<?, ?, ?>) - Constructor for class net.tangly.ui.app.domain.TagTypesView
 
TemporalDateRange - Class in net.tangly.ui.daterange
 
TemporalDateRange() - Constructor for class net.tangly.ui.daterange.TemporalDateRange
 
test(T) - Method in class net.tangly.ui.components.EntityFilter
 
test(T) - Method in class net.tangly.ui.components.ItemView.ItemFilter
 
text() - Method in class net.tangly.ui.components.ItemForm
 
text() - Method in enum class net.tangly.ui.components.Mode
 
text(String) - Method in class net.tangly.ui.components.EntityFilter
 
TEXT - Static variable in class net.tangly.ui.components.ItemView
 
TEXT_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
TITLE - Static variable in class net.tangly.ui.app.domain.CmdFilesUpload
 
to() - Method in class net.tangly.ui.app.domain.AnalyticsView
 
TO - Static variable in class net.tangly.ui.components.ItemView
 
TO_LABEL - Static variable in class net.tangly.ui.components.ItemView
 
toBigDecimal(String) - Static method in class net.tangly.ui.components.VaadinUtils
 
toRange(DateRange) - Method in class net.tangly.ui.components.EntityFilter
 
toString() - Method in class net.tangly.ui.daterange.TemporalDateRange
 
toValid3ByteUTF8String(String) - Static method in class net.tangly.ui.asciidoc.StringUtil
 
TSV_MIME - Static variable in class net.tangly.ui.app.domain.CmdFilesUpload
 

U

update() - Method in class net.tangly.ui.app.domain.AnalyticsView
 
update(SOChart, Consumer<SOChart>) - Method in class net.tangly.ui.app.domain.AnalyticsView
 
update(Map<TagType<?>, Integer>) - Method in class net.tangly.ui.app.domain.TagTypesView
 
updateEntity() - Method in class net.tangly.ui.components.ItemForm
Update the entity upon modification.
urlComponentRenderer(String) - Static method in class net.tangly.ui.components.VaadinUtils
 
urlComponentRenderer(Function<T, String>) - Static method in class net.tangly.ui.components.VaadinUtils
 

V

VaadinUtils - Class in net.tangly.ui.components
 
value() - Method in interface net.tangly.ui.components.HasBindValue
 
value() - Method in class net.tangly.ui.components.ItemForm
Return the value displayed in the form.
value(T) - Method in interface net.tangly.ui.components.HasBindValue
 
value(T) - Method in class net.tangly.ui.components.ItemForm
Set the value displayed in the form.
valueOf(String) - Static method in enum class net.tangly.ui.components.Mode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.tangly.ui.components.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
VIEW - Enum constant in enum class net.tangly.ui.components.Mode
 
VIEW_TEXT - Static variable in enum class net.tangly.ui.components.Mode
 

Z

zefixComponentRenderer() - Static method in class net.tangly.ui.components.VaadinUtils
 
A B C D E F G H I J L M N O P Q R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form