public interface GridObject<T,M>
extends org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Modifier and Type | Method and Description |
|---|---|
T |
getEndPositionInScaleUnits() |
Long |
getId() |
Lane<T,M> |
getLane() |
T |
getStartPositionInScaleUnits() |
void |
save()
Update the server version of this GridObject
|
default void |
setClassProperty(String clazz,
boolean isSet) |
void |
setEndPositionInScaleUnits(T newEndPosition)
This method only affects the backing data, not the actual position of the
element, which is handled in GridObjectPlacer
|
void |
setStartPositionInScaleUnits(T newStartPosition)
This method only affects the backing data, not the actual position of the
element, which is handled in GridObjectPlacer
|
void |
withLane(Lane<T,M> lane) |
T getStartPositionInScaleUnits()
void setStartPositionInScaleUnits(T newStartPosition)
newPosition - New start positionT getEndPositionInScaleUnits()
void setEndPositionInScaleUnits(T newEndPosition)
newPosition - New start positionLong getId()
void save()
default void setClassProperty(String clazz, boolean isSet)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.