Package io.keikaiex.ui.impl.ua
Class InsertChartHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikaiex.ui.impl.ua.AbstractObjectHandler
-
- io.keikaiex.ui.impl.ua.InsertChartHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class InsertChartHandler extends AbstractObjectHandler
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Chart.Grouping
grouping
protected Chart.LegendPosition
legendPosition
protected Chart.Type
type
-
Constructor Summary
Constructors Constructor Description InsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikaiex.ui.impl.ua.AbstractObjectHandler
isEnabled
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Field Detail
-
type
protected final Chart.Type type
-
grouping
protected final Chart.Grouping grouping
-
legendPosition
protected final Chart.LegendPosition legendPosition
-
-
Constructor Detail
-
InsertChartHandler
public InsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
-