Package org.dwcj.util

Class BBjFunctionalityHelper

java.lang.Object
org.dwcj.util.BBjFunctionalityHelper

public final class BBjFunctionalityHelper extends Object
Class is created in order to streamline some of the BBj-specific methods and implementations that are required for use in DWCJ controls
  • Method Details

    • buildStandardCreationFlags

      public static byte[] buildStandardCreationFlags(Boolean visible, Boolean enabled)
      Returns a byte array with the bytes set corresponding with whether or not it should be enabled and/or visible on creation
      Parameters:
      visible - Boolean control's visibility status
      enabled - Boolean control's enabled status
      Returns:
      A byte array used in control initialization