Package org.openbravo.reference.ui
Class UIGeneralQuantity
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UIGeneralQuantity
-
public class UIGeneralQuantity extends UIReference
-
-
Field Summary
-
Fields inherited from class org.openbravo.reference.ui.UIReference
numeric, reference, subReference
-
-
Constructor Summary
Constructors Constructor Description UIGeneralQuantity(String reference, String subreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
formatGridValue(VariablesSecureApp vars, String value)
This method is called to show the value in the grid, it is intended to format the value properly-
Methods inherited from class org.openbravo.reference.ui.UIReference
canBeCached, isNumeric, setComboTableDataIdentifier
-
-
-
-
Method Detail
-
formatGridValue
public String formatGridValue(VariablesSecureApp vars, String value)
Description copied from class:UIReference
This method is called to show the value in the grid, it is intended to format the value properly- Overrides:
formatGridValue
in classUIReference
-
-