Compiere 3.1

org.compiere.controller
Class UIFieldVOFactory

java.lang.Object
  extended by org.compiere.util.VOFactory<UIFieldVO>
      extended by org.compiere.controller.UIFieldVOFT
          extended by org.compiere.controller.UIFieldVOFactory

public class UIFieldVOFactory
extends UIFieldVOFT

UI Field Factory

Version:
$Id$
Author:
Jorg Janke

Field Summary
static MRole lUserRole
           
 
Fields inherited from class org.compiere.util.VOFactory
log
 
Constructor Summary
UIFieldVOFactory()
           
 
Method Summary
 UIFieldVO get(Ctx ctx, int AD_Field_ID)
          Get Field
 ArrayList<UIFieldVO> getAll(Ctx ctx, int AD_Window_ID, int AD_UserDef_Win_ID)
          Get Tab VOs for window
 ArrayList<UIFieldVO> getReferenced(Ctx ctx, int AD_Tab_ID, int AD_UserDef_Win_ID)
          Get Tab VOs for referenced tabs in window
 
Methods inherited from class org.compiere.controller.UIFieldVOFT
load, toString
 
Methods inherited from class org.compiere.util.VOFactory
get, get, getAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lUserRole

public static MRole lUserRole
Constructor Detail

UIFieldVOFactory

public UIFieldVOFactory()
Method Detail

getAll

public ArrayList<UIFieldVO> getAll(Ctx ctx,
                                   int AD_Window_ID,
                                   int AD_UserDef_Win_ID)
Get Tab VOs for window

Parameters:
ctx - context (to get Language)
AD_Window_ID - window
AD_UserDef_Win_ID - optional customization
Returns:
Tab VOs

getReferenced

public ArrayList<UIFieldVO> getReferenced(Ctx ctx,
                                          int AD_Tab_ID,
                                          int AD_UserDef_Win_ID)
Get Tab VOs for referenced tabs in window

Parameters:
ctx - context (to get Language)
AD_Tab_ID - referenced tab
AD_UserDef_Win_ID - optional customization
Returns:
Tab VOs

get

public UIFieldVO get(Ctx ctx,
                     int AD_Field_ID)
Get Field

Parameters:
ctx - context (to get Language)
AD_Field_ID - field
Returns:
field or null

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.