Class LabeledValue

java.lang.Object
io.goobi.viewer.controller.model.LabeledValue

public class LabeledValue extends Object
Simple value object pairing a string value with a display label and an optional CSS style class, typically used for select-box options or UI list entries.
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
    • getValue

      public String getValue()
    • getStyleClass

      public String getStyleClass()