Class SelectorComponent.OutSelectorField
- java.lang.Object
-
- org.openbravo.userinterface.selector.SelectorComponent.OutSelectorField
-
- Enclosing class:
- SelectorComponent
public static class SelectorComponent.OutSelectorField extends Object
-
-
Constructor Summary
Constructors Constructor Description OutSelectorField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormatType()
String
getOutFieldName()
String
getOutSuffix()
String
getTabFieldName()
void
setFormatType(String formatType)
void
setOutFieldName(String outFieldName)
void
setOutSuffix(String suffix)
void
setTabFieldName(String tabFieldName)
-
-
-
Method Detail
-
getTabFieldName
public String getTabFieldName()
-
setTabFieldName
public void setTabFieldName(String tabFieldName)
-
getOutFieldName
public String getOutFieldName()
-
setOutFieldName
public void setOutFieldName(String outFieldName)
-
setOutSuffix
public void setOutSuffix(String suffix)
-
getOutSuffix
public String getOutSuffix()
-
getFormatType
public String getFormatType()
-
setFormatType
public void setFormatType(String formatType)
-
-