Uses of Class
org.teamapps.dto.UiFormSectionFloatingField
-
Uses of UiFormSectionFloatingField in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiFormSectionFloatingField Modifier and Type Field Description protected java.util.List<UiFormSectionFloatingField>UiFormSectionFloatingFieldsPlacement. floatingFieldsMethods in org.teamapps.dto that return UiFormSectionFloatingField Modifier and Type Method Description UiFormSectionFloatingFieldUiFormSectionFloatingField. setMaxHeight(int maxHeight)UiFormSectionFloatingFieldUiFormSectionFloatingField. setMaxWidth(int maxWidth)UiFormSectionFloatingFieldUiFormSectionFloatingField. setMinHeight(int minHeight)UiFormSectionFloatingFieldUiFormSectionFloatingField. setMinWidth(int minWidth)Methods in org.teamapps.dto that return types with arguments of type UiFormSectionFloatingField Modifier and Type Method Description java.util.List<UiFormSectionFloatingField>UiFormSectionFloatingFieldsPlacement. getFloatingFields()Constructor parameters in org.teamapps.dto with type arguments of type UiFormSectionFloatingField Constructor Description UiFormSectionFloatingFieldsPlacement(java.util.List<UiFormSectionFloatingField> floatingFields)