public interface IFCloseContext extends IFConfinedContext
| Modifier and Type | Method and Description |
|---|---|
@NotNull ViewContainer |
getContainer()
The container of this context.
|
IFRenderContext |
getParent()
This is an internal inventory-framework API that should not be used from outside of
this library.
|
boolean |
isCancelled()
Cancellation state of that context.
|
void |
setCancelled(boolean cancelled)
Cancels or not this context.
|
back, back, canBack, closeForPlayer, getViewer, openForPlayer, openForPlayer, resetTitleForPlayer, updateTitleForPlayeraddComponent, addViewer, closeForEveryone, getComponentsAt, getConfig, getId, getIndexedViewers, getInitialData, getInitialTitle, getRoot, getViewers, isActive, isShared, openForEveryone, openForEveryone, removeComponent, removeViewer, renderComponent, resetTitleForEveryone, setActive, setInitialData, update, updateComponent, updateTitleForEveryonegetInternalStateValue, getRawStateValue, getStateValues, getUninitializedStateValue, initializeState, updateState, watchStategetComponents, getInternalComponents@ApiStatus.Internal IFRenderContext getParent()
boolean isCancelled()
void setCancelled(boolean cancelled)
The side effect of canceling a close context is determined by the current platform.
NOOP (does nothing) if close context cancellation is not supported.
cancelled - If this context should be cancelled.@NotNull @NotNull ViewContainer getContainer()