Package org.hexworks.zircon.api.component.modal

Types

Modal
Link copied to clipboard
common
interface Modal<T : ModalResult> : Component
A Modal is a Component that blocks access to all other Components on a Screen and also stops component events until the modal is closed.
ModalFragment
Link copied to clipboard
common
interface ModalFragment<T : ModalResult> : Fragment
A ModalFragment is a Fragment that is provided for convenience and wraps a Modal.
ModalResult
Link copied to clipboard
common
interface ModalResult
Marker interface representing arbitrary data that will be returned when a Modal is Modal.closed.