java.lang.Object
com.fancyinnovations.fancydialogs.api.data.inputs.DialogInput
Direct Known Subclasses:
DialogTextField

public abstract class DialogInput extends Object
  • Field Details

    • key

      protected final String key
    • label

      protected final String label
    • order

      protected final int order
  • Constructor Details

    • DialogInput

      public DialogInput(String key, String label, int order)
  • Method Details

    • getKey

      public String getKey()
    • getLabel

      public String getLabel()
    • getOrder

      public int getOrder()