public interface VCustomControl extends VControl
The following features are supported:
VCustomPackage.getCustomControl()
Modifier and Type | Method and Description |
---|---|
String |
getBundleName()
Returns the value of the 'Bundle Name' attribute.
|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
void |
setBundleName(String value)
Sets the value of the '
Bundle Name ' attribute. |
void |
setClassName(String value)
Sets the value of the '
Class Name ' attribute. |
getDomainModelReference, getLabelAlignment, setDomainModelReference, setDomainModelReference, setDomainModelReference, setLabelAlignment
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEffectivelyEnabled, isEffectivelyReadonly, isEffectivelyVisible, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
String getBundleName()
If the meaning of the 'Bundle Name' attribute isn't clear, there really should be more of a description here...
setBundleName(String)
,
VCustomPackage.getCustomControl_BundleName()
void setBundleName(String value)
Bundle Name
' attribute.
value
- the new value of the 'Bundle Name' attribute.getBundleName()
String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String)
,
VCustomPackage.getCustomControl_ClassName()
void setClassName(String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
Copyright © 2018. All rights reserved.