com.sybase.uep.bobclient.utils
Class UIHelper

java.lang.Object
  extended by 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

Constructor Summary
UIHelper()
           
 
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
 

Constructor Detail

UIHelper

public UIHelper()
Method Detail

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)