Interface PersistentChoice

All Known Implementing Classes:
JAlignmentSelector

public interface PersistentChoice
Tell jAlbum's data binding framework to persist the chosen string value for components implementing this interface The choice returned will also be exported as a String variable during album building
Since:
10.8
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setChoice(String choice)
     
  • Method Details

    • getChoice

      String getChoice()
    • setChoice

      void setChoice(String choice)