Klasse ProfileView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<io.jmix.flowui.component.layout.ViewLayout>
io.jmix.flowui.view.StandardView
de.bytestore.hostinger.view.profile.ProfileView
Alle implementierten Schnittstellen:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, Serializable

@Route(value="profile", layout=MainView.class) @ViewController("host_ProfileView") @ViewDescriptor("profile-view.xml") public class ProfileView extends io.jmix.flowui.view.StandardView
Siehe auch:
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jmix.flowui.view.View

    io.jmix.flowui.view.View.AfterCloseEvent, io.jmix.flowui.view.View.BeforeCloseEvent, io.jmix.flowui.view.View.BeforeShowEvent, io.jmix.flowui.view.View.InitEvent, io.jmix.flowui.view.View.QueryParametersChangeEvent, io.jmix.flowui.view.View.ReadyEvent
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected io.jmix.flowui.component.checkbox.JmixCheckbox
     
    protected io.jmix.flowui.component.upload.FileStorageUploadField
     
    protected com.vaadin.flow.component.avatar.Avatar
     
    protected io.jmix.flowui.model.DataComponents
     
    protected io.jmix.core.DataManager
     
    protected io.jmix.flowui.component.richtexteditor.RichTextEditor
     
    protected com.vaadin.flow.component.orderedlayout.VerticalLayout
     
    protected io.jmix.flowui.upload.TemporaryStorage
     
    protected io.jmix.flowui.component.textfield.TypedTextField
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected void
    onAvatarFileUploadSucceeded(io.jmix.flowui.kit.component.upload.event.FileUploadSucceededEvent<io.jmix.flowui.component.upload.FileUploadField> event)
     
    protected void
    onInit(io.jmix.flowui.view.View.InitEvent event)
     
    protected void
    onSaveClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    protected void
    onSaveSignatureClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     

    Von Klasse geerbte Methoden io.jmix.flowui.view.StandardView

    initContent

    Von Klasse geerbte Methoden io.jmix.flowui.view.View

    addAfterCloseListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addQueryParametersChangeListener, addReadyListener, afterNavigation, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onDetach, setApplicationContext, setId, setMeterRegistry, setPreventBrowserTabClosing, setViewActions, setViewData, setViewFacets

    Von Klasse geerbte Methoden com.vaadin.flow.component.Composite

    getChildren, getContent, getElement

    Von Klasse geerbte Methoden com.vaadin.flow.component.Component

    addListener, findAncestor, fireEvent, from, get, getEventBus, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setVisible

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
  • Felddetails

    • currentAvatar

      @ViewComponent protected com.vaadin.flow.component.avatar.Avatar currentAvatar
    • username

      @ViewComponent protected io.jmix.flowui.component.textfield.TypedTextField username
    • description

      @ViewComponent protected io.jmix.flowui.component.richtexteditor.RichTextEditor description
    • avatar

      @ViewComponent protected io.jmix.flowui.component.upload.FileStorageUploadField avatar
    • temporaryStorage

      @Autowired protected io.jmix.flowui.upload.TemporaryStorage temporaryStorage
    • dataManager

      @Autowired protected io.jmix.core.DataManager dataManager
    • dataComponents

      @Autowired protected io.jmix.flowui.model.DataComponents dataComponents
    • signatureContainer

      @ViewComponent protected com.vaadin.flow.component.orderedlayout.VerticalLayout signatureContainer
    • allowDigitalSignature

      @ViewComponent protected io.jmix.flowui.component.checkbox.JmixCheckbox allowDigitalSignature
  • Konstruktordetails

    • ProfileView

      public ProfileView()
  • Methodendetails

    • onInit

      @Subscribe protected void onInit(io.jmix.flowui.view.View.InitEvent event)
    • onAvatarFileUploadSucceeded

      @Subscribe("avatar") protected void onAvatarFileUploadSucceeded(io.jmix.flowui.kit.component.upload.event.FileUploadSucceededEvent<io.jmix.flowui.component.upload.FileUploadField> event)
    • onSaveClick

      @Subscribe(id="save", subject="clickListener") protected void onSaveClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
    • onSaveSignatureClick

      @Subscribe(id="saveSignature", subject="clickListener") protected void onSaveSignatureClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)