Uses of Interface
io.keikai.api.model.impl.ModelRef
-
Packages that use ModelRef Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use only -
-
Uses of ModelRef in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement ModelRef Modifier and Type Class Description class
SimpleRef<T>
it simple use hard reference to a instanceFields in io.keikai.api.model.impl declared as ModelRef Modifier and Type Field Description protected ModelRef<SBook>
CellStyleImpl. _bookRef
protected ModelRef<SBook>
FontImpl. _bookRef
protected ModelRef<SFont>
FontImpl. _fontRef
protected ModelRef<SCellStyle>
CellStyleImpl. _styleRef
Methods in io.keikai.api.model.impl that return ModelRef Modifier and Type Method Description ModelRef<SBook>
ColorImpl. getBookRef()
ModelRef<SBook>
BookImpl. getRef()
ModelRef<SCellStyle>
CellStyleImpl. getRef()
ModelRef<SColor>
ColorImpl. getRef()
ModelRef<SFont>
FontImpl. getRef()
ModelRef<SSheet>
SheetImpl. getRef()
Constructors in io.keikai.api.model.impl with parameters of type ModelRef Constructor Description BookImpl(ModelRef<SBook> ref)
CellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style)
ChartDataImpl(ModelRef<SChartData> chartDataRef)
ChartImpl(ModelRef<SSheet> sheetRef, ModelRef<SChart> chartRef)
ColorImpl(ModelRef<SBook> book, ModelRef<SColor> color)
EditableCellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style)
EditableFontImpl(ModelRef<SBook> book, ModelRef<SFont> font)
FontImpl(ModelRef<SBook> book, ModelRef<SFont> font)
HyperlinkImpl(ModelRef<SHyperlink> linkRef, String label)
PictureImpl(ModelRef<SSheet> sheetRef, ModelRef<SPicture> picRef)
SheetImpl(ModelRef<SBook> book, ModelRef<SSheet> sheet)
SheetProtectionImpl(ModelRef<SSheet> sheetRef, ModelRef<SSheetProtection> sspRef)
ValidationImpl(ModelRef<SDataValidation> validationRef)
-