Class SelectorUIReference
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.userinterface.selector.reference.SelectorUIReference
-
public class SelectorUIReference extends UIReference
Implements the User Interface part of the new customizable Reference. This part takes care of the user interface in the grid and in the filter popup.- Author:
- mtaal
-
-
Field Summary
-
Fields inherited from class org.openbravo.reference.ui.UIReference
numeric, reference, subReference
-
-
Constructor Summary
Constructors Constructor Description SelectorUIReference(String reference, String subreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setComboTableDataIdentifier(ComboTableData comboTableData, String tableName, FieldProvider field)
-
Methods inherited from class org.openbravo.reference.ui.UIReference
canBeCached, formatGridValue, isNumeric
-
-
-
-
Method Detail
-
setComboTableDataIdentifier
public void setComboTableDataIdentifier(ComboTableData comboTableData, String tableName, FieldProvider field) throws Exception
- Overrides:
setComboTableDataIdentifier
in classUIReference
- Throws:
Exception
-
-