Package org.nuclos.api.ui.layout
Interface TabController
public interface TabController
- Since:
- Nuclos 4.3.2
- Author:
- Thomas Pasch
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Inform the tab that the SAVE button should be enabled (because the LayoutComponent has something to save, e.g.
-
Method Details
-
fireChangesArePending
void fireChangesArePending()Inform the tab that the SAVE button should be enabled (because the LayoutComponent has something to save, e.g. has changed state).
-