CssMetaData<S,Boolean> |
StyleablePropertyFactory.createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function) |
创建一个具有初始值的CssMetaData <S,Boolean>,并继承标志,两者都默认为false。
|
CssMetaData<S,Boolean> |
StyleablePropertyFactory.createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function, boolean initialValue) |
创建具有初始值的CssMetaData <S,Boolean>,并将标志默认为false。
|
CssMetaData<S,Boolean> |
StyleablePropertyFactory.createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function, boolean initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,Boolean>,并继承标志。
|
CssMetaData<S,Color> |
StyleablePropertyFactory.createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function) |
创建一个CssMetaData <S,Color>,初始值为Color.BLACK,并继承标志默认为false。
|
CssMetaData<S,Color> |
StyleablePropertyFactory.createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function, Color initialValue) |
创建具有初始值的CssMetaData <S,Color>,并将标志默认为false。
|
CssMetaData<S,Color> |
StyleablePropertyFactory.createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function, Color initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,Color>并继承标志。
|
CssMetaData<S,Duration> |
StyleablePropertyFactory.createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function) |
创建一个具有Duration.BLACK的初始值的CssMetaData <S,Duration>,并将标志默认为false。
|
CssMetaData<S,Duration> |
StyleablePropertyFactory.createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function, Duration initialValue) |
创建具有初始值的CssMetaData <S,持续时间>,并将标志默认为false。
|
CssMetaData<S,Duration> |
StyleablePropertyFactory.createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function, Duration initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,Duration>并继承标志。
|
<E extends Effect> CssMetaData<S,E> |
StyleablePropertyFactory.createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function) |
创建CssMetaData <S,Effect>,初始值为null,并将标志默认为false。
|
<E extends Effect> CssMetaData<S,E> |
StyleablePropertyFactory.createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue) |
创建具有初始值的CssMetaData <S,Effect>,并将标志默认为false。
|
<E extends Effect> CssMetaData<S,E> |
StyleablePropertyFactory.createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) |
用初始值创建一个CssMetaData <S,Effect>并继承标志。
|
<E extends Enum<E>> CssMetaData<S,E> |
StyleablePropertyFactory.createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function) |
创建CssMetaData <S,枚举>,初始值为null,并将标志默认为false。
|
<E extends Enum<E>> CssMetaData<S,E> |
StyleablePropertyFactory.createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function, E initialValue) |
创建具有初始值的CssMetaData <S,枚举>,并将标志默认为false。
|
<E extends Enum<E>> CssMetaData<S,E> |
StyleablePropertyFactory.createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,枚举>,并继承标志。
|
CssMetaData<S,Font> |
StyleablePropertyFactory.createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function) |
|
CssMetaData<S,Font> |
StyleablePropertyFactory.createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function, Font initialValue) |
创建具有初始值的CssMetaData <S,Font>,并将标志默认为true。
|
CssMetaData<S,Font> |
StyleablePropertyFactory.createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function, Font initialValue, boolean inherits) |
创建一个具有初始值的CssMetaData <S,Font>并继承标志。
|
CssMetaData<S,Insets> |
StyleablePropertyFactory.createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function) |
|
CssMetaData<S,Insets> |
StyleablePropertyFactory.createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue) |
创建具有初始值的CssMetaData <S,Insets>,并将标志默认为false。
|
CssMetaData<S,Insets> |
StyleablePropertyFactory.createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,Insets>并继承标志。
|
CssMetaData<S,Paint> |
StyleablePropertyFactory.createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function) |
使用Color.BLACK的初始值创建一个CssMetaData <S,Paint>,并将标志默认为false。
|
CssMetaData<S,Paint> |
StyleablePropertyFactory.createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function, Paint initialValue) |
创建具有初始值的CssMetaData <S,Paint>,并将标志默认为false。
|
CssMetaData<S,Paint> |
StyleablePropertyFactory.createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function, Paint initialValue, boolean inherits) |
用初始值创建一个CssMetaData <S,Paint>并继承标志。
|
CssMetaData<S,Number> |
StyleablePropertyFactory.createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function) |
创建CssMetaData <S,Number>,初始值为
0d ,并将标志默认为false。
|
CssMetaData<S,Number> |
StyleablePropertyFactory.createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function, Number initialValue) |
创建具有初始值的CssMetaData <S,Number>,并将标志默认为false。
|
CssMetaData<S,Number> |
StyleablePropertyFactory.createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function, Number initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,Number>,并继承标志。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function) |
创建CssMetaData <S,String>,初始值为null,并将标志默认为false。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue) |
创建具有初始值的CssMetaData <S,String>,并将标志默认为false。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,String>并继承标志。
|
StyleableProperty<Boolean> |
StyleablePropertyFactory.createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function) |
创建一个StyleableProperty <Boolean>。
|
StyleableProperty<Boolean> |
StyleablePropertyFactory.createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function, boolean initialValue) |
创建一个具有初始值的StyleableProperty <Boolean>。
|
StyleableProperty<Boolean> |
StyleablePropertyFactory.createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function, boolean initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Boolean>并继承标志。
|
StyleableProperty<Color> |
StyleablePropertyFactory.createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function) |
创建一个StyleableProperty <Color>。
|
StyleableProperty<Color> |
StyleablePropertyFactory.createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue) |
创建一个具有初始值的StyleableProperty <Color>。
|
StyleableProperty<Color> |
StyleablePropertyFactory.createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Color>并继承标志。
|
StyleableProperty<Duration> |
StyleablePropertyFactory.createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function) |
创建一个StyleableProperty <Duration>。
|
StyleableProperty<Duration> |
StyleablePropertyFactory.createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function, Duration initialValue) |
创建一个具有初始值的StyleableProperty <Duration>。
|
StyleableProperty<Duration> |
StyleablePropertyFactory.createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function, Duration initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Duration>并继承标志。
|
<E extends Effect> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function) |
创建一个StyleableProperty <Effect>。
|
<E extends Effect> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue) |
创建一个具有初始值的StyleableProperty <Effect>。
|
<E extends Effect> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Effect>并继承标志。
|
<E extends Enum<E>> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass) |
创建一个StyleableProperty <E extends Enum <E >>。
|
<E extends Enum<E>> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass, E initialValue) |
创建一个StyleableProperty <E使用初始值扩展Enum <E >>。
|
<E extends Enum<E>> StyleableProperty<E> |
StyleablePropertyFactory.createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass, E initialValue, boolean inherits) |
创建一个StyleableProperty <E使用初始值扩展枚举<E >>并继承标志。
|
StyleableProperty<Font> |
StyleablePropertyFactory.createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function) |
创建一个StyleableProperty <Font>。
|
StyleableProperty<Font> |
StyleablePropertyFactory.createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue) |
创建一个具有初始值的StyleableProperty <Font>。
|
StyleableProperty<Font> |
StyleablePropertyFactory.createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Font>并继承标志。
|
StyleableProperty<Insets> |
StyleablePropertyFactory.createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function) |
创建一个StyleableProperty <Inset>。
|
StyleableProperty<Insets> |
StyleablePropertyFactory.createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue) |
创建一个具有初始值的StyleableProperty <Inset>。
|
StyleableProperty<Insets> |
StyleablePropertyFactory.createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Inset>并继承标志。
|
StyleableProperty<Number> |
StyleablePropertyFactory.createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function) |
创建一个StyleableProperty <Number>。
|
StyleableProperty<Number> |
StyleablePropertyFactory.createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function, Number initialValue) |
创建一个具有初始值的StyleableProperty <Number>。
|
StyleableProperty<Number> |
StyleablePropertyFactory.createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function, Number initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Number>并继承标志。
|
StyleableProperty<Paint> |
StyleablePropertyFactory.createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function) |
创建一个StyleableProperty <Paint>。
|
StyleableProperty<Paint> |
StyleablePropertyFactory.createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function, Paint initialValue) |
创建一个具有初始值的StyleableProperty <Paint>。
|
StyleableProperty<Paint> |
StyleablePropertyFactory.createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function, Paint initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <Paint>并继承标志。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function) |
创建一个StyleableProperty <String>。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue) |
创建一个具有初始值的StyleableProperty <String>。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <String>并继承标志。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function) |
创建一个具有初始值的StyleableProperty <String>。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue) |
创建一个具有初始值的StyleableProperty <String>。
|
StyleableProperty<String> |
StyleablePropertyFactory.createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) |
创建一个具有初始值的StyleableProperty <String>并继承标志。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function) |
创建CssMetaData <S,String>,初始值为null,并将标志默认为false。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue) |
创建具有初始值的CssMetaData <S,String>,并将标志默认为false。
|
CssMetaData<S,String> |
StyleablePropertyFactory.createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) |
创建具有初始值的CssMetaData <S,String>并继承标志。
|