Interface FormComponentDefinition
-
- All Superinterfaces:
ComponentDefinition
- All Known Implementing Classes:
FormComponentDefinitionImpl
public interface FormComponentDefinition extends ComponentDefinition
Interface for the FormComponent Definition.- Author:
- bartk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setId(String id)
Sets the id of the component.void
setImplementationClassName(String implementationClassName)
Sets the implementation classname of the component.-
Methods inherited from interface nl.gx.webmanager.wcb.ComponentDefinition
getComponentBundleDefinition, getControllerClassName, getDependencies, getDescription, getDisplayLanguage, getEntityClassNames, getEntityFactoryClassName, getExtensions, getId, getImplementationClassName, getImplementationInstance, getInstanceClassName, getInterfaceClassNames, getLanguageResourceMessage, getLanguageResourceMessages, getLanguageResources, getName, getNameSpace, getNodeType, getPermissionCategory, getPermissionsForPermissionGroups, getPersistenceManagerClassName, getProperties, getTypeId, getWrapperClassNames, isLicensed, setComponentBundleDefinition, setExtensions
-
-
-
-
Method Detail
-
setImplementationClassName
void setImplementationClassName(String implementationClassName)
Sets the implementation classname of the component.- Parameters:
implementationClassName
- the name of the implementation class
-
setId
void setId(String id)
Sets the id of the component.- Parameters:
id
- the id of this component
-
-