public static interface MCustomString.Builder extends MString.AbstractBuilder<MCustomString,MCustomString.Builder>
Such a builder may be created using
MetadataFactory.customBuilder(String, String)
.
Modifier and Type | Method and Description |
---|---|
MCustomString.Builder |
handler(String className)
Sets the handler class.
|
allowsEmpty, defaultValue
build, name
MCustomString.Builder handler(String className) throws IllegalArgumentException
className
- the full handler class name. This must specify the
name of a class available at the server which will be
instantiated to handle the field. The class must implement the
required CustomFieldHandler interface.IllegalArgumentException
- if className
is specified as
nullCopyright © 2016 Push Technology Ltd. All Rights Reserved.