Interface IFieldComponentDefinition
- All Superinterfaces:
IComponentDefinition
,IContentDefinition
,Serializable
Base interface for component definition
- Author:
- omenuel
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setEditable
(boolean newValue) void
setMandatory
(boolean newValue) void
setProperty
(IProtocolSupport newValue) void
setPropertytype
(String newValue) Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.definitions.IContentDefinition
clone, clone, getName, getParentBlock, getValue, getValues, setValue
-
Method Details
-
getPropertytype
String getPropertytype() -
setPropertytype
-
getProperty
IProtocolSupport getProperty() -
setProperty
-
isEditable
boolean isEditable() -
setEditable
void setEditable(boolean newValue) -
isMandatory
boolean isMandatory() -
setMandatory
void setMandatory(boolean newValue)
-