public class EditorUtils
extends java.lang.Object
Constructor and Description |
---|
EditorUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow,
java.awt.Color color,
boolean error) |
static boolean |
checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow,
java.util.regex.Pattern pattern,
java.awt.Color color,
boolean error) |
static boolean |
checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField,
java.awt.Color color,
boolean error) |
static boolean |
checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField,
java.util.regex.Pattern pattern,
java.awt.Color color,
boolean error) |
public static boolean checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, java.util.regex.Pattern pattern, java.awt.Color color, boolean error)
public static boolean checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, java.awt.Color color, boolean error)
public static boolean checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, java.util.regex.Pattern pattern, java.awt.Color color, boolean error)
public static boolean checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, java.awt.Color color, boolean error)