public class PlaceholderImpl extends UIElementImpl implements MPlaceholder
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeable
The cached value of the '
Closeable' attribute |
protected static boolean |
CLOSEABLE_EDEFAULT
The default value of the '
Closeable' attribute |
protected MUIElement |
ref
The cached value of the '
Ref' reference |
ACCESSIBILITY_PHRASE_EDEFAULT, accessibilityPhrase, CONTAINER_DATA_EDEFAULT, containerData, curSharedRef, LOCALIZED_ACCESSIBILITY_PHRASE_EDEFAULT, ON_TOP_EDEFAULT, onTop, renderer, RENDERER_EDEFAULT, TO_BE_RENDERED_EDEFAULT, toBeRendered, visible, VISIBLE_EDEFAULT, visibleWhen, widget, WIDGET_EDEFAULTCONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
PlaceholderImpl() |
| Modifier and Type | Method and Description |
|---|---|
MUIElement |
basicGetRef() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
MUIElement |
getRef() |
boolean |
isCloseable() |
void |
setCloseable(boolean newCloseable) |
void |
setRef(MUIElement newRef) |
java.lang.String |
toString() |
basicGetCurSharedRef, basicSetParent, basicSetVisibleWhen, eBasicRemoveFromContainerFeature, eDerivedOperationID, eInverseAdd, eInverseRemove, eInvoke, getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget, updateLocalizationgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidgetgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdupdateLocalizationprotected MUIElement ref
Ref' reference.
getRef()protected static final boolean CLOSEABLE_EDEFAULT
Closeable' attribute.
isCloseable(),
Constant Field Valuesprotected boolean closeable
Closeable' attribute.
isCloseable()protected EClass eStaticClass()
eStaticClass in class UIElementImplpublic MUIElement getRef()
getRef in interface MPlaceholderMPlaceholder.setRef(MUIElement)public MUIElement basicGetRef()
public void setRef(MUIElement newRef)
setRef in interface MPlaceholdernewRef - the new value of the 'Ref' reference.MPlaceholder.getRef()public boolean isCloseable()
isCloseable in interface MPlaceholderMPlaceholder.setCloseable(boolean)public void setCloseable(boolean newCloseable)
setCloseable in interface MPlaceholdernewCloseable - the new value of the 'Closeable' attribute.MPlaceholder.isCloseable()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class UIElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class UIElementImplpublic void eUnset(int featureID)
eUnset in class UIElementImplpublic boolean eIsSet(int featureID)
eIsSet in class UIElementImplpublic java.lang.String toString()
toString in class UIElementImpl