Descripción
Sintaxis
public final StyleableProperty<Color> createStyleableColorProperty(S styleable, String propertyName, String cssProperty)
public final StyleableProperty<Color> createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function)
public final StyleableProperty<Color> createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue)
public final StyleableProperty<Color> createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue, boolean inherits)
Parámetros
- Color initialValue,
- String cssProperty,
- String propertyName,
- boolean inherits,
- StyleableProperty<Color>> function,
- Function<S,
- S styleable,
Excepciones
NoSuchElementException, IllegalArgumentException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.