Class Inputs.DescriptorImpl

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
Inputs

@Extension public static final class Inputs.DescriptorImpl extends UISampleDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doAutoCompleteState

      public AutoCompletionCandidates doAutoCompleteState(@QueryParameter String value)
      This method provides auto-completion items for the 'state' field. Stapler finds this method via the naming convention.
      Parameters:
      value - The text that the user entered.
    • doFillStateItems

      public ComboBoxModel doFillStateItems()
    • doFillAlbumItems

      public ListBoxModel doFillAlbumItems()
    • doFillTitleItems

      public ComboBoxModel doFillTitleItems(@QueryParameter int album)