Package org.openbravo.reference.ui
Class UIPAttribute
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UITableDir
-
- org.openbravo.reference.ui.UIPAttribute
-
public class UIPAttribute extends UITableDir
-
-
Field Summary
-
Fields inherited from class org.openbravo.reference.ui.UIReference
numeric, reference, subReference
-
-
Constructor Summary
Constructors Constructor Description UIPAttribute(String reference, String subreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeCached()
Indicates whether this reference is a cacheable combo Basically, this indicates whether the ComboTableData instances related to this class will be // cached and reused by the FormInitializationComponent or not.-
Methods inherited from class org.openbravo.reference.ui.UITableDir
setComboTableDataIdentifier
-
Methods inherited from class org.openbravo.reference.ui.UIReference
formatGridValue, isNumeric
-
-
-
-
Method Detail
-
canBeCached
public boolean canBeCached()
Description copied from class:UIReference
Indicates whether this reference is a cacheable combo Basically, this indicates whether the ComboTableData instances related to this class will be // cached and reused by the FormInitializationComponent or not. // For them to be cached, it's very important that the Combo values themselves only depend on the // parameter values the combo uses; that is, that they do not depend on things like session // variables, ...- Overrides:
canBeCached
in classUITableDir
-
-