Interface EnabledAccessor.EnabledMutator

All Known Subinterfaces:
EnabledAccessor.EnabledBuilder<B>, EnabledAccessor.EnabledProperty
Enclosing interface:
EnabledAccessor

public static interface EnabledAccessor.EnabledMutator
Provides a mutator for a enabled property.
  • Method Summary

    Modifier and Type Method Description
    void setEnabled​(boolean isEnabled)
    Sets the enabled status for the enabled property.
  • Method Details

    • setEnabled

      void setEnabled​(boolean isEnabled)
      Sets the enabled status for the enabled property.
      Parameters:
      isEnabled - The enabled status to be stored by the enabled property.