public class ModalImpl extends BootstrapElementImpl implements Modal
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
CENTERED_EDEFAULT
The default value of the '
Centered' attribute. |
protected static boolean |
DISMISSER_EDEFAULT
The default value of the '
Dismisser' attribute. |
protected static boolean |
SCROLLABLE_EDEFAULT
The default value of the '
Scrollable' attribute. |
protected static String |
SIZE_EDEFAULT
The default value of the '
Size' attribute. |
DESCRIPTION_EDEFAULT, URI_EDEFAULT, UUID_EDEFAULTEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
ModalImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetBody(BootstrapElement newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetFooter(BootstrapElement newFooter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetHeader(BootstrapElement newHeader,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
BootstrapElement |
getBody() |
BootstrapElement |
getFooter() |
BootstrapElement |
getHeader() |
String |
getSize() |
boolean |
isCentered() |
boolean |
isDismisser() |
boolean |
isScrollable() |
void |
setBody(BootstrapElement newBody) |
void |
setCentered(boolean newCentered) |
void |
setDismisser(boolean newDismisser) |
void |
setFooter(BootstrapElement newFooter) |
void |
setHeader(BootstrapElement newHeader) |
void |
setScrollable(boolean newScrollable) |
void |
setSize(String newSize) |
basicSetAppearance, getAppearance, setAppearancegetAttributes, getContentadaptTo, basicSetMarker, containmentPath, eProxyURI, eStaticFeatureCount, findByURI, findByURI, getDescription, getMarker, getOppositeReferrers, getReferrers, getReferrers, getUri, getUri, getUuid, setDescription, setMarker, setUri, setUuideBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAppearance, setAppearancegetAttributes, getContentgetDescription, getUri, getUuid, setDescription, setUri, setUuideAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final boolean DISMISSER_EDEFAULT
Dismisser' attribute.
isDismisser(),
Constant Field Valuesprotected static final boolean SCROLLABLE_EDEFAULT
Scrollable' attribute.
isScrollable(),
Constant Field Valuesprotected static final boolean CENTERED_EDEFAULT
Centered' attribute.
isCentered(),
Constant Field Valuesprotected static final String SIZE_EDEFAULT
Size' attribute.
getSize(),
Constant Field Valuesprotected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class BootstrapElementImplpublic BootstrapElement getHeader()
getHeader in interface ModalModal.setHeader(BootstrapElement),
BootstrapPackage.getModal_Header()public org.eclipse.emf.common.notify.NotificationChain basicSetHeader(BootstrapElement newHeader, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setHeader(BootstrapElement newHeader)
setHeader in interface ModalnewHeader - the new value of the 'Header' containment reference.Modal.getHeader()public BootstrapElement getBody()
getBody in interface ModalModal.setBody(BootstrapElement),
BootstrapPackage.getModal_Body()public org.eclipse.emf.common.notify.NotificationChain basicSetBody(BootstrapElement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setBody(BootstrapElement newBody)
setBody in interface ModalnewBody - the new value of the 'Body' containment reference.Modal.getBody()public BootstrapElement getFooter()
getFooter in interface ModalModal.setFooter(BootstrapElement),
BootstrapPackage.getModal_Footer()public org.eclipse.emf.common.notify.NotificationChain basicSetFooter(BootstrapElement newFooter, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFooter(BootstrapElement newFooter)
setFooter in interface ModalnewFooter - the new value of the 'Footer' containment reference.Modal.getFooter()public boolean isDismisser()
isDismisser in interface ModalModal.setDismisser(boolean),
BootstrapPackage.getModal_Dismisser()public void setDismisser(boolean newDismisser)
setDismisser in interface ModalnewDismisser - the new value of the 'Dismisser' attribute.Modal.isDismisser()public boolean isScrollable()
isScrollable in interface ModalModal.setScrollable(boolean),
BootstrapPackage.getModal_Scrollable()public void setScrollable(boolean newScrollable)
setScrollable in interface ModalnewScrollable - the new value of the 'Scrollable' attribute.Modal.isScrollable()public boolean isCentered()
isCentered in interface ModalModal.setCentered(boolean),
BootstrapPackage.getModal_Centered()public void setCentered(boolean newCentered)
setCentered in interface ModalnewCentered - the new value of the 'Centered' attribute.Modal.isCentered()public String getSize()
getSize in interface ModalModal.setSize(String),
BootstrapPackage.getModal_Size()public void setSize(String newSize)
setSize in interface ModalnewSize - the new value of the 'Size' attribute.Modal.getSize()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class BootstrapElementImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class BootstrapElementImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class BootstrapElementImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class BootstrapElementImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class BootstrapElementImplCopyright © 2021 Nasdanika. All rights reserved.