com.ibm.btt.dijit.AbstractWidgetMixin

Description

This internal class is a super class which is used to provide some basic properties and functions for all BTT widgets.

Public Properties

Name Type Description
visibility String This is property is used to control the visibility of current widget. it have three options, visible hidden and gone
accessKey String Hot key for Current widget
hint String Hint message for current widget

Public Functions

Name Return Value Description
getI18NString String This method is used to translate given i18n format key to object language string
isFocusable Boolean This mehtod is used to indicate if this widget can be focused.
applyAccessKey Void Apply current accessKey key to widget
handleLenUint Void Util method used to judge and add a uint for a length such as width and height. If the input argument is not end with length unit, this method will automatically add "px" after the value.