com.aurel.track.screen.bl
Class AbstractFieldBL

java.lang.Object
  extended by com.aurel.track.screen.bl.AbstractFieldBL
Direct Known Subclasses:
AbstractFieldDesignBL, DashboardFieldRuntimeBL, ScreenFieldRuntimeBL

public abstract class AbstractFieldBL
extends java.lang.Object


Field Summary
static int BOTTOM
           
static int CENTER
           
protected  FieldDAO fieldDAO
           
static int LEFT
           
static int MIDDLE
           
static int RIGHT
           
protected  IFieldDAO screenFieldDAO
           
static int TOP
           
 
Constructor Summary
AbstractFieldBL()
           
 
Method Summary
 java.util.List getHalignList()
          get the values for horizontal aligment
static java.lang.String getHalignString(java.lang.Integer ha)
           
protected abstract  ScreenFactory getScreenFactory()
           
 java.util.List getValignList()
          Get the values for verical aligment
static java.lang.String getValignString(java.lang.Integer va)
           
 IField loadField(java.lang.Integer pk)
          Load a ScreenField having given pk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final int TOP
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

MIDDLE

public static final int MIDDLE
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values

screenFieldDAO

protected IFieldDAO screenFieldDAO

fieldDAO

protected FieldDAO fieldDAO
Constructor Detail

AbstractFieldBL

public AbstractFieldBL()
Method Detail

getScreenFactory

protected abstract ScreenFactory getScreenFactory()

loadField

public IField loadField(java.lang.Integer pk)
Load a ScreenField having given pk

Parameters:
pk -
Returns:

getValignList

public java.util.List getValignList()
Get the values for verical aligment

Returns:

getHalignList

public java.util.List getHalignList()
get the values for horizontal aligment

Returns:

getValignString

public static java.lang.String getValignString(java.lang.Integer va)

getHalignString

public static java.lang.String getHalignString(java.lang.Integer ha)


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.