Class PropertyValueEditorManager

java.lang.Object
xal.extension.bricks.PropertyValueEditorManager

public class PropertyValueEditorManager extends Object
manage the property value editor relationship to classes to render
  • Field Details

  • Constructor Details

    • PropertyValueEditorManager

      public PropertyValueEditorManager()
      Constructor
  • Method Details

    • getDefaultManager

      public static PropertyValueEditorManager getDefaultManager()
      Get the default manager
    • register

      public void register(Class<?> theClass, PropertyValueEditor<?> editor)
      register editors for classes
    • hasEditor

      public boolean hasEditor(Class<?> theClass)
      determine if the there is an editor registered for the specified class
    • getEditor

      public PropertyValueEditor<?> getEditor(Class<?> theClass)
      get the editor for a given class
    • getEditor

      public PropertyValueEditor<?> getEditor(String className)
      get the editor for a given class name