Class AbstractEntityView<ENTITY>
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.orderedlayout.VerticalLayout
-
- org.ikasan.dashboard.ui.general.component.AbstractEntityView<ENTITY>
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout>,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasOrderedComponents<com.vaadin.flow.component.orderedlayout.VerticalLayout>,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.orderedlayout.FlexComponent<com.vaadin.flow.component.orderedlayout.VerticalLayout>,com.vaadin.flow.component.orderedlayout.ThemableLayout,java.io.Serializable
- Direct Known Subclasses:
HospitalView
public abstract class AbstractEntityView<ENTITY> extends com.vaadin.flow.component.orderedlayout.VerticalLayout- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected io.github.ciesielskis.AceEditoraceEditorprotected javax.xml.parsers.DocumentBuilderdocumentBuilderprotected booleaninitialisedprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutlayoutprotected javax.xml.transform.Transformertransformer
-
Constructor Summary
Constructors Constructor Description AbstractEntityView()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringformatXml(java.lang.String event)abstract com.vaadin.flow.component.ComponentgetEntityDetailsLayout()protected voidinitialiseEditor()voidopen(java.lang.String event)abstract voidpopulate(ENTITY entity)-
Methods inherited from class com.vaadin.flow.component.orderedlayout.VerticalLayout
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacing
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut
-
Methods inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponent
expand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentMode
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
Methods inherited from interface com.vaadin.flow.component.HasOrderedComponents
getChildren, getComponentAt, getComponentCount, indexOf
-
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
-
-
-
-
Field Detail
-
documentBuilder
protected javax.xml.parsers.DocumentBuilder documentBuilder
-
transformer
protected javax.xml.transform.Transformer transformer
-
aceEditor
protected io.github.ciesielskis.AceEditor aceEditor
-
initialised
protected boolean initialised
-
layout
protected com.vaadin.flow.component.orderedlayout.VerticalLayout layout
-
-
Method Detail
-
getEntityDetailsLayout
public abstract com.vaadin.flow.component.Component getEntityDetailsLayout()
-
populate
public abstract void populate(ENTITY entity)
-
open
public void open(java.lang.String event)
-
formatXml
protected java.lang.String formatXml(java.lang.String event)
-
initialiseEditor
protected void initialiseEditor()
-
-