Verwendungen von Klasse
org.teamapps.ux.component.absolutelayout.AbsolutePosition
Packages, die AbsolutePosition verwenden
-
Verwendungen von AbsolutePosition in org.teamapps.ux.component.absolutelayout
Methoden in org.teamapps.ux.component.absolutelayout, die AbsolutePosition zurückgebenModifizierer und TypMethodeBeschreibungstatic AbsolutePositionAbsolutePosition.fromPixelDimensions(Length top, Length left, Length width, Length height, int zIndex) static AbsolutePositionAbsolutePosition.fromPixelTopRightBottomLeft(float top, float right, float bottom, float left, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeDimensions(float top, float left, float width, float height, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeRightBottomDimensions(float right, float bottom, float width, float height, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeTopRightBottomLeft(float top, float right, float bottom, float left, int zIndex) static AbsolutePositionAbsolutePosition.fullSizeAsRelativeDimensions(int zIndex) Methoden in org.teamapps.ux.component.absolutelayout mit Parametern vom Typ AbsolutePositionModifizierer und TypMethodeBeschreibungvoidAbsoluteLayout.putComponent(Component component, AbsolutePosition positioning) Methodenparameter in org.teamapps.ux.component.absolutelayout mit Typargumenten vom Typ AbsolutePositionModifizierer und TypMethodeBeschreibungvoidAbsoluteLayout.putComponents(Map<Component, AbsolutePosition> positioningByComponent, boolean removeExisting)