Uses of Class
adalid.core.enums.ListStyle
-
Packages that use ListStyle Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of ListStyle in adalid.core
Methods in adalid.core that return ListStyle Modifier and Type Method Description ListStyleAbstractEntity. getListStyle() -
Uses of ListStyle in adalid.core.annotations
Methods in adalid.core.annotations that return ListStyle Modifier and Type Method Description ListStylelistStyle()listStyle especifica el tipo de lista desplegable que se utiliza para la selección. -
Uses of ListStyle in adalid.core.enums
Methods in adalid.core.enums that return ListStyle Modifier and Type Method Description static ListStyleListStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ListStyle[]ListStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ListStyle in adalid.core.interfaces
Methods in adalid.core.interfaces that return ListStyle Modifier and Type Method Description ListStyleEntity. getListStyle()
-