Interface UiController<V extends io.github.mmm.ui.api.widget.UiRegularWidget>

Type Parameters:
V - type of the view.
All Superinterfaces:
io.github.mmm.ui.api.attribute.AttributeReadId, io.github.mmm.ui.api.attribute.AttributeReadTitle, io.github.mmm.ui.api.attribute.AttributeReadVisible

public interface UiController<V extends io.github.mmm.ui.api.widget.UiRegularWidget> extends io.github.mmm.ui.api.attribute.AttributeReadTitle, io.github.mmm.ui.api.attribute.AttributeReadId, io.github.mmm.ui.api.attribute.AttributeReadVisible
This is the interface for a dialog of the client application. It displays itself in the page of the main application window. It is a singleton instance that is addressed via a UiPlace. A UiController is not a UiWidget should NOT be mixed with a winodw or popup.
Since:
1.0.0