org.compiere.controller
Class UIFieldVOFactory
java.lang.Object
org.compiere.util.VOFactory<UIFieldVO>
org.compiere.controller.UIFieldVOFT
org.compiere.controller.UIFieldVOFactory
public class UIFieldVOFactory
- extends UIFieldVOFT
UI Field Factory
- Version:
- $Id$
- Author:
- Jorg Janke
lUserRole
public static MRole lUserRole
UIFieldVOFactory
public UIFieldVOFactory()
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 - windowAD_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 tabAD_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® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.