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
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Button.ClickEvent event) voidcancel(Button.ClickEvent event) protected StringgetCaption(String message, Integer value, int maxValue) protected voidinitColumnSlider(int cols, int maxColSpan) protected voidinitRowSlider(int rows, int maxRowSpan) voidMethods 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
-