Interface IListBoxItem

All Known Implementing Classes:
ObservationFactory.Observation, ProfessionFactory.Profession, TraitFactory.Trait

public interface IListBoxItem
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLabel()  
    java.lang.String getLeftLabel()  
    java.lang.String getRightLabel()  
  • Method Details

    • getLabel

      java.lang.String getLabel()
    • getLeftLabel

      java.lang.String getLeftLabel()
    • getRightLabel

      java.lang.String getRightLabel()