Class EditorUtils
java.lang.Object
ru.bitel.bgbilling.modules.smarthouse.client.common.EditorUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkTableCell
(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, Color color, boolean error) static boolean
checkTableCell
(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, Pattern pattern, Color color, boolean error) static boolean
checkTextField
(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, Color color, boolean error) static boolean
checkTextField
(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, Pattern pattern, Color color, boolean error)
-
Constructor Details
-
EditorUtils
public EditorUtils()
-
-
Method Details
-
checkTextField
-
checkTextField
public static boolean checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, Color color, boolean error) -
checkTableCell
-
checkTableCell
public static boolean checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, Color color, boolean error)
-