Uses of Interface
org.openl.rules.table.ui.ICellStyle
-
-
Uses of ICellStyle in org.openl.excel.grid
Methods in org.openl.excel.grid that return ICellStyle Modifier and Type Method Description protected ICellStyleParsedGrid. getCellStyle(int row, int column)ICellStyleParsedCell. getStyle() -
Uses of ICellStyle in org.openl.excel.parser
Methods in org.openl.excel.parser that return ICellStyle Modifier and Type Method Description ICellStyleTableStyles. getStyle(int row, int column) -
Uses of ICellStyle in org.openl.excel.parser.event.style
Methods in org.openl.excel.parser.event.style that return ICellStyle Modifier and Type Method Description ICellStyleEventTableStyles. getStyle(int row, int column) -
Uses of ICellStyle in org.openl.excel.parser.sax
Methods in org.openl.excel.parser.sax that return ICellStyle Modifier and Type Method Description ICellStyleSAXTableStyles. getStyle(int row, int column) -
Uses of ICellStyle in org.openl.rules.cmatch
Constructors in org.openl.rules.cmatch with parameters of type ICellStyle Constructor Description SubValue(StringValue value, ICellStyle cellStyle) -
Uses of ICellStyle in org.openl.rules.table
Methods in org.openl.rules.table that return ICellStyle Modifier and Type Method Description ICellStyleCompositeCell. getStyle()ICellStyleEmptyCell. getStyle()ICellStyleICell. getStyle()Methods in org.openl.rules.table with parameters of type ICellStyle Modifier and Type Method Description voidIWritableGrid. createCell(int col, int row, Object value, String formula, ICellStyle style, String comment, String prevCommentAuthor)voidIWritableGrid. setCellBorderStyle(int col, int row, ICellStyle style)voidIWritableGrid. setCellStyle(int col, int row, ICellStyle style) -
Uses of ICellStyle in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions that return ICellStyle Modifier and Type Method Description ICellStyleAUndoableCellAction. getPrevStyle()Methods in org.openl.rules.table.actions with parameters of type ICellStyle Modifier and Type Method Description voidAUndoableCellAction. setPrevStyle(ICellStyle prevStyle)Constructors in org.openl.rules.table.actions with parameters of type ICellStyle Constructor Description SetBorderStyleAction(int col, int row, ICellStyle newCellStyle, boolean clearCell, MetaInfoWriter metaInfoWriter)SetBorderStyleAction(int col, int row, ICellStyle newCellStyle, MetaInfoWriter metaInfoWriter) -
Uses of ICellStyle in org.openl.rules.table.ui
Classes in org.openl.rules.table.ui that implement ICellStyle Modifier and Type Class Description classCellStyleConstructors in org.openl.rules.table.ui with parameters of type ICellStyle Constructor Description CellStyle(ICellStyle cellStyle) -
Uses of ICellStyle in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement ICellStyle Modifier and Type Class Description classXlsCellStyleMethods in org.openl.rules.table.xls that return ICellStyle Modifier and Type Method Description ICellStyleXlsCell. getStyle()Methods in org.openl.rules.table.xls with parameters of type ICellStyle Modifier and Type Method Description voidXlsSheetGridModel. createCell(int col, int row, Object value, String formula, ICellStyle style, String comment, String prevCommentAuthor)voidXlsSheetGridModel. setCellBorderStyle(int col, int row, ICellStyle style)voidXlsSheetGridModel. setCellStyle(int col, int row, ICellStyle style) -
Uses of ICellStyle in org.openl.rules.table.xls.builder
Methods in org.openl.rules.table.xls.builder with parameters of type ICellStyle Modifier and Type Method Description voidPropertiesTableBuilder. writeBody(Map<String,Object> properties, ICellStyle style)protected voidTableBuilder. writeCell(int x, int y, int width, int height, Object value, ICellStyle style)Writes cell.voidDataTableBuilder. writeFieldValues(Map<String,String> fieldValues, ICellStyle cellStyle)Write a field valuesvoidDataTableBuilder. writeHeader(String typeName, String variableName, ICellStyle style)Write a header of a data tablevoidDatatypeAliasTableBuilder. writeHeader(String tableName, String aliasType, ICellStyle style)voidDatatypeAliasTableBuilder. writeHeader(String header, ICellStyle style)voidDatatypeTableBuilder. writeHeader(String tableName, String parentType, ICellStyle style)voidDatatypeTableBuilder. writeHeader(String tableName, ICellStyle style)voidPropertiesTableBuilder. writeHeader(String tableName, ICellStyle style)voidSimpleRulesTableBuilder. writeHeader(String signature, ICellStyle style)Writes decision table header.voidTableBuilder. writeHeader(String header, ICellStyle style)Writes table header.voidDatatypeTableBuilder. writeParameter(String paramType, String paramName, ICellStyle cellStyle)voidTableBuilder. writeProperties(Map<String,Object> properties, ICellStyle style)Writes table properties.voidDatatypeAliasTableBuilder. writeValue(String value, ICellStyle cellStyle)
-