Package org.dwcj.util
Class BBjFunctionalityHelper
java.lang.Object
org.dwcj.util.BBjFunctionalityHelper
Class is created in order to streamline some of the BBj-specific
methods and implementations that are required for use in
DWCJ controls
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Method Details
-
buildStandardCreationFlags
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 statusenabled- Boolean control's enabled status- Returns:
- A byte array used in control initialization
-