Package org.openbravo.reference.ui
Class UIPrice
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UIPrice
-
public class UIPrice 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 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
-
-