-
public interface StyleBuilderCallback<T>Used for specifying dynamic styling for a view when creating a model. This is only used if the view is set up to be styled with the Paris library.
-
-
Method Summary
Modifier and Type Method Description abstract voidbuildStyle(T builder)-
-
Method Detail
-
buildStyle
abstract void buildStyle(T builder)
-
-
-
-