Package org.openbravo.reference.ui
Class UITable
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UITable
-
public class UITable extends UIReference
-
-
Field Summary
-
Fields inherited from class org.openbravo.reference.ui.UIReference
numeric, reference, 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.void
setComboTableDataIdentifier(ComboTableData comboTableData, String tableName, FieldProvider field)
-
Methods inherited from class org.openbravo.reference.ui.UIReference
formatGridValue, isNumeric
-
-
-
-
Method Detail
-
setComboTableDataIdentifier
public void setComboTableDataIdentifier(ComboTableData comboTableData, String tableName, FieldProvider field) throws Exception
- Overrides:
setComboTableDataIdentifier
in classUIReference
- Throws:
Exception
-
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 classUIReference
-
-