Skip navigation links
A B C D E G H I L M N O P Q R S T V 

A

addContent(Component) - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Adds the given component to be displayed in the dialog.
addContent(Component, float) - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Adds the given component to be displayed in the dialog with the given expand ratio.
addSheet(SidebarSheet) - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
 
addSheets(Stream<SidebarSheet>) - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
 
addSheets(Iterable<SidebarSheet>) - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
 
addSheets(SidebarSheet...) - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
 
andThen(Handler) - Method in interface org.linkki.framework.ui.dialogs.OkHandler
Returns a composed handler that first executes this handler onOk() method and then the onOk() method of the given handler.
ApplicationConfig - Interface in org.linkki.framework.state
Application configuration parameters.
ApplicationFooter - Class in org.linkki.framework.ui.application
The footer of the application displaying information about the application, version and copyright.
ApplicationFooter() - Constructor for class org.linkki.framework.ui.application.ApplicationFooter
 
ApplicationFrame - Class in org.linkki.framework.ui.application
Overall layout frame for the application.
ApplicationFrame() - Constructor for class org.linkki.framework.ui.application.ApplicationFrame
 
ApplicationHeader - Class in org.linkki.framework.ui.application
Header-Section of the application containing the application menu and information about the user.
ApplicationHeader() - Constructor for class org.linkki.framework.ui.application.ApplicationHeader
 
ApplicationMenu - Class in org.linkki.framework.ui.application.menu
 
ApplicationMenu() - Constructor for class org.linkki.framework.ui.application.menu.ApplicationMenu
 
ApplicationMenuItemDefinition - Class in org.linkki.framework.ui.application.menu
Defines an item in the applications main menu.
ApplicationMenuItemDefinition(String, int) - Constructor for class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
apply() - Method in interface org.linkki.framework.ui.dialogs.OkHandler
 

B

buildText(ApplicationConfig) - Method in class org.linkki.framework.ui.application.ApplicationFooter
Returns the text for the footer.

C

cancel() - Method in class org.linkki.framework.ui.dialogs.ConfirmationDialog
Calls the OkCancelDialog.ok() method as a confirmation dialog does only allow confirmation.
cancel() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Called when the user clicks the cancel button or closes the window.
CdiFixNavigator - Class in org.linkki.framework.ui.application
Subclass of the origin vaadin navigator to fix a cdi problem when switching to the same view.
CdiFixNavigator(UI, ComponentContainer) - Constructor for class org.linkki.framework.ui.application.CdiFixNavigator
 
compareTo(ApplicationMenuItemDefinition) - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
ConfirmationDialog - Class in org.linkki.framework.ui.dialogs
A dialog to present an information to the user, who has to confirm it with OK.
ConfirmationDialog(String, Component, Handler) - Constructor for class org.linkki.framework.ui.dialogs.ConfirmationDialog
Creates a new dialog.
createHelpSection(HorizontalLayout) - Method in class org.linkki.framework.ui.application.ApplicationHeader
 
createItem(ApplicationMenu) - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
createNavigator(UI, ComponentContainer) - Method in class org.linkki.framework.ui.application.ApplicationFrame
 
createSections(HorizontalLayout) - Method in class org.linkki.framework.ui.application.ApplicationHeader
 
createUserSection(HorizontalLayout) - Method in class org.linkki.framework.ui.application.ApplicationHeader
 

D

DEBUG - Static variable in interface org.linkki.framework.state.ApplicationConfig
 
DialogBindingManager - Class in org.linkki.framework.ui.dialogs
A binding manager for bindings in an OkCancelDialog.
DialogBindingManager(OkCancelDialog, ValidationService) - Constructor for class org.linkki.framework.ui.dialogs.DialogBindingManager
 
DialogBindingManager(OkCancelDialog, ValidationService, PropertyBehaviorProvider) - Constructor for class org.linkki.framework.ui.dialogs.DialogBindingManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.linkki.framework.ui.login.LoginServlet
 

E

EmptyCdiView - Class in org.linkki.framework.ui.application
An extension of the Navigator.EmptyView that adds a @CDIView annotation so that it can be displayed with a CDIViewProvider.
EmptyCdiView() - Constructor for class org.linkki.framework.ui.application.EmptyCdiView
 
equals(Object) - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 

G

getApplicationName() - Method in interface org.linkki.framework.state.ApplicationConfig
 
getApplicationVersion() - Method in interface org.linkki.framework.state.ApplicationConfig
 
getButton() - Method in class org.linkki.framework.ui.component.sidebar.SidebarSheet
 
getContent() - Method in class org.linkki.framework.ui.application.ApplicationFrame
Returns the vertical layout that displays all content.
getContent() - Method in class org.linkki.framework.ui.component.sidebar.SidebarSheet
 
getCopyright() - Method in interface org.linkki.framework.state.ApplicationConfig
 
getCurrentView() - Method in class org.linkki.framework.ui.application.ApplicationFrame
Returns the view that is currently displayed if there is any.
getIcon() - Method in class org.linkki.framework.ui.component.MessagePmo
 
getIcon() - Method in class org.linkki.framework.ui.component.MessageRow
 
getMainArea() - Method in class org.linkki.framework.ui.application.ApplicationFrame
 
getMessages() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns the messages from which a message is displayed in the dialog (if the list is not empty).
getName() - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
getNavigator() - Method in class org.linkki.framework.ui.application.ApplicationFrame
 
getPosition() - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
getSelected() - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
Returns the selected SidebarSheet.
getString(String) - Static method in class org.linkki.framework.ui.nls.NlsText
 
getStyle() - Method in class org.linkki.framework.ui.component.MessagePmo
 
getText() - Method in class org.linkki.framework.ui.component.MessagePmo
 
getText() - Method in class org.linkki.framework.ui.component.MessageRow
 
getToolTip() - Method in class org.linkki.framework.ui.component.MessagePmo
 
getToolTip() - Method in class org.linkki.framework.ui.component.sidebar.SidebarSheet
 
getUserName() - Method in class org.linkki.framework.ui.application.ApplicationHeader
 
getValidationDisplayState() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns the state regarding the displayed validation messages.
getValidationService() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns the validation service that validates data in the dialog.
getViewProvider() - Method in class org.linkki.framework.ui.application.ApplicationFrame
 

H

hashCode() - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 

I

ICON - Static variable in class org.linkki.framework.ui.LinkkiStyles
login.jsp icon href.
init(ApplicationConfig) - Method in class org.linkki.framework.ui.application.ApplicationFooter
 
init(UI) - Method in class org.linkki.framework.ui.application.ApplicationFrame
Initializes the layout for the given UI.
init() - Method in class org.linkki.framework.ui.application.ApplicationHeader
 
init() - Method in class org.linkki.framework.ui.application.menu.ApplicationMenu
 
internalCreateItem(ApplicationMenu) - Method in class org.linkki.framework.ui.application.menu.ApplicationMenuItemDefinition
 
isCancelPressed() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns true if the cancel button was pressed.
isOkEnabled() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns whether or not the OK button is enabled.
isOkPressed() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Returns true if the OK button was pressed.

L

LinkkiStyles - Class in org.linkki.framework.ui
 
LoginServlet - Class in org.linkki.framework.ui.login
 
LoginServlet() - Constructor for class org.linkki.framework.ui.login.LoginServlet
 

M

MESSAGE_LIST_STYLE - Static variable in class org.linkki.framework.ui.LinkkiStyles
Style class prefix message labels.
MESSAGE_PREFIX - Static variable in class org.linkki.framework.ui.LinkkiStyles
Prefix for message label style classes.
MessageListPanel - Class in org.linkki.framework.ui.component
 
MessageListPanel(String) - Constructor for class org.linkki.framework.ui.component.MessageListPanel
 
MessageListPanel(String, MessageList) - Constructor for class org.linkki.framework.ui.component.MessageListPanel
 
MessagePmo - Class in org.linkki.framework.ui.component
PMO for Message.
MessagePmo(Message) - Constructor for class org.linkki.framework.ui.component.MessagePmo
 
MessageRow - Class in org.linkki.framework.ui.component
 
MessageRow(Message) - Constructor for class org.linkki.framework.ui.component.MessageRow
 

N

navigateTo(String) - Method in class org.linkki.framework.ui.application.CdiFixNavigator
 
newBindingContext(String) - Method in class org.linkki.framework.ui.dialogs.DialogBindingManager
 
newLogoutCommand() - Method in class org.linkki.framework.ui.application.ApplicationHeader
 
newOkCancelDialog(String, Object, Handler) - Method in class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
newOkCancelDialog(String, Handler, Object...) - Method in class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new OkCancelDialog.
NlsText - Class in org.linkki.framework.ui.nls
 
NOP_HANDLER - Static variable in interface org.linkki.framework.ui.dialogs.OkHandler
A handler that does nothing.

O

ok() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Called when the user clicks the OK button and OkCancelDialog.validate() does not return any error messages.
OkCancelDialog - Class in org.linkki.framework.ui.dialogs
A modal dialog with a header/title, an OK button and an optional cancel button at the bottom.
OkCancelDialog(String) - Constructor for class org.linkki.framework.ui.dialogs.OkCancelDialog
Creates a new dialog with the given caption that displays both the OK and Cancel button and uses a handler that does nothing when the OK button is clicked.
OkCancelDialog(String, Handler) - Constructor for class org.linkki.framework.ui.dialogs.OkCancelDialog
Creates a new dialog with the given caption that displays both the OK and Cancel button.
OkCancelDialog(String, Handler, OkCancelDialog.ButtonOption) - Constructor for class org.linkki.framework.ui.dialogs.OkCancelDialog
Creates a new dialog with the given caption.
OkCancelDialog(String, Component, Handler, OkCancelDialog.ButtonOption) - Constructor for class org.linkki.framework.ui.dialogs.OkCancelDialog
Creates a new dialog with the given caption.
OkCancelDialog.ButtonOption - Enum in org.linkki.framework.ui.dialogs
Options to choose the buttons.
OkHandler - Interface in org.linkki.framework.ui.dialogs
 
onOk() - Method in interface org.linkki.framework.ui.dialogs.OkHandler
Called when the user clicks OK.
open(String, String) - Static method in class org.linkki.framework.ui.dialogs.ConfirmationDialog
Opens the dialog.
open(String, String, Handler) - Static method in class org.linkki.framework.ui.dialogs.ConfirmationDialog
Opens the dialog.
open(String, Component) - Static method in class org.linkki.framework.ui.dialogs.ConfirmationDialog
Opens the dialog.
open(String, Component, Handler) - Static method in class org.linkki.framework.ui.dialogs.ConfirmationDialog
Opens the dialog.
open(OkCancelDialog) - Static method in class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new OkCancelDialog and opens it.
open(String, String, Handler) - Static method in class org.linkki.framework.ui.dialogs.QuestionDialog
Opens the dialog.
open(String, Component, Handler) - Static method in class org.linkki.framework.ui.dialogs.QuestionDialog
Opens the dialog.
openOkCancelDialog(String, Object, Handler) - Method in class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new OkCancelDialog and opens it.
org.linkki.framework.state - package org.linkki.framework.state
 
org.linkki.framework.ui - package org.linkki.framework.ui
 
org.linkki.framework.ui.application - package org.linkki.framework.ui.application
 
org.linkki.framework.ui.application.menu - package org.linkki.framework.ui.application.menu
 
org.linkki.framework.ui.component - package org.linkki.framework.ui.component
 
org.linkki.framework.ui.component.sidebar - package org.linkki.framework.ui.component.sidebar
 
org.linkki.framework.ui.dialogs - package org.linkki.framework.ui.dialogs
 
org.linkki.framework.ui.login - package org.linkki.framework.ui.login
 
org.linkki.framework.ui.nls - package org.linkki.framework.ui.nls
 

P

PmoBasedDialogFactory - Class in org.linkki.framework.ui.dialogs
A factory to create dialogs with a content based on a PresentationModelObject.
PmoBasedDialogFactory() - Constructor for class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new dialog factory with no validations and special property behavior.
PmoBasedDialogFactory(ValidationService) - Constructor for class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new dialog factory with no special property behavior.
PmoBasedDialogFactory(ValidationService, PropertyBehaviorProvider) - Constructor for class org.linkki.framework.ui.dialogs.PmoBasedDialogFactory
Creates a new dialog factory.

Q

QuestionDialog - Class in org.linkki.framework.ui.dialogs
A modal dialog that asks the user a question that can be confirmed with OK (and not confirmed with Cancel).
QuestionDialog(String, Component, Handler) - Constructor for class org.linkki.framework.ui.dialogs.QuestionDialog
Creates a new dialog.

R

refreshCurrentView() - Method in class org.linkki.framework.ui.application.ApplicationFrame
Navigates to the same view as the current view.

S

select(SidebarSheet) - Method in class org.linkki.framework.ui.component.sidebar.SidebarLayout
Selects the given sheet.
setContent(Component) - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Overrides AbstractSingleComponentContainer.setContent(Component) as the OkCancelDialog does not allow replacing its entire content (e.g.
setMessageList(MessageList) - Method in class org.linkki.framework.ui.component.MessageListPanel
 
setSize(String, String) - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Use this method to create a dialog with fixed size.
setValidationService(ValidationService) - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Sets the validation service that validates data in the dialog.
showView(Class<T>) - Method in class org.linkki.framework.ui.application.ApplicationFrame
Attempts to show a view of the given class.
showView(Class<T>, String) - Method in class org.linkki.framework.ui.application.ApplicationFrame
Attempts to show a view of the given class, appending pathAndParameters to the URL to provide information to the called view.
SIDEBAR - Static variable in class org.linkki.framework.ui.LinkkiStyles
Style class for the sidebar of SidebarLayout
SIDEBAR_CONTENT - Static variable in class org.linkki.framework.ui.LinkkiStyles
Style class for the content in SidebarLayout
SIDEBAR_LAYOUT - Static variable in class org.linkki.framework.ui.LinkkiStyles
Style class for SidebarLayout
SIDEBAR_SELECTED - Static variable in class org.linkki.framework.ui.LinkkiStyles
Style class for selected icons in the sidebar of SidebarLayout
SidebarLayout - Class in org.linkki.framework.ui.component.sidebar
Component consisting of a sidebar and a content area.
SidebarLayout() - Constructor for class org.linkki.framework.ui.component.sidebar.SidebarLayout
 
SidebarSheet - Class in org.linkki.framework.ui.component.sidebar
Wrapper class for a component that is displayed in a SidebarLayout.
SidebarSheet(Resource, Component, String) - Constructor for class org.linkki.framework.ui.component.sidebar.SidebarSheet
 
STYLESHEET - Static variable in class org.linkki.framework.ui.LinkkiStyles
login.jsp StyleSheet href.

T

THEME_NAME - Static variable in class org.linkki.framework.ui.LinkkiStyles
Vaadin theme name.

V

validate() - Method in class org.linkki.framework.ui.dialogs.OkCancelDialog
Retrieves the message list from the validation service and filters it according to its OkCancelDialog.getValidationDisplayState().
valueOf(String) - Static method in enum org.linkki.framework.ui.dialogs.OkCancelDialog.ButtonOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.linkki.framework.ui.dialogs.OkCancelDialog.ButtonOption
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L M N O P Q R S T V 
Skip navigation links

Copyright © 2017. All rights reserved.