Package org.refcodes.mixin
Interface TrimAccessor.TrimMutator
-
- All Known Subinterfaces:
TrimAccessor.TrimBuilder<B>,TrimAccessor.TrimProperty
- Enclosing interface:
- TrimAccessor
public static interface TrimAccessor.TrimMutatorProvides a mutator for a trim property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTrim(boolean isTrim)Sets the trim status for the trim property.
-