com.sybase.uep.bobclient.utils
Class UIHelper
java.lang.Object
com.sybase.uep.bobclient.utils.UIHelper
public class UIHelper
- extends java.lang.Object
This is the UI Helper class
Contains UI helper classes to create space, font, and etc.
- Author:
- tdang
Method Summary |
static void |
makeBold(net.rim.device.api.ui.Field field)
|
static void |
makeBold(net.rim.device.api.ui.Field field,
int heightDiff)
|
static net.rim.device.api.ui.component.BitmapField |
makeSpacer(int height)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIHelper
public UIHelper()
makeBold
public static void makeBold(net.rim.device.api.ui.Field field)
makeBold
public static void makeBold(net.rim.device.api.ui.Field field,
int heightDiff)
makeSpacer
public static net.rim.device.api.ui.component.BitmapField makeSpacer(int height)