Class AbsoluteLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.absolutelayout.AbsoluteLayout
- All Implemented Interfaces:
ClientObject,Component
public class AbsoluteLayout extends AbstractComponent
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbsoluteLayout() -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiAbsoluteLayoutcreateUiComponent()intgetAnimationDuration()AnimationEasinggetAnimationEasing()voidhandleUiEvent(org.teamapps.dto.UiEvent event)voidputComponent(Component component, AbsolutePosition positioning)voidputComponents(java.util.Map<Component,AbsolutePosition> positioningByComponent, boolean removeExisting)voidremoveComponent(Component component)voidsetAnimationDuration(int animationDuration)voidsetAnimationEasing(AnimationEasing animationEasing)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Constructor Details
-
AbsoluteLayout
public AbsoluteLayout()
-
-
Method Details
-
putComponent
-
putComponents
public void putComponents(java.util.Map<Component,AbsolutePosition> positioningByComponent, boolean removeExisting) -
removeComponent
-
createUiComponent
public org.teamapps.dto.UiAbsoluteLayout createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
getAnimationEasing
-
setAnimationEasing
-
getAnimationDuration
public int getAnimationDuration() -
setAnimationDuration
public void setAnimationDuration(int animationDuration)
-