Serialized Form
-
Package hu.rts.mike.example.dev.crm
-
Class hu.rts.mike.example.dev.crm.Application
class Application extends Object implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.component
-
Class hu.rts.mike.example.dev.crm.component.Badge
class Badge extends com.vaadin.flow.component.html.Span implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.component.customfield
-
Class hu.rts.mike.example.dev.crm.component.customfield.AdvancedComboBox
class AdvancedComboBox extends com.vaadin.flow.component.combobox.ComboBox<T> implements Serializable -
Class hu.rts.mike.example.dev.crm.component.customfield.AdvancedMultiSelectComboBox
class AdvancedMultiSelectComboBox extends com.vaadin.flow.component.combobox.MultiSelectComboBox<T> implements Serializable -
Class hu.rts.mike.example.dev.crm.component.customfield.EnumGrid
class EnumGrid extends com.vaadin.flow.component.customfield.CustomField<Set<Enum>> implements Serializable -
Class hu.rts.mike.example.dev.crm.component.customfield.LocalizedDatePicker
class LocalizedDatePicker extends com.vaadin.flow.component.datepicker.DatePicker implements Serializable-
Serialized Fields
-
converter
PresentationStringConverter converter
-
-
-
Class hu.rts.mike.example.dev.crm.component.customfield.LocalizedDatePicker.LocalizedDatePickerI18N
class LocalizedDatePickerI18N extends com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n implements Serializable -
Class hu.rts.mike.example.dev.crm.component.customfield.LocalizedDateTimePicker
class LocalizedDateTimePicker extends com.vaadin.flow.component.datetimepicker.DateTimePicker implements Serializable-
Serialized Fields
-
converter
PresentationStringConverter converter
-
-
-
Class hu.rts.mike.example.dev.crm.component.customfield.LocalizedDateTimePicker.LocalizedDatePickerI18N
class LocalizedDatePickerI18N extends com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.component.grid
-
Class hu.rts.mike.example.dev.crm.component.grid.ColumnToggleButton
class ColumnToggleButton extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.button.Button> implements Serializable-
Serialized Fields
-
columnToggleButton
com.vaadin.flow.component.button.Button columnToggleButton
-
columnToggleButtonText
String columnToggleButtonText
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.ColumnToggleContextMenu
class ColumnToggleContextMenu extends com.vaadin.flow.component.contextmenu.ContextMenu implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.component.grid.filter
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.BooleanFilter
class BooleanFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.select.Select<BooleanFilter.Matcher>> implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
select
com.vaadin.flow.component.select.Select<BooleanFilter.Matcher> select
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.ComparisonSelector
class ComparisonSelector extends com.vaadin.flow.component.select.Select<T> implements Serializable-
Serialized Fields
-
defaultValue
T defaultValue
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.DateFilter
class DateFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
comparisonSelector
ComparisonSelector<DateFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
converter
PresentationStringConverter converter
-
datePicker
LocalizedDatePicker datePicker
-
endDatePicker
LocalizedDatePicker endDatePicker
-
filterComponentChangeListener
Runnable filterComponentChangeListener
-
isExperimentalFeaturesEnabled
boolean isExperimentalFeaturesEnabled
-
propertyName
String propertyName
-
separator
com.vaadin.flow.component.html.Paragraph separator
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.DateTimeFilter
class DateTimeFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
comparisonSelector
ComparisonSelector<DateTimeFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
converter
PresentationStringConverter converter
-
dateTimePicker
LocalizedDateTimePicker dateTimePicker
-
endDateTimePicker
LocalizedDateTimePicker endDateTimePicker
-
filterComponentChangeListener
Runnable filterComponentChangeListener
-
isExperimentalFeaturesEnabled
boolean isExperimentalFeaturesEnabled
-
propertyName
String propertyName
-
separator
com.vaadin.flow.component.html.Paragraph separator
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.EntityDisplayFilter
class EntityDisplayFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
converter
PresentationStringConverter converter
-
displayFragments
List<DisplayFragment> displayFragments
-
filterComponents
List<FilterComponent> filterComponents
-
isExperimentalFeaturesEnabled
boolean isExperimentalFeaturesEnabled
-
mainFilterBtn
com.vaadin.flow.component.button.Button mainFilterBtn
-
popup
com.vaadin.componentfactory.Popup popup
-
popupContent
com.vaadin.flow.component.orderedlayout.HorizontalLayout popupContent
-
popupFooter
com.vaadin.flow.component.orderedlayout.HorizontalLayout popupFooter
-
propertyName
String propertyName
-
removeFilterBtn
com.vaadin.flow.component.button.Button removeFilterBtn
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.EnumFilter
class EnumFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
comboBox
com.vaadin.flow.component.combobox.MultiSelectComboBox<T extends Enum<T> & HasTranslationName> comboBox
-
comparisonSelector
ComparisonSelector<EnumFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
enumClazz
Class<T extends Enum<T> & HasTranslationName> enumClazz
-
propertyName
String propertyName
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.NumberFilter
class NumberFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
addFilterBtn
com.vaadin.flow.component.button.Button addFilterBtn
-
comparisonSelector
ComparisonSelector<NumberFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
filterComponentChangeListener
Runnable filterComponentChangeListener
-
filterComponents
List<NumberFilter> filterComponents
-
isExperimentalFeaturesEnabled
boolean isExperimentalFeaturesEnabled
-
numberField
com.vaadin.flow.component.textfield.NumberField numberField
-
popup
com.vaadin.componentfactory.Popup popup
-
popupContent
com.vaadin.flow.component.orderedlayout.FlexLayout popupContent
-
popupFooter
com.vaadin.flow.component.orderedlayout.HorizontalLayout popupFooter
-
propertyName
String propertyName
-
removeFilterBtn
com.vaadin.flow.component.button.Button removeFilterBtn
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.SearchBar
class SearchBar extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.textfield.TextField> implements Serializable-
Serialized Fields
-
filterField
com.vaadin.flow.component.textfield.TextField filterField
-
tooltipButton
com.vaadin.flow.component.button.Button tooltipButton
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.SetFilter
class SetFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
comboBox
com.vaadin.flow.component.combobox.MultiSelectComboBox<T> comboBox
-
comparisonSelector
ComparisonSelector<SetFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
converter
Function<T,
String> converter -
propertyName
String propertyName
-
-
-
Class hu.rts.mike.example.dev.crm.component.grid.filter.SoftDeleteFilter
class SoftDeleteFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.button.Button> implements Serializable -
Class hu.rts.mike.example.dev.crm.component.grid.filter.TextFilter
class TextFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements Serializable-
Serialized Fields
-
comparisonSelector
ComparisonSelector<TextFilter.Matcher> comparisonSelector
-
container
com.vaadin.flow.component.html.Div container
-
parentNullCheck
boolean parentNullCheck
-
propertyName
String propertyName
-
textField
com.vaadin.flow.component.textfield.TextField textField
-
-
-
-
Package hu.rts.mike.example.dev.crm.component.layout
-
Class hu.rts.mike.example.dev.crm.component.layout.LazyComponent
class LazyComponent extends com.vaadin.flow.component.html.Div implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.component.navigation
-
Package hu.rts.mike.example.dev.crm.error
-
Exception hu.rts.mike.example.dev.crm.error.ErrorCodeException
class ErrorCodeException extends RuntimeException implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.i18n
-
Class hu.rts.mike.example.dev.crm.i18n.TranslationProvider
class TranslationProvider extends Object implements Serializable -
Class hu.rts.mike.example.dev.crm.i18n.TranslationServlet
class TranslationServlet extends com.vaadin.flow.server.VaadinServlet implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.security
-
Exception hu.rts.mike.example.dev.crm.security.UserBlockedException
class UserBlockedException extends RuntimeException implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.service
-
Exception hu.rts.mike.example.dev.crm.service.LastUserWhoCanCreateUsersException
class LastUserWhoCanCreateUsersException extends ErrorCodeException implements Serializable -
Exception hu.rts.mike.example.dev.crm.service.RoleExistsException
class RoleExistsException extends ErrorCodeException implements Serializable -
Exception hu.rts.mike.example.dev.crm.service.RoleInUseException
class RoleInUseException extends ErrorCodeException implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.session
-
Class hu.rts.mike.example.dev.crm.session.LocaleManager
class LocaleManager extends Object implements Serializable-
Serialized Fields
-
i18nProvider
com.vaadin.flow.i18n.I18NProvider i18nProvider
-
-
-
Class hu.rts.mike.example.dev.crm.session.TimeZoneManager
class TimeZoneManager extends Object implements Serializable
-
-
Package hu.rts.mike.example.dev.crm.view
-
Class hu.rts.mike.example.dev.crm.view.MainLayout
class MainLayout extends com.vaadin.flow.component.applayout.AppLayout implements Serializable-
Serialized Fields
-
authenticationContext
com.vaadin.flow.spring.security.AuthenticationContext authenticationContext
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
enUS
Locale enUS
-
huHU
Locale huHU
-
toggleThemeItem
com.vaadin.flow.component.contextmenu.MenuItem toggleThemeItem
-
translationProvider
TranslationProvider translationProvider
-
-
-
Class hu.rts.mike.example.dev.crm.view.RouteNotFoundHandler
class RouteNotFoundHandler extends com.vaadin.flow.router.RouteNotFoundError implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewcommunicationchannel
-
Class hu.rts.mike.example.dev.crm.view.addnewcommunicationchannel.AddNewCommunicationChannel
class AddNewCommunicationChannel extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
marketinChannelEditForm
MarketinChannelEditForm marketinChannelEditForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewcontact
-
Class hu.rts.mike.example.dev.crm.view.addnewcontact.AddNewContact
class AddNewContact extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewContactForm
AddNewContactForm addNewContactForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addneweventpage
-
Class hu.rts.mike.example.dev.crm.view.addneweventpage.AddNewEventPage
class AddNewEventPage extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewEventForm
AddNewEventForm addNewEventForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewlead
-
Class hu.rts.mike.example.dev.crm.view.addnewlead.AddNewLead
class AddNewLead extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewLeadForm
AddNewLeadForm addNewLeadForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewmarketingchannel
-
Class hu.rts.mike.example.dev.crm.view.addnewmarketingchannel.AddNewMarketingChannel
class AddNewMarketingChannel extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
marketinChannelEditForm
MarketinChannelEditForm marketinChannelEditForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewmchannelbudget
-
Class hu.rts.mike.example.dev.crm.view.addnewmchannelbudget.AddNewMChannelBudget
class AddNewMChannelBudget extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewMChannelBudgetForm
AddNewMChannelBudgetForm addNewMChannelBudgetForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewpartner
-
Class hu.rts.mike.example.dev.crm.view.addnewpartner.AddNewPartner
class AddNewPartner extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewPartnerForm
AddNewPartnerForm addNewPartnerForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.addnewvendor
-
Class hu.rts.mike.example.dev.crm.view.addnewvendor.AddNewVendor
class AddNewVendor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewVendorForm
AddNewVendorForm addNewVendorForm
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.communicationchannels
-
Class hu.rts.mike.example.dev.crm.view.communicationchannels.CommunicationChannels
class CommunicationChannels extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
communicationChannelsTable
CommunicationChannelsTable communicationChannelsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.companysizeaddnew
-
Class hu.rts.mike.example.dev.crm.view.companysizeaddnew.CompanySizeAddNew
class CompanySizeAddNew extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
companySizeAddNewForm
CompanySizeAddNewForm companySizeAddNewForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.companysizeedit
-
Class hu.rts.mike.example.dev.crm.view.companysizeedit.CompanySizeEdit
class CompanySizeEdit extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
companySizeEditForm
CompanySizeEditForm companySizeEditForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.contactaddnew
-
Class hu.rts.mike.example.dev.crm.view.contactaddnew.ContactAddNew
class ContactAddNew extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
contactAddNewForm
ContactAddNewForm contactAddNewForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.contactedit
-
Class hu.rts.mike.example.dev.crm.view.contactedit.ContactEdit
class ContactEdit extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
contactEditForm
ContactEditForm contactEditForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.contacts
-
Class hu.rts.mike.example.dev.crm.view.contacts.Contacts
class Contacts extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
contactsTable
ContactsTable contactsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.creatediscount
-
Class hu.rts.mike.example.dev.crm.view.creatediscount.CreateDiscount
class CreateDiscount extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
createDiscountForm
CreateDiscountForm createDiscountForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.createproduct
-
Class hu.rts.mike.example.dev.crm.view.createproduct.CreateProduct
class CreateProduct extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
createProductForm
CreateProductForm createProductForm
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.discounts
-
Class hu.rts.mike.example.dev.crm.view.discounts.Discounts
class Discounts extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
discountsTable
DiscountsTable discountsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editcommunicationchannel
-
Class hu.rts.mike.example.dev.crm.view.editcommunicationchannel.EditCommunicationChannel
class EditCommunicationChannel extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
marketinChannelEditForm
MarketinChannelEditForm marketinChannelEditForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editcontact
-
Class hu.rts.mike.example.dev.crm.view.editcontact.EditContact
class EditContact extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editContactForm
EditContactForm editContactForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editdiscount
-
Class hu.rts.mike.example.dev.crm.view.editdiscount.EditDiscount
class EditDiscount extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editDiscountForm
EditDiscountForm editDiscountForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editmarketingchannel
-
Class hu.rts.mike.example.dev.crm.view.editmarketingchannel.EditMarketingChannel
class EditMarketingChannel extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
marketinChannelEditForm
MarketinChannelEditForm marketinChannelEditForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editmchannelbudget
-
Class hu.rts.mike.example.dev.crm.view.editmchannelbudget.EditMChannelBudget
class EditMChannelBudget extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editMChannelBudgetForm
EditMChannelBudgetForm editMChannelBudgetForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editpartner
-
Class hu.rts.mike.example.dev.crm.view.editpartner.EditPartner
class EditPartner extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editPartnerForm
EditPartnerForm editPartnerForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editproduct
-
Class hu.rts.mike.example.dev.crm.view.editproduct.EditProduct
class EditProduct extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editProductForm
EditProductForm editProductForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.editvendor
-
Class hu.rts.mike.example.dev.crm.view.editvendor.EditVendor
class EditVendor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
editVendorForm
EditVendorForm editVendorForm
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.leads
-
Class hu.rts.mike.example.dev.crm.view.leads.Leads
class Leads extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
leadsTable
LeadsTable leadsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.login
-
Class hu.rts.mike.example.dev.crm.view.login.ForgottenPasswordView
class ForgottenPasswordView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
button
com.vaadin.flow.component.button.Button button
-
currentUrl
URL currentUrl
-
header
com.vaadin.flow.component.html.H1 header
-
loginService
LoginService loginService
-
navigateBackButton
com.vaadin.flow.component.button.Button navigateBackButton
-
pageTitle
String pageTitle
-
passwordEmpty
String passwordEmpty
-
passwordError
String passwordError
-
passwordSuccess
String passwordSuccess
-
signature
String signature
-
subject
String subject
-
template
Optional<String> template
-
text
com.vaadin.flow.component.Text text
-
textField
com.vaadin.flow.component.textfield.TextField textField
-
-
-
Class hu.rts.mike.example.dev.crm.view.login.HeaderLayout
class HeaderLayout extends MainLayout implements Serializable -
Class hu.rts.mike.example.dev.crm.view.login.LoginView
class LoginView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
loginForm
com.vaadin.flow.component.login.LoginForm loginForm
-
-
-
Class hu.rts.mike.example.dev.crm.view.login.PasswordChangeView
class PasswordChangeView extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
button
com.vaadin.flow.component.button.Button button
-
header
com.vaadin.flow.component.html.H1 header
-
loginService
LoginService loginService
-
pageTitle
String pageTitle
-
passwordEmpty
String passwordEmpty
-
passwordField1
com.vaadin.flow.component.textfield.PasswordField passwordField1
-
passwordField2
com.vaadin.flow.component.textfield.PasswordField passwordField2
-
passwordsDifferent
String passwordsDifferent
-
passwordWeak
String passwordWeak
-
text
com.vaadin.flow.component.Text text
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.marketingchannels
-
Class hu.rts.mike.example.dev.crm.view.marketingchannels.MarketingChannels
class MarketingChannels extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
marketingChannelsTable
MarketingChannelsTable marketingChannelsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.partners
-
Class hu.rts.mike.example.dev.crm.view.partners.Partners
class Partners extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
partnersList
PartnersList partnersList
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.products
-
Class hu.rts.mike.example.dev.crm.view.products.Products
class Products extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
productsTable
ProductsTable productsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.role
-
Class hu.rts.mike.example.dev.crm.view.role.RoleForm
class RoleForm extends com.vaadin.flow.component.formlayout.FormLayout implements Serializable-
Serialized Fields
-
binder
com.vaadin.flow.data.binder.Binder<RoleListDto> binder
-
cancelCallback
Runnable cancelCallback
-
close
com.vaadin.flow.component.button.Button close
-
displayName
com.vaadin.flow.component.textfield.TextField displayName
-
isNew
boolean isNew
-
name
com.vaadin.flow.component.textfield.TextField name
-
privilegeList
com.vaadin.flow.component.combobox.MultiSelectComboBox<String> privilegeList
-
roleListDto
RoleListDto roleListDto
-
roleService
RoleService roleService
-
save
com.vaadin.flow.component.button.Button save
-
saveCallback
Consumer<RoleListDto> saveCallback
-
writeMode
boolean writeMode
-
-
-
Class hu.rts.mike.example.dev.crm.view.role.RoleList
class RoleList extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewButton
com.vaadin.flow.component.button.Button addNewButton
-
addNewDialogTitle
String addNewDialogTitle
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
columnToggleButton
ColumnToggleButton columnToggleButton
-
columnToggleContextMenu
ColumnToggleContextMenu columnToggleContextMenu
-
deleteButton
com.vaadin.flow.component.button.Button deleteButton
-
editButton
com.vaadin.flow.component.button.Button editButton
-
filterComponents
List<FilterComponent> filterComponents
-
grid
com.vaadin.flow.component.grid.Grid<RoleListDto> grid
-
previewButton
com.vaadin.flow.component.button.Button previewButton
-
roleService
RoleService roleService
-
windowResizeListener
com.vaadin.flow.shared.Registration windowResizeListener
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.user
-
Class hu.rts.mike.example.dev.crm.view.user.UserForm
class UserForm extends com.vaadin.flow.component.formlayout.FormLayout implements Serializable-
Serialized Fields
-
binder
com.vaadin.flow.data.binder.Binder<UserListDto> binder
-
blockedCheck
com.vaadin.flow.component.checkbox.Checkbox blockedCheck
-
blockedDateTime
com.vaadin.flow.component.textfield.TextField blockedDateTime
-
cancelCallback
Runnable cancelCallback
-
close
com.vaadin.flow.component.button.Button close
-
displayName
com.vaadin.flow.component.textfield.TextField displayName
-
email
com.vaadin.flow.component.textfield.TextField email
-
loginService
LoginService loginService
-
operation
UserForm.Operation operation
-
password1
com.vaadin.flow.component.textfield.PasswordField password1
-
password2
com.vaadin.flow.component.textfield.PasswordField password2
-
presentationStringConverter
PresentationStringConverter presentationStringConverter
-
roles
List<RoleDto> roles
-
roleService
RoleService roleService
-
rolesList
com.vaadin.flow.component.combobox.MultiSelectComboBox<RoleDto> rolesList
-
save
com.vaadin.flow.component.button.Button save
-
saveCallback
Consumer<UserListDto> saveCallback
-
userListDto
UserListDto userListDto
-
username
com.vaadin.flow.component.textfield.TextField username
-
userService
UserService userService
-
writeMode
boolean writeMode
-
-
-
Class hu.rts.mike.example.dev.crm.view.user.UserList
class UserList extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
addNewButton
com.vaadin.flow.component.button.Button addNewButton
-
addNewDialogTitle
String addNewDialogTitle
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
blockButton
com.vaadin.flow.component.button.Button blockButton
-
blockedFilter
SoftDeleteFilter blockedFilter
-
columnToggleButton
ColumnToggleButton columnToggleButton
-
columnToggleContextMenu
ColumnToggleContextMenu columnToggleContextMenu
-
editButton
com.vaadin.flow.component.button.Button editButton
-
experimentalFeatures
ExperimentalFeatures experimentalFeatures
-
filterComponents
List<FilterComponent> filterComponents
-
grid
com.vaadin.flow.component.grid.Grid<UserListDto> grid
-
loginService
LoginService loginService
-
presentationStringConverter
PresentationStringConverter presentationStringConverter
-
previewButton
com.vaadin.flow.component.button.Button previewButton
-
roleService
RoleService roleService
-
userService
UserService userService
-
windowResizeListener
com.vaadin.flow.shared.Registration windowResizeListener
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.vendors
-
Class hu.rts.mike.example.dev.crm.view.vendors.Vendors
class Vendors extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
vendorsTable
VendorsTable vendorsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewcontact
-
Class hu.rts.mike.example.dev.crm.view.viewcontact.ViewContact
class ViewContact extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
contactDetails
ContactDetails contactDetails
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewlead
-
Class hu.rts.mike.example.dev.crm.view.viewlead.ViewLead
class ViewLead extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
rootId
Integer rootId
-
viewLeadEventsTable
ViewLeadEventsTable viewLeadEventsTable
-
viewLeadLeft
ViewLeadLeft viewLeadLeft
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewlead.viewleadleft
-
Class hu.rts.mike.example.dev.crm.view.viewlead.viewleadleft.ViewLeadLeft
class ViewLeadLeft extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
layout
com.vaadin.flow.component.orderedlayout.HorizontalLayout layout
-
viewLeadDetailsHeader
ViewLeadDetailsHeader viewLeadDetailsHeader
-
viewLeadTabbedContainer
ViewLeadTabbedContainer viewLeadTabbedContainer
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewlead.viewleadleft.viewleadtabbedcontainer
-
Class hu.rts.mike.example.dev.crm.view.viewlead.viewleadleft.viewleadtabbedcontainer.ViewLeadTabbedContainer
class ViewLeadTabbedContainer extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
layout
com.vaadin.flow.component.tabs.TabSheet layout
-
viewLeadBodyCompanySizeTableRight
ViewLeadBodyCompanySizeTableRight viewLeadBodyCompanySizeTableRight
-
viewLeadBodyContactsTableRight
ViewLeadBodyContactsTableRight viewLeadBodyContactsTableRight
-
viewLeadBodyProductsTable
ViewLeadBodyProductsTable viewLeadBodyProductsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewmarketingchannelbudget
-
Class hu.rts.mike.example.dev.crm.view.viewmarketingchannelbudget.ViewMarketingChannelBudget
class ViewMarketingChannelBudget extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
mChannelBudgetContainer
MChannelBudgetContainer mChannelBudgetContainer
-
rootId
Integer rootId
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewmarketingchannelbudget.mchannelbudgetcontainer
-
Class hu.rts.mike.example.dev.crm.view.viewmarketingchannelbudget.mchannelbudgetcontainer.MChannelBudgetContainer
class MChannelBudgetContainer extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
layout
com.vaadin.flow.component.tabs.TabSheet layout
-
marketingChannelBudget
MarketingChannelBudget marketingChannelBudget
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewpartner
-
Class hu.rts.mike.example.dev.crm.view.viewpartner.ViewPartner
class ViewPartner extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
rootId
Integer rootId
-
viewPartnerBodyContainer
ViewPartnerBodyContainer viewPartnerBodyContainer
-
viewPartnerHeaderDetails
ViewPartnerHeaderDetails viewPartnerHeaderDetails
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewpartner.viewpartnerbodycontainer
-
Class hu.rts.mike.example.dev.crm.view.viewpartner.viewpartnerbodycontainer.ViewPartnerBodyContainer
class ViewPartnerBodyContainer extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
layout
com.vaadin.flow.component.tabs.TabSheet layout
-
viewPartnerBodyCompanySizeTable
ViewPartnerBodyCompanySizeTable viewPartnerBodyCompanySizeTable
-
viewPartnerBodyContactsTable
ViewPartnerBodyContactsTable viewPartnerBodyContactsTable
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewvendor
-
Class hu.rts.mike.example.dev.crm.view.viewvendor.ViewVendor
class ViewVendor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
rootId
Integer rootId
-
vendorDetails
VendorDetails vendorDetails
-
viewVendorBody
ViewVendorBody viewVendorBody
-
-
-
-
Package hu.rts.mike.example.dev.crm.view.viewvendor.viewvendorbody
-
Class hu.rts.mike.example.dev.crm.view.viewvendor.viewvendorbody.ViewVendorBody
class ViewVendorBody extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
authInfoDetailsService
AuthInfoDetailsService authInfoDetailsService
-
layout
com.vaadin.flow.component.tabs.TabSheet layout
-
vendorLeadsTable
VendorLeadsTable vendorLeadsTable
-
-
-