nl.gx.webmanager.wcb.formcomponenttype
Interface FormComponentDefinition

All Superinterfaces:
ComponentDefinition
All Known Implementing Classes:
FormComponentDefinitionImpl

public interface FormComponentDefinition
extends ComponentDefinition

Interface for the FormComponent Definition.

Author:
bartk

Method Summary
 void setId(java.lang.String id)
          Sets the id of the component.
 void setImplementationClassName(java.lang.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, getInstanceClassName, getInterfaceClassNames, getLanguageResourceMessage, getLanguageResourceMessages, getLanguageResources, getName, getNameSpace, getNodeType, getPermissionCategory, getPermissionsForPermissionGroups, getPersistenceManagerClassName, getProperties, getTypeId, getWrapperClassNames, isLicensed, setComponentBundleDefinition, setExtensions
 

Method Detail

setImplementationClassName

void setImplementationClassName(java.lang.String implementationClassName)
Sets the implementation classname of the component.

Parameters:
implementationClassName - the name of the implementation class

setId

void setId(java.lang.String id)
Sets the id of the component.

Parameters:
id - the id of this component


Copyright © 2007-2011 GX Software BV. All Rights Reserved.