Package org.openbravo.reference.ui
Class UINumber
- java.lang.Object
-
- org.openbravo.reference.ui.UIReference
-
- org.openbravo.reference.ui.UINumber
-
- Direct Known Subclasses:
UIAmount
,UIInteger
,UIQuantity
public class UINumber extends UIReference
-
-
Field Summary
Fields Modifier and Type Field Description protected String
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
-
-
-
-
Field Detail
-
relationFormat
protected String relationFormat
-
-
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
-
-