Package io.keikai.model.impl
Interface LinkedModelObject
- All Known Implementing Classes:
AbstractCellAdv,AbstractChartAdv,AbstractColumnArrayAdv,AbstractDataValidationAdv,AbstractGeneralChartDataAdv,AbstractNameAdv,AbstractPictureAdv,AbstractRowAdv,AbstractSheetAdv,AreaChartDataImpl,BarChartDataImpl,BoxPlotChartDataImpl,BubbleChartDataImpl,ChartDataAdv,ChartImpl,DataValidationImpl,DoughnutChartDataImpl,FunnelChartDataImpl,GeneralChartDataImpl,GroupingChartDataImpl,HistogramChartDataImpl,LineChartDataImpl,NameImpl,PictureImpl,PieChartDataImpl,ScatterChartDataImpl,SeriesImpl,StockChartDataImpl,SunburstChartDataImpl,SurfaceChartDataImpl,TableImpl,TableNameImpl,TreemapChartDataImpl,UnsupportedChartDataImpl,WaterfallChartDataImpl
public interface LinkedModelObject
- Since:
- 3.5.0
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()Destroy / release this model object, for example all the dependency, parent linking.
-
Method Details
-
destroy
void destroy()Destroy / release this model object, for example all the dependency, parent linking. this method has to be called before remove this linking from parent object -
checkOrphan
void checkOrphan()
-