Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.registry
Interface DefaultDDMFormFieldTypeSettings

All Superinterfaces:
DDMFormFieldTypeSettings

public interface DefaultDDMFormFieldTypeSettings
extends DDMFormFieldTypeSettings


Method Summary
 String fieldNamespace()
           
 String indexType()
           
 LocalizedValue label()
           
 boolean localizable()
           
 LocalizedValue predefinedValue()
           
 boolean readOnly()
           
 boolean repeatable()
           
 boolean required()
           
 boolean showLabel()
           
 LocalizedValue tip()
           
 String visibilityExpression()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.registry.DDMFormFieldTypeSettings
dataType, name, type
 

Method Detail

fieldNamespace

String fieldNamespace()

indexType

String indexType()

label

LocalizedValue label()

localizable

boolean localizable()

predefinedValue

LocalizedValue predefinedValue()

readOnly

boolean readOnly()

repeatable

boolean repeatable()

required

boolean required()

showLabel

boolean showLabel()

tip

LocalizedValue tip()

visibilityExpression

String visibilityExpression()

Liferay 7.0-ce-m6