Class AbsoluteLayout
- java.lang.Object
-
- org.teamapps.ux.component.AbstractComponent
-
- org.teamapps.ux.component.absolutelayout.AbsoluteLayout
-
- All Implemented Interfaces:
Component
public class AbsoluteLayout extends AbstractComponent
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description AbsoluteLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiAbsoluteLayoutcreateUiComponent()protected voiddoDestroy()Override this method to release resources whenever this component gets destroyedintgetAnimationDuration()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
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
setCssStyle
-
-
-
-
Method Detail
-
putComponent
public void putComponent(Component component, AbsolutePosition positioning)
-
putComponents
public void putComponents(java.util.Map<Component,AbsolutePosition> positioningByComponent, boolean removeExisting)
-
removeComponent
public void removeComponent(Component component)
-
createUiComponent
public org.teamapps.dto.UiAbsoluteLayout createUiComponent()
- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)
-
doDestroy
protected void doDestroy()
Description copied from class:AbstractComponentOverride this method to release resources whenever this component gets destroyed- Overrides:
doDestroyin classAbstractComponent
-
getAnimationEasing
public AnimationEasing getAnimationEasing()
-
setAnimationEasing
public void setAnimationEasing(AnimationEasing animationEasing)
-
getAnimationDuration
public int getAnimationDuration()
-
setAnimationDuration
public void setAnimationDuration(int animationDuration)
-
-