Package org.openbravo.reference.ui
Class UIAmount
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UINumber
-
- org.openbravo.reference.ui.UIAmount
-
public class UIAmount extends UINumber
-
-
Field Summary
-
Fields inherited from class org.openbravo.reference.ui.UINumber
relationFormat
-
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 classUINumber
-
-