public class GridCellSourceCodeModule extends Object implements IOpenSourceCodeModule
| Constructor and Description |
|---|
GridCellSourceCodeModule(IGridTable table) |
GridCellSourceCodeModule(IGridTable table,
IBindingContext bindingContext) |
GridCellSourceCodeModule(IGridTable table,
int column,
int row,
IBindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getByteStream() |
ICell |
getCell() |
Reader |
getCharacterStream() |
String |
getCode() |
String |
getDisplayName() |
Map<String,Object> |
getParams() |
int |
getStartPosition() |
IGridTable |
getTable() |
String |
getUri() |
boolean |
isModified() |
void |
setParams(Map<String,Object> params) |
String |
toString() |
void |
update(IBindingContext bindingContext) |
public GridCellSourceCodeModule(IGridTable table)
public GridCellSourceCodeModule(IGridTable table, IBindingContext bindingContext)
public GridCellSourceCodeModule(IGridTable table, int column, int row, IBindingContext bindingContext)
public IGridTable getTable()
public void update(IBindingContext bindingContext)
public ICell getCell()
public InputStream getByteStream()
getByteStream in interface IOpenSourceCodeModulepublic Reader getCharacterStream()
getCharacterStream in interface IOpenSourceCodeModulepublic String getCode()
getCode in interface IOpenSourceCodeModulepublic String getDisplayName()
public int getStartPosition()
getStartPosition in interface IOpenSourceCodeModulepublic String getUri()
getUri in interface IOpenSourceCodeModulepublic Map<String,Object> getParams()
getParams in interface IOpenSourceCodeModulepublic void setParams(Map<String,Object> params)
setParams in interface IOpenSourceCodeModulepublic boolean isModified()
isModified in interface IOpenSourceCodeModuleCopyright © 2004–2019 OpenL Tablets. All rights reserved.