Class WidgetParameterPropertyDescriptor
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.WidgetParameterPropertyDescriptor
- All Implemented Interfaces:
PropertyDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
PropertyDescriptor.Multiplicity, PropertyDescriptor.Occurrence -
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
BOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT -
Constructor Summary
ConstructorsConstructorDescriptionWidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType, WidgetParameterModel parameter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlocalized descriptionThe general editor type.Specifies which type of collection this editor should handle.getName()localized nameTells if this property is mandatory, recommended or optional.The (globally!) unique property qualifier.qualifier of property descriptor that holds the "selectionOf"inthashCode()booleanTells whether this property contains localized data.booleanbooleanvoidsetEditorType(String type)
-
Constructor Details
-
WidgetParameterPropertyDescriptor
public WidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType, WidgetParameterModel parameter)
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePropertyDescriptor
-
isReadable
public boolean isReadable()- Specified by:
isReadablein interfacePropertyDescriptor
-
isWritable
public boolean isWritable()- Specified by:
isWritablein interfacePropertyDescriptor
-
getDescription
Description copied from interface:PropertyDescriptorlocalized description- Specified by:
getDescriptionin interfacePropertyDescriptor- Returns:
- localized description
-
setEditorType
-
getEditorType
Description copied from interface:PropertyDescriptorThe general editor type.- Specified by:
getEditorTypein interfacePropertyDescriptor
-
getMultiplicity
Description copied from interface:PropertyDescriptorSpecifies which type of collection this editor should handle. Single valued editors usePropertyDescriptor.Multiplicity.SINGLEor null.- Specified by:
getMultiplicityin interfacePropertyDescriptor
-
getName
Description copied from interface:PropertyDescriptorlocalized name- Specified by:
getNamein interfacePropertyDescriptor- Returns:
- localized name
-
getOccurence
Description copied from interface:PropertyDescriptorTells if this property is mandatory, recommended or optional.- Specified by:
getOccurencein interfacePropertyDescriptor
-
getQualifier
Description copied from interface:PropertyDescriptorThe (globally!) unique property qualifier.- Specified by:
getQualifierin interfacePropertyDescriptor
-
getSelectionOf
Description copied from interface:PropertyDescriptorqualifier of property descriptor that holds the "selectionOf"- Specified by:
getSelectionOfin interfacePropertyDescriptor- Returns:
- qualifier of property descriptor
-
isLocalized
public boolean isLocalized()Description copied from interface:PropertyDescriptorTells whether this property contains localized data.- Specified by:
isLocalizedin interfacePropertyDescriptor
-
getWidgetParameter
-
hashCode
public int hashCode() -
equals
-