Uses of Class
org.teamapps.dto.UiAbsolutePositionedComponent
-
-
Uses of UiAbsolutePositionedComponent in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiAbsolutePositionedComponent Modifier and Type Field Description protected java.util.List<UiAbsolutePositionedComponent>UiAbsoluteLayout. componentsprotected java.util.List<UiAbsolutePositionedComponent>UiAbsoluteLayout.UpdateCommand. componentsMethods in org.teamapps.dto that return types with arguments of type UiAbsolutePositionedComponent Modifier and Type Method Description java.util.List<UiAbsolutePositionedComponent>UiAbsoluteLayout. getComponents()java.util.List<UiAbsolutePositionedComponent>UiAbsoluteLayout.UpdateCommand. getComponents()Method parameters in org.teamapps.dto with type arguments of type UiAbsolutePositionedComponent Modifier and Type Method Description UiAbsoluteLayoutUiAbsoluteLayout. setComponents(java.util.List<UiAbsolutePositionedComponent> components)Constructor parameters in org.teamapps.dto with type arguments of type UiAbsolutePositionedComponent Constructor Description UpdateCommand(java.lang.String componentId, java.util.List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
-