Uses of Class
org.teamapps.dto.AbstractUiTemplateElement
-
Uses of AbstractUiTemplateElement in org.teamapps.dto
Subclasses of AbstractUiTemplateElement in org.teamapps.dtoModifier and TypeClassDescriptionclassTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto with type parameters of type AbstractUiTemplateElementModifier and TypeFieldDescriptionprotected List<AbstractUiTemplateElement> UiFloatingElement.elementsprotected List<AbstractUiTemplateElement> UiGridTemplate.elementsMethods in org.teamapps.dto that return AbstractUiTemplateElementModifier and TypeMethodDescriptionAbstractUiTemplateElement.setBackgroundColor(String backgroundColor) AbstractUiTemplateElement.setColSpan(int colSpan) AbstractUiTemplateElement.setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) AbstractUiTemplateElement.setRowSpan(int rowSpan) AbstractUiTemplateElement.setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) Methods in org.teamapps.dto that return types with arguments of type AbstractUiTemplateElementConstructor parameters in org.teamapps.dto with type arguments of type AbstractUiTemplateElementModifierConstructorDescriptionUiFloatingElement(String property, int row, int column, List<AbstractUiTemplateElement> elements)