Class AbsoluteLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.absolutelayout.AbsoluteLayout
- All Implemented Interfaces:
ClientObject,Component
-
Field Summary
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidhandleUiEvent(UiEvent event) voidputComponent(Component component, AbsolutePosition positioning) voidputComponents(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, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Constructor Details
-
AbsoluteLayout
public AbsoluteLayout()
-
-
Method Details
-
putComponent
-
putComponents
public void putComponents(Map<Component, AbsolutePosition> positioningByComponent, boolean removeExisting) -
removeComponent
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
-
getAnimationEasing
-
setAnimationEasing
-
getAnimationDuration
public int getAnimationDuration() -
setAnimationDuration
public void setAnimationDuration(int animationDuration)
-