All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadTitle, AttributeReadValid, AttributeReadVisible, AttributeWriteClosable, AttributeWriteEnabled, AttributeWriteId, AttributeWriteMaximized, AttributeWriteMinimized, AttributeWriteMoveable, AttributeWriteReadOnly, AttributeWriteResizable, AttributeWriteTitle, AttributeWriteTooltip, AttributeWriteVisible, io.github.mmm.event.EventSource<UiEvent,UiEventListener>, UiAbstractWindow, UiChildWindow, UiComposite<UiRegularWidget>, UiMutableComposite<UiRegularWidget>, UiNativeWidget, UiRemovableComposite<UiRegularWidget>, UiWidget

public interface UiPopup extends UiChildWindow, UiNativeWidget
UiAbstractWindow representing a modal popup window that blocks the client application until it is closed.
NOTE:
You typically want to call createAndAddCloseButton(). This is not done automatically so you can define the order of the buttons yourself.
Since:
1.0.0
  • Method Details