java.lang.Object
ru.bitel.bgbilling.modules.smarthouse.client.common.EditorUtils

public class EditorUtils extends Object
  • Constructor Details

    • EditorUtils

      public EditorUtils()
  • Method Details

    • checkTextField

      public static boolean checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, Pattern pattern, Color color, boolean error)
    • checkTextField

      public static boolean checkTextField(ru.bitel.bgbilling.client.common.EditorTextField editorTextField, Color color, boolean error)
    • checkTableCell

      public static boolean checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, Pattern pattern, Color color, boolean error)
    • checkTableCell

      public static boolean checkTableCell(ru.bitel.bgbilling.modules.smarthouse.client.common.ParamTableRow tableRow, Color color, boolean error)