Klasse MachinesListView

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
io.jmix.flowui.view.StandardListView<Machines>
de.bytestore.hostinger.view.machines.MachinesListView
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, io.jmix.flowui.view.LookupView<Machines>, io.jmix.flowui.view.MultiSelectLookupView, Serializable

@Route(value="machines", layout=MainView.class) @ViewController("host_Machines.list") @ViewDescriptor("machines-list-view.xml") @DialogMode(width="64em") public class MachinesListView extends io.jmix.flowui.view.StandardListView<Machines>
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

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen io.jmix.flowui.view.LookupView

    io.jmix.flowui.view.LookupView.ValidationContext<E>
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected io.jmix.flowui.backgroundtask.BackgroundWorker
     
    protected io.jmix.flowui.Dialogs
     
    protected io.jmix.core.security.SystemAuthenticator
     

    Von Klasse geerbte Felder io.jmix.flowui.view.StandardListView

    DISCARD_ACTION_DEFAULT_ID, LOOKUP_ACTIONS_LAYOUT_DEFAULT_ID, SELECT_ACTION_DEFAULT_ID, selectionHandler, selectionValidator
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected void
    onAttachEvent(com.vaadin.flow.component.AttachEvent event)
     
    protected void
    onDetachEvent(com.vaadin.flow.component.DetachEvent event)
     
    void
    onInit(io.jmix.flowui.view.View.InitEvent event)
     
    void
    onProcessesDataGridItemDoubleClick(com.vaadin.flow.component.grid.ItemDoubleClickEvent<Machines> event)
     

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

    closeWithDiscard, doSelect, findLookupComponent, getDiscardAction, getLookupActionsLayout, getLookupComponent, getSelectAction, getSelectionHandler, getSelectionValidator, handleSelection, lookupEnterPress, setLookupComponentMultiSelect, setSelectionHandler, setSelectionValidator, setupLookupComponent, setupSaveShortcut, validateSelectedItems

    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

    • systemAuthenticator

      @Autowired protected io.jmix.core.security.SystemAuthenticator systemAuthenticator
    • backgroundWorker

      @Autowired protected io.jmix.flowui.backgroundtask.BackgroundWorker backgroundWorker
    • dialogs

      @Autowired protected io.jmix.flowui.Dialogs dialogs
  • Konstruktordetails

    • MachinesListView

      public MachinesListView()
  • Methodendetails

    • onInit

      @Subscribe public void onInit(io.jmix.flowui.view.View.InitEvent event)
    • onAttachEvent

      @Subscribe protected void onAttachEvent(com.vaadin.flow.component.AttachEvent event)
    • onDetachEvent

      @Subscribe protected void onDetachEvent(com.vaadin.flow.component.DetachEvent event)
    • onProcessesDataGridItemDoubleClick

      @Subscribe("machinesesDataGrid") public void onProcessesDataGridItemDoubleClick(com.vaadin.flow.component.grid.ItemDoubleClickEvent<Machines> event)