Class ColspanDialog
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.dashboardsui.screen.dashboard.editor.colspan.ColspanDialog
- All Implemented Interfaces:
FrameOwner
@UiController("dshbrd_Colspan.dialog")
@UiDescriptor("colspan-dialog.xml")
public class ColspanDialog
extends Screen
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.screen.Screen
Screen.AfterCloseEvent, Screen.AfterDetachEvent, Screen.AfterInitEvent, Screen.AfterShowEvent, Screen.BeforeCloseEvent, Screen.BeforeShowEvent, Screen.InitEvent
-
Field Summary
Fields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Button.ClickEvent event) void
cancel
(Button.ClickEvent event) protected String
getCaption
(String message, Integer value, int maxValue) protected void
initColumnSlider
(int cols, int maxColSpan) protected void
initRowSlider
(int rows, int maxRowSpan) void
Methods inherited from class io.jmix.ui.screen.Screen
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
-
Field Details
-
WIDGET
- See Also:
-
sliderBox
-
messages
-
-
Constructor Details
-
ColspanDialog
public ColspanDialog()
-
-
Method Details
-
onInit
-
initColumnSlider
protected void initColumnSlider(int cols, int maxColSpan) -
initRowSlider
protected void initRowSlider(int rows, int maxRowSpan) -
getCaption
-
apply
-
cancel
-