Class Modal.ModalFrame
java.lang.Object
space.maxus.flare.ui.Frame
space.maxus.flare.ui.frames.ParamFrame<PageFrame.Props>
space.maxus.flare.ui.page.PageFrame
space.maxus.flare.ui.compose.complex.Modal.ModalFrame
- All Implemented Interfaces:
ReactivityProvider
- Enclosing interface:
- Modal
The modal frame
-
Nested Class Summary
Nested classes/interfaces inherited from class space.maxus.flare.ui.page.PageFrame
PageFrame.BooleanReturningClickHandler, PageFrame.DragHandler, PageFrame.Props, PageFrame.SimpleClickHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AtomicBooleanprotected ModalThe parent modal usedFields inherited from class space.maxus.flare.ui.frames.ParamFrame
dimensions, holder, props -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class space.maxus.flare.ui.page.PageFrame
cancellingOnLeftClick, cancellingOnRightClick, cancellingOnShiftClick, drag, genericClick, getTitle, init, leftClick, load, onClick, onDrag, onLeftClick, onRightClick, onShiftClick, rightClick, setTitle, shiftClick, useTitleMethods inherited from class space.maxus.flare.ui.frames.ParamFrame
getDimensions, getHolder, preInit, selfInventory, setHolderMethods inherited from class space.maxus.flare.ui.Frame
bindViewer, composableMap, compose, compose, composeAll, context, contextOrNull, fireDrag, fireGenericClick, fireLeftClick, fireRightClick, fireShiftClick, fireShiftRequest, getViewer, goBack, markDirty, markDirty, markDirty, onClose, onOpen, open, refreshTitle, render, renderPart, restorePreviousState, shiftRequest, switchFrame, useBoundState, useContext, useStateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface space.maxus.flare.react.ReactivityProvider
useMemo, useUnboundState
-
Field Details
-
isClosing
-
parent
The parent modal used
-
-
Constructor Details
-
ModalFrame
-
-
Method Details
-
close
public void close()Description copied from class:FrameCloses this frame -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getIsClosing
-
getParent
The parent modal used
-