Package com.enonic.xp.inputtype
Interface InputType
-
- All Known Implementing Classes:
InputTypeBase
@PublicApi public interface InputType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValuecreateDefaultValue(Input input)ValuecreateValue(Value value, InputTypeConfig config)ValuecreateValue(String value, InputTypeConfig config)Deprecated.InputTypeNamegetName()voidvalidate(Property property, InputTypeConfig config)
-
-
-
Method Detail
-
getName
InputTypeName getName()
-
createValue
@Deprecated Value createValue(String value, InputTypeConfig config)
Deprecated.
-
createValue
Value createValue(Value value, InputTypeConfig config)
-
validate
void validate(Property property, InputTypeConfig config)
-
-