public abstract class GenericTileImpl<T extends MUIElement> extends ElementContainerImpl<T> implements MGenericTile<T>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
horizontal
The cached value of the '
Horizontal' attribute |
protected static boolean |
HORIZONTAL_EDEFAULT
The default value of the '
Horizontal' attribute |
children, selectedElementACCESSIBILITY_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 |
GenericTileImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
isHorizontal() |
void |
setHorizontal(boolean newHorizontal) |
java.lang.String |
toString() |
basicGetSelectedElement, eInverseAdd, eInverseRemove, getChildren, getSelectedElement, setSelectedElementbasicGetCurSharedRef, basicSetParent, basicSetVisibleWhen, eBasicRemoveFromContainerFeature, eDerivedOperationID, 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, waitgetChildren, getSelectedElement, setSelectedElementgetAccessibilityPhrase, 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 static final boolean HORIZONTAL_EDEFAULT
Horizontal' attribute.
isHorizontal(),
Constant Field Valuesprotected boolean horizontal
Horizontal' attribute.
isHorizontal()protected EClass eStaticClass()
eStaticClass in class ElementContainerImpl<T extends MUIElement>public boolean isHorizontal()
isHorizontal in interface MGenericTile<T extends MUIElement>MGenericTile.setHorizontal(boolean)public void setHorizontal(boolean newHorizontal)
setHorizontal in interface MGenericTile<T extends MUIElement>newHorizontal - the new value of the 'Horizontal' attribute.MGenericTile.isHorizontal()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ElementContainerImpl<T extends MUIElement>public void eSet(int featureID,
java.lang.Object newValue)
eSet in class ElementContainerImpl<T extends MUIElement>public void eUnset(int featureID)
eUnset in class ElementContainerImpl<T extends MUIElement>public boolean eIsSet(int featureID)
eIsSet in class ElementContainerImpl<T extends MUIElement>public java.lang.String toString()
toString in class UIElementImpl