Descripción
Sintaxis
public final StyleableProperty<Font> createStyleableFontProperty(S styleable, String propertyName, String cssProperty)
public final StyleableProperty<Font> createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function)
public final StyleableProperty<Font> createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue)
public final StyleableProperty<Font> createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue, boolean inherits)
Parámetros
- String cssProperty,
- Font initialValue,
- String propertyName,
- boolean inherits,
- StyleableProperty<Font>> 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.