Package xal.extension.bricks
Class PropertyValueEditorManager
java.lang.Object
xal.extension.bricks.PropertyValueEditorManager
manage the property value editor relationship to classes to render
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PropertyValueEditor<?>
protected final Map<String,
PropertyValueEditor<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyValueEditorManager
Get the default managerget the editor for a given classget the editor for a given class nameboolean
determine if the there is an editor registered for the specified classvoid
register
(Class<?> theClass, PropertyValueEditor<?> editor) register editors for classes
-
Field Details
-
editorTable
-
defaultEditor
-
-
Constructor Details
-
PropertyValueEditorManager
public PropertyValueEditorManager()Constructor
-
-
Method Details
-
getDefaultManager
Get the default manager -
register
register editors for classes -
hasEditor
determine if the there is an editor registered for the specified class -
getEditor
get the editor for a given class -
getEditor
get the editor for a given class name
-