Module pro.eng.yui.YuiFramework


module pro.eng.yui.YuiFramework
The pro.eng.yui.YuiFramework module. It exports several packages for working with user interface components, constants, and utility classes.

The module exports the following packages:

  • pro.eng.yui.yuiframe
  • pro.eng.yui.yuiframe.consts
  • pro.eng.yui.yuiframe.utils

usage:

 import pro.eng.yui.yuiframe.YuiFrame;
 // methods usage
 YuiFrame.StringUtil.eq(str1, str2);
 // const usage
 YuiFrame.StrConst.EMPTY;
 
Since:
1.0.0
Author:
yui-KITAMURA