|
|
@ -1,7 +1,6 @@ |
|
|
|
package com.fr.design.fun.impl; |
|
|
|
package com.fr.design.fun.impl; |
|
|
|
|
|
|
|
|
|
|
|
import com.fr.design.fun.ChartWidgetOptionProvider; |
|
|
|
import com.fr.design.fun.ChartWidgetOptionProvider; |
|
|
|
import com.fr.design.fun.FormWidgetOptionProvider; |
|
|
|
|
|
|
|
import com.fr.stable.fun.impl.AbstractProvider; |
|
|
|
import com.fr.stable.fun.impl.AbstractProvider; |
|
|
|
import com.fr.stable.fun.mark.API; |
|
|
|
import com.fr.stable.fun.mark.API; |
|
|
|
|
|
|
|
|
|
|
@ -10,7 +9,7 @@ import com.fr.stable.fun.mark.API; |
|
|
|
* @version 10.0 |
|
|
|
* @version 10.0 |
|
|
|
* Created by Bjorn on 2020-06-12 |
|
|
|
* Created by Bjorn on 2020-06-12 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@API(level = FormWidgetOptionProvider.CURRENT_LEVEL) |
|
|
|
@API(level = ChartWidgetOptionProvider.CURRENT_LEVEL) |
|
|
|
public abstract class AbstractChartWidgetOptionProvider extends AbstractProvider implements ChartWidgetOptionProvider { |
|
|
|
public abstract class AbstractChartWidgetOptionProvider extends AbstractProvider implements ChartWidgetOptionProvider { |
|
|
|
|
|
|
|
|
|
|
|
public int currentAPILevel() { |
|
|
|
public int currentAPILevel() { |
|
|
|