Class AdjustableBooleanUtil

java.lang.Object
com._1c.g5.v8.dt.form.util.AdjustableBooleanUtil

public class AdjustableBooleanUtil extends Object
Miscellaneous AdjustableBoolean utilities.
  • Method Details

    • create

      public static AdjustableBoolean create(boolean common)
      Creates a new adjustable boolean.
      Parameters:
      common - the common value.
      Returns:
      the adjustable boolean
    • toString

      @Deprecated public static String toString(AdjustableBoolean aBoolean)
      Deprecated.
      Returns a string representation of the AdjustableBoolean
      Parameters:
      aBoolean - an AdjustableBoolean, can be null
      Returns:
      if the argument is null, then a string equal to "null"; otherwise, the string representation is returned.