ScalaCollectionEditor

org.beangle.cdi.spring.beans.ScalaCollectionEditor
class ScalaCollectionEditor[T, U](val builderFunc: () => Builder[T, _], val nullAsEmpty: Boolean) extends PropertyEditorSupport

Property editor for Scala collections, converting any source collection to a given target collection type.

Attributes

Graph
Supertypes
class PropertyEditorSupport
trait PropertyEditor
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def setAsText(text: String): Unit

Attributes

Definition Classes
PropertyEditorSupport -> PropertyEditor
override def setValue(value: AnyRef): Unit

Attributes

Definition Classes
PropertyEditorSupport -> PropertyEditor

Inherited methods

def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
PropertyEditorSupport
def firePropertyChange(): Unit

Attributes

Inherited from:
PropertyEditorSupport
def getAsText(): String

Attributes

Inherited from:
PropertyEditorSupport
def getCustomEditor(): Component

Attributes

Inherited from:
PropertyEditorSupport

Attributes

Inherited from:
PropertyEditorSupport
def getSource(): <FromJavaObject>

Attributes

Inherited from:
PropertyEditorSupport
def getTags(): Array[String]

Attributes

Inherited from:
PropertyEditorSupport
def getValue(): <FromJavaObject>

Attributes

Inherited from:
PropertyEditorSupport
def isPaintable(): Boolean

Attributes

Inherited from:
PropertyEditorSupport
def paintValue(x$0: Graphics, x$1: Rectangle): Unit

Attributes

Inherited from:
PropertyEditorSupport
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
PropertyEditorSupport
def setSource(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
PropertyEditorSupport
def supportsCustomEditor(): Boolean

Attributes

Inherited from:
PropertyEditorSupport

Concrete fields

val builderFunc: () => Builder[T, _]
val nullAsEmpty: Boolean