Class DateTimeToDateUIDefinition
- java.lang.Object
-
- org.openbravo.client.kernel.reference.UIDefinition
-
- org.openbravo.client.kernel.reference.DateUIDefinition
-
- org.openbravo.client.kernel.reference.DateTimeUIDefinition
-
- org.openbravo.client.kernel.reference.DateTimeToDateUIDefinition
-
public class DateTimeToDateUIDefinition extends DateTimeUIDefinition
Implementation of the date time ui definition.- Author:
- dbaz
-
-
Field Summary
-
Fields inherited from class org.openbravo.client.kernel.reference.UIDefinition
log
-
-
Constructor Summary
Constructors Constructor Description DateTimeToDateUIDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormEditorType()
-
Methods inherited from class org.openbravo.client.kernel.reference.DateTimeUIDefinition
convertToClassicString, convertToClassicStringInLocalTime, createFromClassicString, getClassicFormat, getClientFormatObject, getParentType
-
Methods inherited from class org.openbravo.client.kernel.reference.DateUIDefinition
getCellAlign, getFieldProperties, getFilterEditorProperties, getFilterEditorType, getFormat, getParameterWidth, getTypeProperties, getValueFromSQLDefault, parse
-
Methods inherited from class org.openbravo.client.kernel.reference.UIDefinition
createJsonValueFromClassicValueString, establishGridConfigurationSettings, formatValueFromSQL, formatValueToSQL, getDataSourceParameters, getDefaultValue, getDefaultValueFromSQLExpression, getDomainType, getFieldProperties, getFieldPropertiesFirstRecord, getFieldPropertiesWithoutCombo, getFilterEditorPropertiesProperty, getGridEditorFieldProperties, getGridEditorType, getGridFieldName, getGridFieldProperties, getName, getParameterProperties, getReadOnlyEditorType, getReference, getSafeBoolean, getShowHoverGridFieldSettings, getValueInComboReference, getValueInComboReference, parseSQL, readGridConfigurationSetting, removeAttributeFromString, setReference, showHover
-
-
-
-
Method Detail
-
getFormEditorType
public String getFormEditorType()
- Overrides:
getFormEditorType
in classDateTimeUIDefinition
- Returns:
- the form item type used for editing this reference in a form.
-
-