Class AbstractCloseableResizableDialog
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.dialog.GeneratedVaadinDialog<com.vaadin.flow.component.dialog.Dialog>
-
- com.vaadin.flow.component.dialog.Dialog
-
- org.ikasan.dashboard.ui.general.component.AbstractCloseableResizableDialog
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasSize,java.io.Serializable
- Direct Known Subclasses:
AboutIkasanDialog,AbstractConfigurationDialog,AbstractEntityViewDialog,BusinessStreamUploadDialog,GroupManagementDialog,HospitalCommentsDialog,IkasanSearchHelpDialog,ModuleStatusDialog,NewRoleDialog,NewUserDialog,PolicyManagementDialog,ReplayCommentsDialog,RoleManagementDialog,SearchResultsDialog,SelectGroupForRoleDialog,SelectModuleForRoleDialog,SelectPolicyForRoleDialog,SelectRoleDialog,SelectRoleForPolicyDialog,SelectUserForRoleDialog,UserDirectoryDialog,UserManagementDialog
@CssImport("./styles/ikasan-dialog.css") public abstract class AbstractCloseableResizableDialog extends com.vaadin.flow.component.dialog.Dialog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.vaadin.flow.component.orderedlayout.VerticalLayoutcontentjava.lang.StringDOCKjava.lang.StringFULLSCREENprotected com.vaadin.flow.component.html.H2title
-
Constructor Summary
Constructors Constructor Description AbstractCloseableResizableDialog()
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.dialog.Dialog
add, addAttachListener, addComponentAtIndex, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, addResizeListener, close, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, open, remove, removeAll, setCloseOnEsc, setCloseOnOutsideClick, setDraggable, setHeight, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setModal, setOpened, setResizable, setWidth
-
Methods inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
getAriaLabelString, isOpenedBoolean, setAriaLabel
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
-