ValueEditorAttribute Class

ValueEditorAttribute Class

This Package | All Packages

MemberAttribute
  |
  +--ValueEditorAttribute
public class ValueEditorAttribute
extends MemberAttribute

Holds the class name of the value editor that should be used to edit a specific property.

Fields
Name Description
valueEditorType Topic under construction.

Constructors
Name Description
ValueEditorAttribute(Class valueEditorType) Topic under construction.

Methods
Name Description
getValueEditorType() Topic under construction.

Fields

ValueEditorAttribute.valueEditorType

Syntax
public final Class valueEditorType;
Description
Topic under construction.

Constructors

ValueEditorAttribute.ValueEditorAttribute

Syntax
public ValueEditorAttribute( Class valueEditorType );
Description

Topic under construction.

Methods

ValueEditorAttribute.getValueEditorType

Syntax
public Class getValueEditorType();
Description

Topic under construction.