public class SheetJsniUtil extends Object
| Constructor and Description |
|---|
SheetJsniUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCSSRules(com.google.gwt.dom.client.StyleElement stylesheet)
Clears the rules starting from the given index
|
String |
convertUnicodeIntoCharacter(int charCode) |
void |
deleteRule(com.google.gwt.dom.client.StyleElement stylesheet,
int ruleindex) |
String[] |
getOverlayRules(com.google.gwt.dom.client.StyleElement stylesheet,
String[] overlaySelectors)
Gets all Overlay rules
|
int |
getParsedCol() |
int |
getParsedRow() |
int |
insertRule(com.google.gwt.dom.client.StyleElement stylesheet,
String css)
Insert one CSS rule to the end of given stylesheet
|
int |
isHeader(String str)
returns 1 for row 2 for column 0 for not header
|
void |
parseColRow(String str) |
int |
parseHeaderIndex(String str)
returns the header index
|
int |
replaceSelector(com.google.gwt.dom.client.StyleElement stylesheet,
String selector,
int ruleindex) |
public final void parseColRow(String str)
public int getParsedCol()
public int getParsedRow()
public final int isHeader(String str)
public final int parseHeaderIndex(String str)
public final String convertUnicodeIntoCharacter(int charCode)
public int insertRule(com.google.gwt.dom.client.StyleElement stylesheet,
String css)
public void deleteRule(com.google.gwt.dom.client.StyleElement stylesheet,
int ruleindex)
public int replaceSelector(com.google.gwt.dom.client.StyleElement stylesheet,
String selector,
int ruleindex)
public void clearCSSRules(com.google.gwt.dom.client.StyleElement stylesheet)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.